RESOLVED FIXED 89701
Web Inspector: IDBObjectStore.autoIncrement flag not exposed
https://bugs.webkit.org/show_bug.cgi?id=89701
Summary Web Inspector: IDBObjectStore.autoIncrement flag not exposed
Joshua Bell
Reported 2012-06-21 15:58:52 PDT
The IndexedDB inspector was probably implemented before the IDBObjectStore autoIncrement flag was exposed, so it's missing from the inspector code. (I'm not sure where these properties are supposed to show up, but the other properties like keypath, unique, and multiEntry are copied into the inspector model.) This should wait on https://bugs.webkit.org/show_bug.cgi?id=89495 which will require a redo of the code anyway.
Attachments
Patch (10.02 KB, patch)
2012-06-27 08:10 PDT, Vsevolod Vlasov
yurys: review+
Vsevolod Vlasov
Comment 1 2012-06-27 08:10:24 PDT
Joshua Bell
Comment 2 2012-06-27 08:24:39 PDT
Comment on attachment 149748 [details] Patch LGTM, thanks for hooking this up.
Yury Semikhatsky
Comment 3 2012-06-29 01:18:31 PDT
Comment on attachment 149748 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=149748&action=review > Source/WebCore/inspector/front-end/ResourcesPanel.js:1725 > + revert this line
Vsevolod Vlasov
Comment 4 2012-06-29 02:06:20 PDT
Note You need to log in before you can comment on or make changes to this bug.