Summary: | REGRESSION (r224791): cookies are shared between ephemeral sessions in the same process pool | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||
Component: | New Bugs | Assignee: | Alex Christensen <achristensen> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | joepeck, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Alex Christensen
2017-11-30 20:56:52 PST
Created attachment 328069 [details]
Patch
Comment on attachment 328069 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328069&action=review r=me, great test! > Tools/TestWebKitAPI/Tests/WebKitCocoa/CookiePrivateBrowsing.mm:2 > + * Copyright (C) 2016 Apple Inc. All rights reserved. 2017 probably > Tools/TestWebKitAPI/Tests/WebKitCocoa/CookiePrivateBrowsing.mm:33 > +#import <pal/spi/cf/CFNetworkSPI.h> Is this one needed? What SPI is used below? |