[Webkit-unassigned] [Bug 154686] Modern IDB: Reimplement Web Inspector code that was tied to Legacy IDB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 22:47:38 PDT 2016


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

Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |beidson at apple.com
                   |kit.org                     |
 Attachment #277594|                            |review?
              Flags|                            |

--- Comment #4 from Brady Eidson <beidson at apple.com> ---
Created attachment 277594
  --> https://bugs.webkit.org/attachment.cgi?id=277594&action=review
Patch v1

This patch hooks up all the previous functionality that had been removed in r197131

It gets database info, object store info, and index info, and shows them in the tables off to the side.

However, the DataLoader and ClearObjectStore functionality do not work.

The reason is that the code doesn't wait for the IDBTransaction created to actually become active.

I won't have time to re-architect this to that end.

-- 
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/20160428/fc84df86/attachment-0001.html>


More information about the webkit-unassigned mailing list