Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 1215103007: Remove remaining HTML elements (Closed)

Created:
5 years, 5 months ago by abarth-chromium
Modified:
5 years, 5 months ago
Reviewers:
eseidel1, Hixie
CC:
gregsimon, jackson_old, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove remaining HTML elements This CL also removes the HTML parser and the HTML import system. TBR=eseidel@google.com Committed: https://chromium.googlesource.com/external/mojo/+/55d707fde6afda9205628be067c3045cad39dc7d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -9661 lines) Patch
M sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl View 2 chunks +0 lines, -23 lines 0 comments Download
M sky/engine/core/Init.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M sky/engine/core/core.gni View 4 chunks +2 lines, -85 lines 0 comments Download
M sky/engine/core/css/CSSStyleSheet.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M sky/engine/core/css/MediaValues.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M sky/engine/core/css/parser/MediaQueryInputStream.h View 2 chunks +2 lines, -1 line 0 comments Download
M sky/engine/core/css/parser/MediaQueryInputStream.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/css/parser/MediaQueryTokenizer.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/css/parser/MediaQueryTokenizer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/core/css/resolver/ScopedStyleResolver.h View 2 chunks +0 lines, -5 lines 0 comments Download
M sky/engine/core/css/resolver/ScopedStyleResolver.cpp View 2 chunks +0 lines, -21 lines 0 comments Download
M sky/engine/core/dom/ContainerNode.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/dom/Document.h View 7 chunks +0 lines, -37 lines 0 comments Download
M sky/engine/core/dom/Document.cpp View 15 chunks +2 lines, -235 lines 0 comments Download
M sky/engine/core/dom/Document.idl View 2 chunks +0 lines, -3 lines 0 comments Download
M sky/engine/core/dom/DocumentFragment.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/dom/DocumentInit.h View 3 chunks +1 line, -4 lines 0 comments Download
M sky/engine/core/dom/DocumentInit.cpp View 4 chunks +3 lines, -11 lines 0 comments Download
M sky/engine/core/dom/DocumentParser.h View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/dom/DocumentParser.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M sky/engine/core/dom/Element.cpp View 2 chunks +0 lines, -6 lines 0 comments Download
M sky/engine/core/dom/Node.cpp View 2 chunks +0 lines, -13 lines 0 comments Download
M sky/engine/core/dom/StyleEngine.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/dom/TreeScope.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/dom/shadow/ComposedTreeWalker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/dom/shadow/ElementShadow.cpp View 3 chunks +0 lines, -11 lines 0 comments Download
M sky/engine/core/dom/shadow/InsertionPoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/editing/DeleteSelectionCommand.cpp View 2 chunks +0 lines, -15 lines 0 comments Download
M sky/engine/core/editing/Editor.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/editing/EditorCommand.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/editing/ReplaceSelectionCommand.cpp View 1 chunk +0 lines, -21 lines 0 comments Download
M sky/engine/core/fetch/FontResource.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/fetch/ResourceFetcher.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M sky/engine/core/frame/FrameView.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
D sky/engine/core/frame/ImageBitmap.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/frame/ImageBitmap.cpp View 1 chunk +0 lines, -142 lines 0 comments Download
D sky/engine/core/frame/ImageBitmap.idl View 1 chunk +0 lines, -9 lines 0 comments Download
D sky/engine/core/frame/ImageBitmapTest.cpp View 1 chunk +0 lines, -186 lines 0 comments Download
D sky/engine/core/html/HTMLAnchorElement.h View 1 chunk +0 lines, -59 lines 0 comments Download
D sky/engine/core/html/HTMLAnchorElement.cpp View 1 chunk +0 lines, -124 lines 0 comments Download
D sky/engine/core/html/HTMLAnchorElement.idl View 1 chunk +0 lines, -7 lines 0 comments Download
D sky/engine/core/html/HTMLContentElement.h View 1 chunk +0 lines, -95 lines 0 comments Download
D sky/engine/core/html/HTMLContentElement.cpp View 1 chunk +0 lines, -120 lines 0 comments Download
D sky/engine/core/html/HTMLContentElement.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D sky/engine/core/html/HTMLIFrameElement.h View 1 chunk +0 lines, -56 lines 0 comments Download
D sky/engine/core/html/HTMLIFrameElement.cpp View 1 chunk +0 lines, -112 lines 0 comments Download
D sky/engine/core/html/HTMLIFrameElement.idl View 1 chunk +0 lines, -11 lines 0 comments Download
D sky/engine/core/html/HTMLImageElement.h View 1 chunk +0 lines, -105 lines 0 comments Download
D sky/engine/core/html/HTMLImageElement.cpp View 1 chunk +0 lines, -249 lines 0 comments Download
D sky/engine/core/html/HTMLImageElement.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D sky/engine/core/html/HTMLImageLoader.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/html/HTMLImageLoader.cpp View 1 chunk +0 lines, -59 lines 0 comments Download
D sky/engine/core/html/HTMLImportElement.h View 1 chunk +0 lines, -39 lines 0 comments Download
D sky/engine/core/html/HTMLImportElement.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
D sky/engine/core/html/HTMLImportElement.idl View 1 chunk +0 lines, -6 lines 0 comments Download
D sky/engine/core/html/HTMLScriptElement.h View 1 chunk +0 lines, -23 lines 0 comments Download
D sky/engine/core/html/HTMLScriptElement.cpp View 1 chunk +0 lines, -19 lines 0 comments Download
D sky/engine/core/html/HTMLScriptElement.idl View 1 chunk +0 lines, -6 lines 0 comments Download
D sky/engine/core/html/HTMLStyleElement.h View 1 chunk +0 lines, -62 lines 0 comments Download
D sky/engine/core/html/HTMLStyleElement.cpp View 1 chunk +0 lines, -136 lines 0 comments Download
D sky/engine/core/html/HTMLStyleElement.idl View 1 chunk +0 lines, -23 lines 0 comments Download
D sky/engine/core/html/HTMLTElement.h View 1 chunk +0 lines, -26 lines 0 comments Download
D sky/engine/core/html/HTMLTElement.cpp View 1 chunk +0 lines, -26 lines 0 comments Download
D sky/engine/core/html/HTMLTElement.idl View 1 chunk +0 lines, -6 lines 0 comments Download
M sky/engine/core/html/HTMLTagNames.in View 1 chunk +0 lines, -11 lines 0 comments Download
D sky/engine/core/html/HTMLTemplateElement.h View 1 chunk +0 lines, -60 lines 0 comments Download
D sky/engine/core/html/HTMLTemplateElement.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
D sky/engine/core/html/HTMLTemplateElement.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D sky/engine/core/html/HTMLTitleElement.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/html/HTMLTitleElement.cpp View 1 chunk +0 lines, -91 lines 0 comments Download
D sky/engine/core/html/HTMLTitleElement.idl View 1 chunk +0 lines, -22 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImport.h View 1 chunk +0 lines, -144 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImport.cpp View 1 chunk +0 lines, -143 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportChild.h View 1 chunk +0 lines, -109 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportChild.cpp View 1 chunk +0 lines, -191 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportChildClient.h View 1 chunk +0 lines, -52 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportLoader.h View 1 chunk +0 lines, -116 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportLoader.cpp View 1 chunk +0 lines, -184 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportState.h View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportStateResolver.h View 1 chunk +0 lines, -60 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportStateResolver.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportTreeRoot.h View 1 chunk +0 lines, -50 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportTreeRoot.cpp View 1 chunk +0 lines, -101 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportsController.h View 1 chunk +0 lines, -87 lines 0 comments Download
D sky/engine/core/html/imports/HTMLImportsController.cpp View 1 chunk +0 lines, -155 lines 0 comments Download
D sky/engine/core/html/parser/AtomicHTMLToken.h View 1 chunk +0 lines, -207 lines 0 comments Download
D sky/engine/core/html/parser/BackgroundHTMLParser.h View 1 chunk +0 lines, -100 lines 0 comments Download
D sky/engine/core/html/parser/BackgroundHTMLParser.cpp View 1 chunk +0 lines, -190 lines 0 comments Download
D sky/engine/core/html/parser/CompactHTMLToken.h View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/html/parser/CompactHTMLToken.cpp View 1 chunk +0 lines, -92 lines 0 comments Download
D sky/engine/core/html/parser/HTMLConstructionSite.h View 1 chunk +0 lines, -182 lines 0 comments Download
D sky/engine/core/html/parser/HTMLConstructionSite.cpp View 1 chunk +0 lines, -333 lines 0 comments Download
D sky/engine/core/html/parser/HTMLDocumentParser.h View 1 chunk +0 lines, -139 lines 0 comments Download
D sky/engine/core/html/parser/HTMLDocumentParser.cpp View 1 chunk +0 lines, -415 lines 0 comments Download
D sky/engine/core/html/parser/HTMLElementStack.h View 1 chunk +0 lines, -117 lines 0 comments Download
D sky/engine/core/html/parser/HTMLElementStack.cpp View 1 chunk +0 lines, -132 lines 0 comments Download
D sky/engine/core/html/parser/HTMLEntityParser.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/html/parser/HTMLEntityParser.cpp View 1 chunk +0 lines, -170 lines 0 comments Download
D sky/engine/core/html/parser/HTMLInputStream.h View 1 chunk +0 lines, -38 lines 0 comments Download
D sky/engine/core/html/parser/HTMLParserScheduler.h View 1 chunk +0 lines, -108 lines 0 comments Download
D sky/engine/core/html/parser/HTMLParserScheduler.cpp View 1 chunk +0 lines, -97 lines 0 comments Download
D sky/engine/core/html/parser/HTMLParserThread.h View 1 chunk +0 lines, -21 lines 0 comments Download
D sky/engine/core/html/parser/HTMLParserThread.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
D sky/engine/core/html/parser/HTMLScriptRunner.h View 1 chunk +0 lines, -71 lines 0 comments Download
D sky/engine/core/html/parser/HTMLScriptRunner.cpp View 1 chunk +0 lines, -127 lines 0 comments Download
D sky/engine/core/html/parser/HTMLSrcsetParser.h View 1 chunk +0 lines, -140 lines 0 comments Download
D sky/engine/core/html/parser/HTMLSrcsetParser.cpp View 1 chunk +0 lines, -349 lines 0 comments Download
D sky/engine/core/html/parser/HTMLSrcsetParserTest.cpp View 1 chunk +0 lines, -108 lines 0 comments Download
D sky/engine/core/html/parser/HTMLToken.h View 1 chunk +0 lines, -316 lines 0 comments Download
D sky/engine/core/html/parser/HTMLTokenizer.h View 1 chunk +0 lines, -158 lines 0 comments Download
D sky/engine/core/html/parser/HTMLTokenizer.cpp View 1 chunk +0 lines, -507 lines 0 comments Download
D sky/engine/core/html/parser/HTMLTreeBuilder.h View 1 chunk +0 lines, -137 lines 0 comments Download
D sky/engine/core/html/parser/HTMLTreeBuilder.cpp View 1 chunk +0 lines, -218 lines 0 comments Download
D sky/engine/core/html/parser/InputStreamPreprocessor.h View 1 chunk +0 lines, -122 lines 0 comments Download
D sky/engine/core/html/parser/MarkupTokenizerInlines.h View 1 chunk +0 lines, -100 lines 0 comments Download
D sky/engine/core/html/parser/NestingLevelIncrementer.h View 1 chunk +0 lines, -55 lines 0 comments Download
D sky/engine/core/html/parser/TextResourceDecoder.h View 1 chunk +0 lines, -34 lines 0 comments Download
D sky/engine/core/html/parser/TextResourceDecoder.cpp View 1 chunk +0 lines, -43 lines 0 comments Download
M sky/engine/core/loader/FrameLoader.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/loader/ImageLoader.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/page/FocusController.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/rendering/HitTestResult.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
D sky/engine/core/rendering/RenderIFrame.h View 1 chunk +0 lines, -28 lines 0 comments Download
D sky/engine/core/rendering/RenderIFrame.cpp View 1 chunk +0 lines, -65 lines 0 comments Download
M sky/engine/core/rendering/RenderImage.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/rendering/RenderObject.cpp View 3 chunks +2 lines, -5 lines 0 comments Download
M sky/engine/core/rendering/RenderText.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/rendering/RenderView.h View 3 chunks +0 lines, -7 lines 0 comments Download
M sky/engine/core/rendering/RenderView.cpp View 1 chunk +0 lines, -16 lines 0 comments Download
M sky/engine/core/script/dart_controller.h View 3 chunks +0 lines, -14 lines 0 comments Download
M sky/engine/core/script/dart_controller.cc View 3 chunks +0 lines, -112 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
abarth-chromium
5 years, 5 months ago (2015-07-01 04:21:58 UTC) #1
abarth-chromium
Committed patchset #1 (id:1) manually as 55d707fde6afda9205628be067c3045cad39dc7d (presubmit successful).
5 years, 5 months ago (2015-07-01 04:30:52 UTC) #2
Hixie
5 years, 5 months ago (2015-07-01 15:26:28 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698