[Webkit-unassigned] [Bug 152933] Web Inspector: Modern IDB: Backend should send events when DBs are created/deleted/updated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 16:45:08 PST 2016


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: Modern IDB:  |Web Inspector: Modern IDB:
                   |Backend should send events  |Backend should send events
                   |when DBs / ObjectStores are |when DBs are
                   |created/deleted             |created/deleted/updated

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Since object stores can only be created/deleted/modified in upgrades that simplifies things.

We would not need objectStoreCreated/Delete events, just a databaseOpened (which could also double for updated) and databaseDeleted, at that point the object stores should be solid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160109/ddad62d2/attachment.html>


More information about the webkit-unassigned mailing list