On 2/28/13 9:37 PM, bernhardr...@gmail.com wrote:
i have run hg pull and hg update on mozilla central and still have no 
LOAD_DOCUMENT_URI.

Are you looking in the right file?

The problem seems to be that this patch breaks the WHOLE Cookie handling of 
firefox.

Because your LOAD_NO_COOKIES has the same value as LOAD_DOCUMENT_URI. Which means it's getting set for every web page load.

Oh, and your LOAD_NOAUTH_HEADER has the same value as LOAD_RETARGETED_DOCUMENT_URI which will lead to subtle bugs of its own, of course.

You really can't introduce new flags to a bitfield that have the same values as existing flags. It just doesn't work well. ;)

On a more serious note, I believe at this point all the flags except (1<<25) are in use on HTTP channel, between nsIRequest, nsIChannel, and nsICachingChannel....

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

Reply via email to