Bug 50102

Summary: IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Product: WebKit Reporter: Hans Wennborg <hans>
Component: New BugsAssignee: Hans Wennborg <hans>
Status: RESOLVED FIXED    
Severity: Normal CC: andreip, jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch jorlow: review+

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+
Hans Wennborg
Comment 1 2010-11-26 02:27:43 PST
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
Note You need to log in before you can comment on or make changes to this bug.