[webkit-reviews] review requested: [Bug 60208] IndexedDB multiple calls to transaction.objectStore(name) should return the same instance : [Attachment 118125] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 11:27:18 PST 2011


Joshua Bell <jsbell at chromium.org> has asked  for review:
Bug 60208: IndexedDB multiple calls to transaction.objectStore(name) should
return the same instance
https://bugs.webkit.org/show_bug.cgi?id=60208

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

------- Additional Comments from Joshua Bell <jsbell at chromium.org>
In hindsight, this does avoid round-trips to the back-end when accessing
stores/indexes a second time, so caching on the front-end object is probably
the way to go.

So, review away!


More information about the webkit-reviews mailing list