RESOLVED FIXED 183519
Remove cookie API access from WebContent Process
https://bugs.webkit.org/show_bug.cgi?id=183519
Summary Remove cookie API access from WebContent Process
Brent Fulgham
Reported 2018-03-09 09:53:27 PST
All cookie access is now handled in the Network Process. However, there are vestiges of the original logic that used CFNetwork APIs in the WebContent process. This patch removes CFNetwork calls from the WebProcess code paths, since they serve no purpose in modern WebKit.
Attachments
Patch (12.56 KB, patch)
2018-03-09 09:57 PST, Brent Fulgham
no flags
Patch (12.96 KB, patch)
2018-03-09 12:16 PST, Brent Fulgham
achristensen: review+
Brent Fulgham
Comment 1 2018-03-09 09:54:20 PST
Brent Fulgham
Comment 2 2018-03-09 09:57:46 PST
Brent Fulgham
Comment 3 2018-03-09 12:16:09 PST
Brent Fulgham
Comment 4 2018-03-09 13:31:04 PST
Radar WebKit Bug Importer
Comment 5 2018-03-09 13:33:20 PST
Brent Fulgham
Comment 6 2018-03-09 13:34:21 PST
This is actually: <rdar://problem/35368802>
Note You need to log in before you can comment on or make changes to this bug.