[Webkit-unassigned] [Bug 56263] XML Viewer: extensions can't render original XML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 14 12:11:19 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56263
Vsevolod Vlasov <vsevik at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #85682|0 |1
is obsolete| |
Attachment #85699| |review?, commit-queue?
Flag| |
--- Comment #9 from Vsevolod Vlasov <vsevik at chromium.org> 2011-03-14 12:11:19 PST ---
Created an attachment (id=85699)
--> (https://bugs.webkit.org/attachment.cgi?id=85699&action=review)
Patch with fixes
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();
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list