Bug 50102 - IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Summary: IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Hans Wennborg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-26 02:19 PST by Hans Wennborg
Modified: 2010-11-26 03:04 PST (History)
2 users (show)

See Also:


Attachments
Patch (28.90 KB, patch)
2010-11-26 02:27 PST, Hans Wennborg
jorlow: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Wennborg 2010-11-26 02:19:49 PST
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
Comment 1 Hans Wennborg 2010-11-26 02:27:43 PST
Created attachment 74909 [details]
Patch
Comment 2 Jeremy Orlow 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.
Comment 3 Hans Wennborg 2010-11-26 03:04:22 PST
Committed r72754: <http://trac.webkit.org/changeset/72754>