2013/9/7 Benoit Jacob <jacob.benoi...@gmail.com>

>
>
>
> 2013/9/7 Boris Zbarsky <bzbar...@mit.edu>
>
>
>>
>> This is good, but unfortunately <algorithm> leaks in all over the place
>> anyway in DOM code.
>>
>> The way it does that is that dom/Element.h has inline methods that need
>> nsPresContext.h and Units.h.  Either one will get you things like nsRect.h
>> or nsCoord.h, both of which include <algorithm>.  Oh, nsContentUtils.h
>> includes Units.h too...
>>
>
> Incidentally, nsRect.h just got fixed by
> https://bugzilla.mozilla.org/show_bug.cgi?id=913603
>
> Thanks for pointing out nsCoord.h, let's fix it... (will file a bug and
> block the tracking bug 912735)
>

Bug/patch about nsCoord.h:
https://bugzilla.mozilla.org/show_bug.cgi?id=913868


>
>  If there is a BindingUtils.h tracking bug, they could block it.
>>>
>>
>> There isn't one yet.
>>
>
Filed BindingUtils.h tracking bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=913869

It turns out that a lot of cleanup of BindingUtils.h already just landed:
https://bugzilla.mozilla.org/show_bug.cgi?id=909003

Benoit
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to