Skip to content
  • dgrogan@chromium.org's avatar
    IndexedDB: Remove IDBDatabase.setVersion API · 58f1aeb6
    dgrogan@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=94972
    
    Reviewed by Tony Chang.
    
    Source/WebCore:
    
    This has been out of the spec for over a year. No other browser has
    implemented it for close to a year.
    
    Tests - removed.html
    
    * Modules/indexeddb/IDBCallbacks.h:
    (IDBCallbacks):
    * Modules/indexeddb/IDBDatabase.cpp:
    (WebCore::IDBDatabase::IDBDatabase):
    * Modules/indexeddb/IDBDatabase.h:
    (IDBDatabase):
    * Modules/indexeddb/IDBDatabase.idl:
    * Modules/indexeddb/IDBDatabaseBackendImpl.cpp:
    (WebCore::IDBDatabaseBackendImpl::processPendingCalls):
    * Modules/indexeddb/IDBDatabaseBackendImpl.h:
    (IDBDatabaseBackendImpl):
    * Modules/indexeddb/IDBDatabaseBackendInterface.h:
    (IDBDatabaseBackendInterface):
    * Modules/indexeddb/IDBRequest.cpp:
    * Modules/indexeddb/IDBRequest.h:
    
    Source/WebKit/chromium:
    
    * src/IDBCallbacksProxy.cpp:
    * src/IDBCallbacksProxy.h:
    (IDBCallbacksProxy):
    * src/IDBDatabaseBackendProxy.cpp:
    * src/IDBDatabaseBackendProxy.h:
    (IDBDatabaseBackendProxy):
    * src/WebIDBCallbacksImpl.cpp:
    * src/WebIDBCallbacksImpl.h:
    (WebIDBCallbacksImpl):
    * src/WebIDBDatabaseImpl.cpp:
    * src/WebIDBDatabaseImpl.h:
    (WebIDBDatabaseImpl):
    
    LayoutTests:
    
    * storage/indexeddb/removed-expected.txt:
    * storage/indexeddb/resources/removed.js:
    (test):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@135904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    58f1aeb6