Skip to content
  • andreip@google.com's avatar
    2010-11-26 Andrei Popescu <andreip@google.com> · 7e718832
    andreip@google.com authored
            Reviewed by Jeremy Orlow.
    
            IDBDatabase and IDBObjectStore remove* methods should be renamed to delete*
            https://bugs.webkit.org/show_bug.cgi?id=50113
    
            * storage/indexeddb/objectstore-basics-expected.txt:
            * storage/indexeddb/objectstore-basics.html:
            * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
            * storage/indexeddb/objectstore-removeobjectstore.html:
            * storage/indexeddb/resources/shared.js:
            (deleteAllObjectStores):
            * storage/indexeddb/transaction-basics-expected.txt:
            * storage/indexeddb/transaction-basics.html:
    
    2010-11-26  Andrei Popescu  <andreip@google.com>
    
            Reviewed by Jeremy Orlow.
    
            IDBDatabase and IDBObjectStore remove* methods should be renamed to delete*
            https://bugs.webkit.org/show_bug.cgi?id=50113
    
            Modified exisiting layout tests to cover this change.
    
            * storage/IDBDatabase.cpp:
            (WebCore::IDBDatabase::deleteObjectStore):
            * storage/IDBDatabase.h:
            * storage/IDBDatabase.idl:
            * storage/IDBDatabaseBackendImpl.cpp:
            (WebCore::IDBDatabaseBackendImpl::deleteObjectStore):
            (WebCore::IDBDatabaseBackendImpl::deleteObjectStoreInternal):
            * storage/IDBDatabaseBackendImpl.h:
            * storage/IDBDatabaseBackendInterface.h:
            * storage/IDBObjectStore.cpp:
            (WebCore::IDBObjectStore::deleteFunction):
            (WebCore::IDBObjectStore::deleteIndex):
            * storage/IDBObjectStore.h:
            * storage/IDBObjectStore.idl:
            * storage/IDBObjectStoreBackendImpl.cpp:
            (WebCore::IDBObjectStoreBackendImpl::deleteFunction):
            (WebCore::IDBObjectStoreBackendImpl::deleteInternal):
            (WebCore::IDBObjectStoreBackendImpl::deleteIndex):
            (WebCore::IDBObjectStoreBackendImpl::deleteIndexInternal):
            * storage/IDBObjectStoreBackendImpl.h:
            * storage/IDBObjectStoreBackendInterface.h:
    
    2010-11-26  Andrei Popescu  <andreip@google.com>
    
            Reviewed by Jeremy Orlow.
    
            IDBDatabase and IDBObjectStore remove* methods should be renamed to delete*
            https://bugs.webkit.org/show_bug.cgi?id=50113
    
            * public/WebIDBDatabase.h:
            (WebKit::WebIDBDatabase::deleteObjectStore):
            (WebKit::WebIDBDatabase::removeObjectStore):
            * public/WebIDBObjectStore.h:
            (WebKit::WebIDBObjectStore::remove):
            (WebKit::WebIDBObjectStore::deleteFunction):
            (WebKit::WebIDBObjectStore::deleteIndex):
            * src/IDBDatabaseProxy.cpp:
            (WebCore::IDBDatabaseProxy::deleteObjectStore):
            * src/IDBDatabaseProxy.h:
            * src/IDBObjectStoreProxy.cpp:
            (WebCore::IDBObjectStoreProxy::deleteFunction):
            (WebCore::IDBObjectStoreProxy::deleteIndex):
            * src/IDBObjectStoreProxy.h:
            * src/WebIDBDatabaseImpl.cpp:
            (WebKit::WebIDBDatabaseImpl::deleteObjectStore):
            * src/WebIDBDatabaseImpl.h:
            * src/WebIDBObjectStoreImpl.cpp:
            (WebKit::WebIDBObjectStoreImpl::deleteFunction):
            (WebKit::WebIDBObjectStoreImpl::deleteIndex):
            * src/WebIDBObjectStoreImpl.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72771 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7e718832