NEW157050
Web Inspector: Indexed databases are duplicated for each frame in a page
https://bugs.webkit.org/show_bug.cgi?id=157050
Summary Web Inspector: Indexed databases are duplicated for each frame in a page
Brady Eidson
Reported 2016-04-26 16:21:33 PDT
Web Inspector: Indexed databases are duplicated for each frame in a page Example: Go to twitter.com. There's many frames, all twitter.com security origin. Requesting the IDBs for each of those frames gets back the same databases each time, which are gleefully duplicated in the inspector UI. To fix this, the inspector will have to de-duplicate probably by assigning an identifier to each unique database.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-04-26 16:22:42 PDT
Timothy Hatcher
Comment 2 2016-04-26 16:55:42 PDT
I don't think this is new to IDB. IIRC, we do similar for WebSQL. Yes we should do better.
Note You need to log in before you can comment on or make changes to this bug.