[Webkit-unassigned] [Bug 13807] XML without style should render as syntax-highlighted source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 12:04:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=13807





--- Comment #14 from Eric Seidel <eric at webkit.org>  2011-01-28 12:04:55 PST ---
(From update of attachment 80435)
View in context: https://bugs.webkit.org/attachment.cgi?id=80435&action=review

> Source/WebCore/dom/ProcessingInstruction.cpp:63
> +: ContainerNode(document)
> +, m_target(target)
> +, m_data(data)
> +, m_sheetStr(sheetStr)
> +, m_cachedSheet(0)
> +, m_loading(false)
> +, m_alternate(false)
> +, m_createdByParser(false)
> +#if ENABLE(XSLT)
> +, m_isXSL(false)

WE indent these one level (4spaces)

> Source/WebCore/dom/XMLDocumentParserLibxml2.cpp:1501
> +    int exception = 0;

ExceptionCode?

> Source/WebCore/xml/XMLViewer.xsl:33
> +<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

XSL transforms are dog-slow.

-- 
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