Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(268)

Issue 4182060: XML without style should render as syntax-highlighted source.

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by vsevik
Modified:
6 years, 10 months ago
Reviewers:
Base URL:
git://git.webkit.org/WebKit.git@master
Visibility:
Public.

Description

XML without style should render as syntax-highlighted source. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1157 lines, -19 lines) Patch
M LayoutTests/ChangeLog View 1 chunk +33 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/css-stylesheet.xml View 1 chunk +7 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/css-stylesheet-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/frames.html View 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/frames-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/mathml.xml View 1 chunk +10 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/mathml-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/resources/css-stylesheet.css View 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/resources/frames-helper.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/resources/xsl-stylesheet.xsl View 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/svg.xml View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/svg-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/wml.xml View 1 chunk +11 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/wml-expected.txt View 1 chunk +15 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xhtml-tag.xml View 1 chunk +17 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xlink.xml View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xlink-expected.txt View 1 chunk +10 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer.xml View 1 chunk +73 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt View 1 chunk +31 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xsl-stylesheet-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xul.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xul-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/WebCore/CMakeLists.txt View 2 chunks +28 lines, -0 lines 0 comments Download
M Source/WebCore/ChangeLog View 1 chunk +56 lines, -0 lines 0 comments Download
M Source/WebCore/DerivedSources.make View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/WebCore/GNUmakefile.am View 3 chunks +16 lines, -1 line 0 comments Download
M Source/WebCore/WebCore.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.gyp/WebCore.gyp View 1 chunk +51 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.vcproj/WebCore.vcproj View 2 chunks +20 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.xcodeproj/project.pbxproj View 6 chunks +13 lines, -0 lines 0 comments Download
M Source/WebCore/css/CSSStyleSelector.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/WebCore/dom/Document.h View 2 chunks +9 lines, -0 lines 0 comments Download
M Source/WebCore/dom/Document.cpp View 2 chunks +5 lines, -1 line 0 comments Download
M Source/WebCore/dom/ProcessingInstruction.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/WebCore/dom/ProcessingInstruction.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/WebCore/dom/XMLDocumentParser.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/dom/XMLDocumentParserLibxml2.cpp View 7 chunks +23 lines, -8 lines 0 comments Download
M Source/WebCore/dom/XMLDocumentParserQt.cpp View 4 chunks +5 lines, -0 lines 0 comments Download
M Source/WebCore/html/HTMLViewSourceDocument.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
A Source/WebCore/xml/XMLViewer.xsl View 1 chunk +354 lines, -0 lines 0 comments Download
A Source/WebCore/xml/XMLViewerHelper.h View 1 chunk +57 lines, -0 lines 0 comments Download
A Source/WebCore/xml/XMLViewerHelper.cpp View 1 chunk +124 lines, -0 lines 0 comments Download
M Source/WebCore/xml/XSLStyleSheet.h View 2 chunks +9 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/public/WebFrame.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/src/WebFrameImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebKit/chromium/src/WebFrameImpl.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Tools/ChangeLog View 1 chunk +17 lines, -0 lines 0 comments Download
M Tools/DumpRenderTree/chromium/LayoutTestController.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Tools/DumpRenderTree/chromium/TestShell.cpp View 2 chunks +10 lines, -4 lines 0 comments Download
M Tools/DumpRenderTree/gtk/DumpRenderTree.cpp View 3 chunks +10 lines, -1 line 0 comments Download
M Tools/DumpRenderTree/mac/DumpRenderTree.mm View 2 chunks +9 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b