WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145851
Web Inspector: IndexedDB data not showing for MDN example page
https://bugs.webkit.org/show_bug.cgi?id=145851
Summary
Web Inspector: IndexedDB data not showing for MDN example page
Jonathan Wells
Reported
2015-06-10 12:20:51 PDT
If you navigate to
https://mdn.mozillademos.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB$samples/Full_IndexedDB_example?revision=798695
, the IndexedDB data does not show in the Storage tab. This is likely a bug of some sort with this implementation because IndexedDB does work in other instances, for instance when you inspect Web Inspector.
Attachments
[PATCH] Proposed Fix
(1.47 KB, patch)
2015-06-11 13:49 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-06-10 12:21:08 PDT
<
rdar://problem/21325445
>
Joseph Pecoraro
Comment 2
2015-06-11 13:44:54 PDT
[Error] Uncaught exception in inspector page while dispatching callback for command IndexedDB.requestDatabase TypeError: this._addIndexedDatabaseWasAdded is not a function. (In 'this._addIndexedDatabaseWasAdded(event.data.indexedDatabase)', 'this._addIndexedDatabaseWasAdded' is undefined) I'll take a quick look!
Joseph Pecoraro
Comment 3
2015-06-11 13:46:18 PDT
Looks like a simple typo. _addIndexedDatabaseWasAdded => _addIndexedDatabase Double checking some more.
Joseph Pecoraro
Comment 4
2015-06-11 13:49:22 PDT
Created
attachment 254756
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 5
2015-06-11 14:40:57 PDT
Comment on
attachment 254756
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 254756 Committed
r185476
: <
http://trac.webkit.org/changeset/185476
>
WebKit Commit Bot
Comment 6
2015-06-11 14:41:01 PDT
All reviewed patches have been landed. Closing bug.
Brian Burg
Comment 7
2015-06-11 17:42:32 PDT
Thanks for fixing that, Joe. Woulda done it myself, but #drburg
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug