[webkit-reviews] review denied: [Bug 52722] IndexedDB should only have one active dom object per script execution context : [Attachment 80207] new

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 17:03:44 PST 2011


Jeremy Orlow <jorlow at chromium.org> has denied Jeremy Orlow
<jorlow at chromium.org>'s request for review:
Bug 52722: IndexedDB should only have one active dom object per script
execution context
https://bugs.webkit.org/show_bug.cgi?id=52722

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

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
I talked to Nate and JamesR and we came up with something that I think will be
far superior and not require all the IDBActiveDOMObject stuff.

IDBTransaction will be an ActiveDOMObject.  IDBRequest won't be.  I'll be able
to get rid of the self ref for request.  And IDBTransaction can probably use
the built in machinery in ActiveDOMObject for that.

Will try to upload something tomorrow.


More information about the webkit-reviews mailing list