[webkit-reviews] review requested: [Bug 56263] XML Viewer: extensions can't render original XML : [Attachment 86771] Patch that appends xml source to transformed document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 07:25:47 PDT 2011


Vsevolod Vlasov <vsevik at chromium.org> has asked  for review:
Bug 56263: XML Viewer: extensions can't render original XML
https://bugs.webkit.org/show_bug.cgi?id=56263

Attachment 86771: Patch that appends xml source to transformed document
https://bugs.webkit.org/attachment.cgi?id=86771&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
Here is a new patch to fix this problem.
I appended source XML to the transformed document so that extensions could work
with it.
I also renamed onload method to make it easier to detect XML viewer for
extensions.
We are probably going to change the way XML viewer works, but in any case we
could stick with the function name and id of the element with XML source.

This solution will not cause page flashing or reloading data from network.


More information about the webkit-reviews mailing list