Bug 183519 - Remove cookie API access from WebContent Process
Summary: Remove cookie API access from WebContent Process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 183382
Blocks: 184124
  Show dependency treegraph
 
Reported: 2018-03-09 09:53 PST by Brent Fulgham
Modified: 2018-03-29 08:36 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.56 KB, patch)
2018-03-09 09:57 PST, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch (12.96 KB, patch)
2018-03-09 12:16 PST, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2018-03-09 09:54:20 PST
<rdar://problem/35368802>
Comment 2 Brent Fulgham 2018-03-09 09:57:46 PST
Created attachment 335431 [details]
Patch
Comment 3 Brent Fulgham 2018-03-09 12:16:09 PST
Created attachment 335448 [details]
Patch
Comment 4 Brent Fulgham 2018-03-09 13:31:04 PST
Committed r229480: <https://trac.webkit.org/changeset/229480>
Comment 5 Radar WebKit Bug Importer 2018-03-09 13:33:20 PST
<rdar://problem/38314682>
Comment 6 Brent Fulgham 2018-03-09 13:34:21 PST
This is actually:

<rdar://problem/35368802>