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

Issue 4249042: 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. DumpRenderTree should reset frame opener between tests. BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1273 lines, -12 lines) Patch
M LayoutTests/ChangeLog View 1 chunk +40 lines, -0 lines 0 comments Download
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
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.xml View 1 chunk +11 lines, -0 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
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
LayoutTests/http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
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-charset-cp1251.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
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 +7 lines, -0 lines 0 comments Download
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 +10 lines, -0 lines 0 comments Download
M Source/WebCore/ChangeLog View 1 chunk +73 lines, -0 lines 0 comments Download
Source/WebCore/DerivedSources.make View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/WebCore/GNUmakefile.am View 3 chunks +8 lines, -1 line 0 comments Download
Source/WebCore/WebCore.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.exp.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/WebCore.gyp/WebCore.gyp View 1 chunk +17 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.vcproj/WebCore.vcproj View 2 chunks +12 lines, -0 lines 0 comments Download
M Source/WebCore/WebCore.xcodeproj/project.pbxproj View 6 chunks +10 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/XMLDocumentParser.h View 1 chunk +1 line, -0 lines 0 comments Download
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/XMLTreeViewer.h View 1 chunk +57 lines, -0 lines 0 comments Download
A Source/WebCore/xml/XMLTreeViewer.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
A Source/WebCore/xml/XMLViewer.xsl View 1 chunk +379 lines, -0 lines 0 comments Download
M Source/WebCore/xml/XSLStyleSheet.h View 2 chunks +9 lines, -0 lines 0 comments Download
Source/WebKit/chromium/ChangeLog View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/public/WebFrame.h View 1 chunk +4 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 Source/WebKit/gtk/ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h View 1 chunk +2 lines, -0 lines 0 comments Download
Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/WebKit/mac/ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/WebKit/mac/WebView/WebFrame.mm View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/WebKit/mac/WebView/WebFramePrivate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/WebKit/qt/ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
Source/WebKit/win/ChangeLog View 1 chunk +16 lines, -0 lines 0 comments Download
Source/WebKit/win/Interfaces/IWebFramePrivate.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/WebKit/win/Interfaces/WebKit.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebKit/win/WebFrame.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/WebKit/win/WebFrame.cpp View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/WebKit2/ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFramePrivate.h View 1 chunk +1 line, -0 lines 0 comments Download
M Tools/ChangeLog View 1 chunk +25 lines, -0 lines 0 comments Download
M Tools/DumpRenderTree/chromium/TestShell.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Tools/DumpRenderTree/gtk/DumpRenderTree.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
Tools/DumpRenderTree/mac/DumpRenderTree.mm View 1 chunk +2 lines, -0 lines 0 comments Download
M Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Tools/DumpRenderTree/win/DumpRenderTree.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

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