The spec http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html sayeth: deleteDatabase ... "If the steps above are successful, the implementation must set the result of the request to undefined..." Currently, in WebKit, we return null: void IDBDatabaseBackendImpl::deleteDatabase(PassRefPtr<IDBCallbacks> prpCallbacks) { ... callbacks->onSuccess(SerializedScriptValue::nullValue()); }
Found c/o the W3C test submission: http://w3c-test.org/webapps/IndexedDB/tests/submissions/Microsoft/idbfactory_deleteDatabase2.htm
Created attachment 163675 [details] Patch
dgrogan@ - can you take a look?
Comment on attachment 163675 [details] Patch LGTM
easy one - tony@ - r? cq?
tony@ r? cq?
Comment on attachment 163675 [details] Patch Clearing flags on attachment: 163675 Committed r128795: <http://trac.webkit.org/changeset/128795>
All reviewed patches have been landed. Closing bug.