Bug 308900
| Summary: | Web Inspector: Site Isolation: Page domain cookie commands | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 306075 | ||
| Bug Blocks: | |||
Blaze Burg
Implement getCookies, setCookie, deleteCookie. These can potentially be handled entirely in the UIProcess via the NetworkProcess or WebsiteDataStore APIs, without needing WebProcess IPC.
Note: cookie partitioning complexity may make this less straightforward than it appears. Reading cookies from document context with partition applied looks very different compared to NetworkProcess state which is session and HTTP based.
Radar cross-reference: rdar://157031522
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/171780796>
Radar WebKit Bug Importer
<rdar://problem/171780948>