[webkit-reviews] review granted: [Bug 97570] IndexedDB: Allow multiple transactions to run in parallel : [Attachment 177856] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 16:51:51 PST 2012


Tony Chang <tony at chromium.org> has granted Joshua Bell <jsbell at chromium.org>'s
request for review:
Bug 97570: IndexedDB: Allow multiple transactions to run in parallel
https://bugs.webkit.org/show_bug.cgi?id=97570

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=177856&action=review


> Source/WebCore/ChangeLog:3
> +	   IndexedDB: Allow multiple transactions to run in parallel

Thanks for explaining this to me in person. I think saying that the
transactions are interleaved is more accurate than saying they run in parallel
since they still take turns hitting the database.


More information about the webkit-reviews mailing list