[Webkit-unassigned] [Bug 214905] New: -[WKWebsiteDataStore _renameOrigin:] needs to support IndexedDB renames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 18:11:28 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214905

            Bug ID: 214905
           Summary: -[WKWebsiteDataStore _renameOrigin:] needs to support
                    IndexedDB renames
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: timothy at apple.com
                CC: webkit-bug-importer at group.apple.com

For Web Extensions in Safari, we need to rename origins between launches. Right now we are using the -[WKWebsiteDataStore _renameOrigin:] SPI, but it only supports LocalStorage. We need to support IndexedDB as well.

See NetworkProcess::renameOriginInWebsiteData() for where the additional WebsiteDataType::IndexedDBDatabases type support needs added.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200729/40f02225/attachment.htm>


More information about the webkit-unassigned mailing list