Bug 223186 - Stop calling [NSHTTPCookieStorage sharedHTTPCookieStorage] in the WebProcess
Summary: Stop calling [NSHTTPCookieStorage sharedHTTPCookieStorage] in the WebProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-15 09:04 PDT by Chris Dumez
Modified: 2021-03-15 10:41 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2021-03-15 09:08 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-03-15 09:04:57 PDT
Stop calling [NSHTTPCookieStorage sharedHTTPCookieStorage] in the WebProcess, since the WebProcess does not have access to the shared HTTP cookie storage.
Comment 1 Chris Dumez 2021-03-15 09:05:09 PDT
<rdar://75018105>
Comment 2 Chris Dumez 2021-03-15 09:08:53 PDT
Created attachment 423187 [details]
Patch
Comment 3 Geoffrey Garen 2021-03-15 10:13:20 PDT
Comment on attachment 423187 [details]
Patch

r=me
Comment 4 EWS 2021-03-15 10:41:09 PDT
Committed r274429: <https://commits.webkit.org/r274429>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 423187 [details].