Bug 148621
| Summary: | Cookie code lives under WebProcess directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | aperez, ap |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
(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 :)