[webkit-reviews] review canceled: [Bug 82678] IndexedDB: Race condition causes version change transaction to commit after onblocked : [Attachment 134700] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 30 11:02:06 PDT 2012


Joshua Bell <jsbell at chromium.org> has canceled Joshua Bell
<jsbell at chromium.org>'s request for review:
Bug 82678: IndexedDB: Race condition causes version change transaction to
commit after onblocked
https://bugs.webkit.org/show_bug.cgi?id=82678

Attachment 134700: Patch
https://bugs.webkit.org/attachment.cgi?id=134700&action=review

------- Additional Comments from Joshua Bell <jsbell at chromium.org>
Prematurely optimized - shouldn't look at m_readyState == DONE since
cursor.continue() would reset the ready state. Need to explicitly test for
blocked event.


More information about the webkit-reviews mailing list