[Webkit-unassigned] [Bug 135029] New: WK2 should have API to support fetching and deleting IndexedDatabases on a per-origin basis

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 17 15:40:04 PDT 2014


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

           Summary: WK2 should have API to support fetching and deleting
                    IndexedDatabases on a per-origin basis
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: andersca at apple.com, sam at webkit.org, thorton at apple.com,
                    mhock at apple.com


WK2 should have API to support fetching and deleting IndexedDatabases on a per-origin basis

This is the same patter we have for KeyValueStorageManager, CookieManager, DatabaseManager, etc etc etc.

Except we hope to not repeat the same mistake again and instead make a single API that can be used for all website data types, present and future.

Work was already done on this last fall, adding the WKOriginDataManager API.  That API doesn't actually do anything, so it isn't used anywhere, so we're still free to change it around.

I plan to make it actually work for IndexedDatabases, and other data types can be migrated over 1-by-1

In radar - <rdar://problem/15917314>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list