Bug 148621 - Cookie code lives under WebProcess directory
Summary: Cookie code lives under WebProcess directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 14:44 PDT by Michael Catanzaro
Modified: 2019-01-17 06:16 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-08-30 14:44:45 PDT
The cookie-handling code lives under Source/WebKit2/WebProcess/Cookies, but will run in the network process unless the network process is disabled. This should probably be moved to Shared.
Comment 1 Adrian Perez 2019-01-17 06:16:45 PST
(In reply to Michael Catanzaro from comment #0)
> The cookie-handling code lives under Source/WebKit2/WebProcess/Cookies, but
> will run in the network process unless the network process is disabled. This
> should probably be moved to Shared.

As of today (January 17th, 2019) the cookies code is under
“Source/WebKit/NetworkProcess/Cookies/”, so I reckon this bug
can be closed :)