RESOLVED FIXED 96943
Measure the usage of window.webkitIndexedDB so we can measure the transition to webkit.indexedDB
https://bugs.webkit.org/show_bug.cgi?id=96943
Summary Measure the usage of window.webkitIndexedDB so we can measure the transition ...
Adam Barth
Reported 2012-09-17 12:35:19 PDT
Measure the usage of window.webkitIndexedDB so we can measure the transition to webkit.indexedDB
Attachments
Patch (2.29 KB, patch)
2012-09-17 12:36 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2012-09-17 12:36:16 PDT
Ojan Vafai
Comment 2 2012-09-17 12:49:32 PDT
Comment on attachment 164441 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164441&action=review > Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl:33 > + readonly attribute [V8MeasureAs=PrefixedIndexedDB] IDBFactory webkitIndexedDB; bikeshed: Why not WebKitIndexedDB?
Adam Barth
Comment 3 2012-09-17 12:54:01 PDT
(In reply to comment #2) > (From update of attachment 164441 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=164441&action=review > > > Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl:33 > > + readonly attribute [V8MeasureAs=PrefixedIndexedDB] IDBFactory webkitIndexedDB; > > bikeshed: Why not WebKitIndexedDB? I was planning to call unprefixed one UnprefixedIndexedDB. Calling the unprefixed one just "IndexedDB" isn't as clear because you don't know if its all uses of IndexedDB.
Adam Barth
Comment 4 2012-09-17 13:37:12 PDT
Comment on attachment 164441 [details] Patch Clearing flags on attachment: 164441 Committed r128798: <http://trac.webkit.org/changeset/128798>
Adam Barth
Comment 5 2012-09-17 13:37:13 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.