[webkit-reviews] review granted: [Bug 104401] [WK2] Network process should use a correct storage session in private browsing mode : [Attachment 178285] more build fixing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 16:03:37 PST 2012


Brady Eidson <beidson at apple.com> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 104401: [WK2] Network process should use a correct storage session in
private browsing mode
https://bugs.webkit.org/show_bug.cgi?id=104401

Attachment 178285: more build fixing
https://bugs.webkit.org/attachment.cgi?id=178285&action=review

------- Additional Comments from Brady Eidson <beidson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=178285&action=review


> Source/WebKit2/NetworkProcess/mac/RemoteNetworkingContext.h:46
> -    RemoteNetworkingContext(bool needsSiteSpecificQuirks, bool
localFileContentSniffingEnabled);
> +    RemoteNetworkingContext(bool needsSiteSpecificQuirks, bool
localFileContentSniffingEnabled, bool privateBrowsingEnabled);

Could we make this be enums instead of bools?


More information about the webkit-reviews mailing list