[webkit-reviews] review requested: [Bug 56263] XML Viewer: extensions can't render original XML : [Attachment 85699] Patch with fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 12:11:19 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 85699: Patch with fixes
https://bugs.webkit.org/attachment.cgi?id=85699&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
Added changelog.

An approach is changed a little. Now the suggested approach for extension is to
use the following code:

if (typeof(window.reloadWithWebKitXMLViewerDisabled) == 'function')
  window.reloadWithWebKitXMLViewerDisabled();
else if (currentDocumentIsXMLWithoutStyle()) 
  showCustomXMLViewer();


More information about the webkit-reviews mailing list