WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 50102
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
https://bugs.webkit.org/show_bug.cgi?id=50102
Summary
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Hans Wennborg
Reported
2010-11-26 02:19:49 PST
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Attachments
Patch
(28.90 KB, patch)
2010-11-26 02:27 PST
,
Hans Wennborg
jorlow
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Hans Wennborg
Comment 1
2010-11-26 02:27:43 PST
Created
attachment 74909
[details]
Patch
Jeremy Orlow
Comment 2
2010-11-26 02:36:03 PST
Comment on
attachment 74909
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=74909&action=review
r=me
> WebCore/storage/IDBDatabaseBackendImpl.cpp:250 > +PassRefPtr<IDBTransactionBackendInterface> IDBDatabaseBackendImpl::transaction(DOMStringList* storeNames, unsigned short mode, unsigned long timeout, ExceptionCode&)
rename this to objectStoreNames
> WebKit/chromium/public/WebIDBDatabase.h:64 > return WebDOMStringList();
I believe this needs to link back.
Hans Wennborg
Comment 3
2010-11-26 03:04:22 PST
Committed
r72754
: <
http://trac.webkit.org/changeset/72754
>
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