How to do that? Looking for ways to do that.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
On Fri, Feb 6, 2015 at 6:59 PM, Philip Chee wrote:
>>
>> - PLD_NewDHashTable() and PLD_HashTableDestroy() have been removed. You
>> should
>> now just use |new|+PL_DHashTableInit() and PLD_HashTableDestroy()+|delete|,
>
> ITYM PL_DHashTableFinish()+|delete|
I do. Thank you for the correction.
We are working on support for
v
e
r
t
i
c
a
l
text in Gecko. This will allow web content (and eventually complete web
apps, if desired) to use vertical writing, as traditionally used in East
Asia.
In addition to the CSS writing-mode property, this will involve support
for te
On 05/02/2015 11:45, Nicholas Nethercote wrote:
> Hi,
>
> I just landed the patches in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They
> affect PLDHashTable's API in the following ways.
>
> - PLDHashTable now allocates its entry storage lazily. (nsTHashtable and
> friends do too, s
4 matches
Mail list logo