RESOLVED FIXED Bug 42967
[IndexedDB] IndexedDatabase should be called IDBFactory.
https://bugs.webkit.org/show_bug.cgi?id=42967
Summary [IndexedDB] IndexedDatabase should be called IDBFactory.
Andrei Popescu
Reported 2010-07-26 05:07:01 PDT
Following from: http://www.w3.org/Bugs/Public/show_bug.cgi?id=9790 the IndexedDatabase should be called IDBFactory. It should also have a method called "databases" that returns a list of all database names.
Attachments
Patch (86.32 KB, patch)
2010-07-26 14:36 PDT, Andrei Popescu
no flags
Patch (74.94 KB, patch)
2010-07-29 08:10 PDT, Andrei Popescu
no flags
Patch (73.73 KB, patch)
2010-07-29 08:29 PDT, Andrei Popescu
no flags
Patch (73.73 KB, patch)
2010-07-29 09:13 PDT, Andrei Popescu
jorlow: review+
Andrei Popescu
Comment 1 2010-07-26 14:36:27 PDT
Jeremy Orlow
Comment 2 2010-07-27 04:26:45 PDT
Comment on attachment 62606 [details] Patch LayoutTests/storage/indexeddb/idb-factory.html:11 + <script src="script-tests/idb-factory.js"></script> You need to sync. This is no longer here. WebCore/storage/IDBFactoryPrivateImpl.cpp:55 + PassRefPtr<DOMStringList> IDBFactoryPrivateImpl::databases() const I really don't think we should mix new functionality with the renaming patches. We need to discuss the naming of this stuff...
Jeremy Orlow
Comment 3 2010-07-27 04:40:43 PDT
Talked in person. Andrei is going to split this up and better document the new naming scheme.
Andrei Popescu
Comment 4 2010-07-29 08:10:12 PDT
Andrei Popescu
Comment 5 2010-07-29 08:29:43 PDT
WebKit Review Bot
Comment 6 2010-07-29 09:11:34 PDT
Andrei Popescu
Comment 7 2010-07-29 09:13:27 PDT
WebKit Review Bot
Comment 8 2010-07-29 10:11:22 PDT
Jeremy Orlow
Comment 9 2010-07-30 03:18:34 PDT
Comment on attachment 62956 [details] Patch r=me please coordinate with me when landing
Andrei Popescu
Comment 10 2010-07-30 03:49:00 PDT
WebKit Review Bot
Comment 11 2010-07-30 04:04:56 PDT
http://trac.webkit.org/changeset/64344 might have broken Qt Windows 32-bit Release
Csaba Osztrogonác
Comment 12 2010-07-30 04:10:55 PDT
(In reply to comment #11) > http://trac.webkit.org/changeset/64344 might have broken Qt Windows 32-bit Release Sorry, it was a false positive alarm.
Note You need to log in before you can comment on or make changes to this bug.