[webkit-reviews] review denied: [Bug 65202] Support moving GPU accelerated canvas to a new document (popup window) : [Attachment 102173] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 14:19:50 PDT 2011


James Robinson <jamesr at chromium.org> has denied Tom Hudson
<tomhudson at google.com>'s request for review:
Bug 65202: Support moving GPU accelerated canvas to a new document (popup
window)
https://bugs.webkit.org/show_bug.cgi?id=65202

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
Yeah, the webgl case is another interesting situation.

I really think that doing this at the DOM level will not work and it's a bad
intermediate state to go through.  There are many cases where this will fall
over in ways that are completely inexplicable to the author.  I really think
that to get this right you'll need to fix it at the sharedGraphicsContext3D
level and make resource sharing Do The Right Thing under the scenes.


More information about the webkit-reviews mailing list