IndexedDB: Calling close() during upgradeneeded handler should fire error at open request
Created attachment 164192 [details] Patch
This is one of the pieces factored out of http://webkit.org/b/90411 dgrogan@ - can you take a look?
Comment on attachment 164192 [details] Patch LGTM
tony@ - they just keep coming! r?
Comment on attachment 164192 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164192&action=review > Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.cpp:109 > + // If connection closed between onUpgradeNeeded and onSuccess, an error Nit: If /the/ connection
Created attachment 164239 [details] Patch for landing
Comment on attachment 164239 [details] Patch for landing Clearing flags on attachment: 164239 Committed r128674: <http://trac.webkit.org/changeset/128674>
All reviewed patches have been landed. Closing bug.