Bug 267514
| Summary: | Add support for cookies.onChanged changeInfo | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
| Component: | WebKit Extensions | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cgagnier.christophe, karlcow, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/cookies/onChanged | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=257700 https://bugs.webkit.org/show_bug.cgi?id=257701 |
||
Timothy Hatcher
We don't have any info on what was changed when cookies change, so we can't support changeInfo yet.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120982231>
Timothy Hatcher
NSHTTPCookieManagerCookiesChangedNotification that WebKit uses here does not have the info either. So we will need that support first.
Timothy Hatcher
rdar://59529036
Karl Dubost
https://github.com/WebKit/WebKit/blob/aff0b1e3ced7d7363ed18b5b0e6a3618a1623e1e/Source/WebCore/platform/network/cocoa/CookieStorageObserver.mm#L98-L118
Karl Dubost
This could probably be also beneficial for Quirks too.