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

Issue 1167583003: Move Resource subclasses out of fetch/ (Closed)

Created:
5 years, 6 months ago by Nate Chapin
Modified:
3 years, 6 months ago
Reviewers:
CC:
blink-reviews, szager+layoutwatch_chromium.org, vivekg_samsung, dshwang, eae+blinkwatch, fs, dcheng, vivekg, apavlov+blink_chromium.org, kouhei+svg_chromium.org, rwlbuis, Yoav Weiss, krit, arv+blink, blink-reviews-events_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, yurys+blink_chromium.org, Justin Novosad, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, gyuyoung2, pdr+svgwatchlist_chromium.org, blink-reviews-style_chromium.org, zoltan1, blink-reviews-paint_chromium.org, sof, caseq+blink_chromium.org, lushnikov+blink_chromium.org, darktears, Nate Chapin, Stephen Chennney, tyoshino+watch_chromium.org, blink-reviews-rendering, gavinp+prerender_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, slimming-paint-reviews_chromium.org, pfeldman+blink_chromium.org, f(malita), groby+blinkspell_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move Resource subclasses out of fetch/ BUG=

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -2428 lines) Patch
M Source/bindings/core/v8/ScriptSourceCode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/ScriptStreamer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8ScriptRunner.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8ScriptRunnerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/clipboard/DataTransfer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/clipboard/DataTransfer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 13 chunks +19 lines, -16 lines 0 comments Download
M Source/core/css/CSSCrossfadeValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCursorImageValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImageSetValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImageValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSVGDocumentValue.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/css/CSSStyleSheetResource.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/css/CSSStyleSheetResource.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/StyleRuleImport.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleRuleImport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
A + Source/core/dom/ImageResource.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/ImageResource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/dom/ImageResourceClient.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/ImageResourceTest.cpp View 1 2 chunks +4 lines, -3 lines 0 comments Download
A + Source/core/dom/MockImageResourceClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/PendingScript.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/PendingScript.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ProcessingInstruction.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 chunk +0 lines, -1 line 0 comments Download
A + Source/core/dom/ScriptResource.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/ScriptResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/StyleSheetResource.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/StyleSheetResourceClient.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/TextResource.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/TextResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Editor.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
D Source/core/fetch/CSSStyleSheetResource.h View 1 1 chunk +0 lines, -89 lines 0 comments Download
D Source/core/fetch/CSSStyleSheetResource.cpp View 1 1 chunk +0 lines, -188 lines 0 comments Download
M Source/core/fetch/CachingCorrectnessTest.cpp View 1 3 chunks +12 lines, -2 lines 0 comments Download
M Source/core/fetch/DEPS View 2 chunks +2 lines, -7 lines 0 comments Download
D Source/core/fetch/DocumentResource.h View 1 chunk +0 lines, -82 lines 0 comments Download
D Source/core/fetch/DocumentResource.cpp View 1 chunk +0 lines, -95 lines 0 comments Download
D Source/core/fetch/DocumentResourceReference.h View 1 chunk +0 lines, -45 lines 0 comments Download
D Source/core/fetch/ImageResource.h View 1 chunk +0 lines, -162 lines 0 comments Download
D Source/core/fetch/ImageResource.cpp View 1 chunk +0 lines, -570 lines 0 comments Download
D Source/core/fetch/ImageResourceClient.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/core/fetch/ImageResourceTest.cpp View 1 1 chunk +0 lines, -230 lines 0 comments Download
M Source/core/fetch/MemoryCacheTest.cpp View 6 chunks +11 lines, -7 lines 0 comments Download
D Source/core/fetch/MockImageResourceClient.h View 1 chunk +0 lines, -70 lines 0 comments Download
M Source/core/fetch/RawResourceTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/fetch/ResourceFetcherTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/fetch/ResourceLoadPriorityOptimizer.h View 1 chunk +0 lines, -80 lines 0 comments Download
D Source/core/fetch/ResourceLoadPriorityOptimizer.cpp View 1 chunk +0 lines, -125 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/fetch/ScriptResource.h View 1 chunk +0 lines, -85 lines 0 comments Download
D Source/core/fetch/ScriptResource.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
D Source/core/fetch/StyleSheetResource.h View 1 chunk +0 lines, -51 lines 0 comments Download
D Source/core/fetch/StyleSheetResourceClient.h View 1 chunk +0 lines, -47 lines 0 comments Download
D Source/core/fetch/TextResource.h View 1 chunk +0 lines, -34 lines 0 comments Download
D Source/core/fetch/TextResource.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
D Source/core/fetch/XSLStyleSheetResource.h View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/core/fetch/XSLStyleSheetResource.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/frame/ImageBitmapTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageFallbackHelper.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLImageLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLLinkElement.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/html/HTMLObjectElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/ImageDocument.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/forms/ImageInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLScriptRunner.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/input/EventHandler.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorResourceContentLoader.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutImage.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutImageResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutImageResourceStyleImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/layout/LayoutObject.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableRow.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
A + Source/core/layout/ResourceLoadPriorityOptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/layout/ResourceLoadPriorityOptimizer.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/shapes/Shape.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/layout/svg/ReferenceFilterBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/svg/ReferenceFilterBuilder.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/loader/ImageLoader.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/DragController.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/PageSerializer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerFilterInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/ShapeValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImageSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImageSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/svg/DocumentResource.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/svg/DocumentResource.cpp View 1 chunk +1 line, -2 lines 0 comments Download
A + Source/core/svg/DocumentResourceReference.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGImageLoader.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLImportRule.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/xml/XSLStyleSheetResource.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/xml/XSLStyleSheetResource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (1 generated)
Nate Chapin
3 years, 6 months ago (2017-06-15 20:53:48 UTC) #1
Description was changed from

==========
Move Resource subclasses out of fetch/

BUG=
==========

to

==========
Move Resource subclasses out of fetch/

BUG=
==========

Powered by Google App Engine
This is Rietveld 408576698