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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)

Created:
4 years ago by Takashi Toyoshima
Modified:
3 years, 11 months ago
CC:
abarth-chromium, ajuma+watch-canvas_chromium.org, darktears, apavlov+blink_chromium.org, awdf+watch_chromium.org, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-style_chromium.org, blink-worker-reviews_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dominicc+watchlist_chromium.org, dshwang, krit, eae+blinkwatch, eric.carlson_apple.com, falken+watch_chromium.org, f(malita), fs, gavinp+loader_chromium.org, gavinp+prerender_chromium.org, gasubic, gyuyoung2, haraken, horo+watch_chromium.org, jchaffraix+rendering, jsbell+serviceworker_chromium.org, Justin Novosad, kinuko+fileapi, kinuko+serviceworker, kinuko+worker_chromium.org, kinuko+watch, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loading-reviews+parser_chromium.org, loading-reviews+fetch_chromium.org, loading-reviews_chromium.org, lushnikov+blink_chromium.org, michaeln, nhiroki, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, Peter Beverloo, pfeldman+blink_chromium.org, rwlbuis, Stephen Chennney, serviceworker-reviews, shimazu+serviceworker_chromium.org, shimazu+worker_chromium.org, sof, nessy, szager+layoutwatch_chromium.org, tfarina, tyoshino+watch_chromium.org, tzik, vcarbune.chromium, webcomponents-bugzilla_chromium.org, yhirano+watch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Loading: move core/fetch to platform/loader/fetch Now that core/fetch does not have any unexpected dependency, we can move it under platform. BUG=655920 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2584423002 Cr-Commit-Position: refs/heads/master@{#445751} Committed: https://chromium.googlesource.com/chromium/src/+/ecbfcdcef3fa7692d28b32aeb0c89e9a5e5c4ebc

Patch Set 1 #

Patch Set 2 : remove duplicated source files from BUILD.gn #

Patch Set 3 : merge 2578983002/#ps40001 #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : rebase (all tests work) #

Patch Set 6 : FetchTestingPlatformSupport wasn't included #

Patch Set 7 : rebase race #

Patch Set 8 : windows build fix (base: refs/heads/master@{#445669}) #

Patch Set 9 : add test data dependency to BUILD.gn #

Patch Set 10 : remove PLATFORM_EXPORT from test_support classes #

Patch Set 11 : another try #

Unified diffs Side-by-side diffs Delta from patch set Stats (+687 lines, -11579 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptController.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 6 4 chunks +0 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/CoreInitializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.cpp View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserContext.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMURL.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/PendingScript.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ProcessingInstruction.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ScriptLoader.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/Editor.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/fetch/AccessControlStatus.h View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/BUILD.gn View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CachePolicy.h View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CachedMetadata.h View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CachedMetadata.cpp View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ClientHintsPreferences.h View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ClientHintsPreferences.cpp View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ClientHintsPreferencesTest.cpp View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h View 1 2 3 4 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp View 1 2 3 4 1 chunk +0 lines, -541 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/CrossOriginAccessControlTest.cpp View 1 2 3 4 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/DEPS View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchContext.h View 1 2 3 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchContext.cpp View 1 2 3 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchInitiatorInfo.h View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchInitiatorTypeNames.in View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchRequest.h View 1 2 3 1 chunk +0 lines, -167 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchRequest.cpp View 1 chunk +0 lines, -169 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchTestingPlatformSupport.h View 1 2 3 4 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchTestingPlatformSupport.cpp View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchUtils.h View 1 2 3 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchUtils.cpp View 1 chunk +0 lines, -207 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/FetchUtilsTest.cpp View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/IntegrityMetadata.h View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/IntegrityMetadata.cpp View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MemoryCache.h View 1 2 3 1 chunk +0 lines, -220 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MemoryCache.cpp View 1 2 3 1 chunk +0 lines, -467 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MemoryCacheCorrectnessTest.cpp View 1 2 3 4 1 chunk +0 lines, -564 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MemoryCacheTest.cpp View 1 chunk +0 lines, -398 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MockFetchContext.h View 1 2 3 4 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MockResource.h View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MockResource.cpp View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MockResourceClient.h View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/MockResourceClient.cpp View 1 chunk +0 lines, -43 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/OWNERS View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/RawResource.h View 1 2 3 4 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/RawResource.cpp View 1 2 3 4 1 chunk +0 lines, -364 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/RawResourceTest.cpp View 1 2 3 4 1 chunk +0 lines, -567 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/Resource.h View 1 2 3 4 5 6 1 chunk +0 lines, -519 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/Resource.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1124 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceClient.h View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceClientWalker.h View 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceFetcher.h View 1 2 3 4 1 chunk +0 lines, -282 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 2 3 4 1 chunk +0 lines, -1514 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp View 1 2 3 4 1 chunk +0 lines, -662 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceLoader.h View 1 2 3 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceLoader.cpp View 1 2 3 1 chunk +0 lines, -521 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h View 1 chunk +0 lines, -216 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp View 1 chunk +0 lines, -110 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceLoadingLog.h View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceOwner.h View 1 chunk +0 lines, -88 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceStatus.h View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/ResourceTest.cpp View 1 2 3 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/SubstituteData.h View 1 chunk +0 lines, -77 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/UniqueIdentifier.h View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/Source/core/fetch/UniqueIdentifier.cpp View 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrity.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLDocument.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageElement.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/LinkResource.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/LinkStyle.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/PreloadRequest.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/DevToolsHost.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentLoader.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentLoader.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameClientHintsPreferencesContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoadRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderClient.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/HttpEquiv.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/LinkLoader.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/LinkLoader.cpp View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/LinkLoaderClient.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/NavigationScheduler.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.cpp View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoaderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ProgressTracker.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/TextTrackLoader.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/TextTrackLoader.cpp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/DocumentResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/DocumentResource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResource.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResource.cpp View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResource.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResource.cpp View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp View 1 2 3 4 5 6 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/LinkFetchResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/MockFontResourceClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ScriptResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/TextResource.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragController.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/Page.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FramePainter.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElementProxy.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGUseElement.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/Worklet.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletScriptLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XSLImportRule.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchResponseData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Headers.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp View 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 4 chunks +20 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/loader/BUILD.gn View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/AccessControlStatus.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CachePolicy.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CachedMetadataHandler.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferencesTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.h View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControlTest.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchContext.h View 1 2 3 2 chunks +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorInfo.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.in View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchRequest.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp View 1 2 3 4 5 3 chunks +32 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchUtils.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchUtils.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/FetchUtilsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MemoryCache.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp View 1 2 3 4 3 chunks +8 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MockResource.h View 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MockResource.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MockResourceClient.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/MockResourceClient.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/RawResource.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/RawResource.cpp View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/RawResourceTest.cpp View 1 2 3 4 16 chunks +34 lines, -19 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/Resource.h View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/Resource.cpp View 1 2 3 4 5 6 1 chunk +11 lines, -11 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceClientWalker.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp View 1 2 3 4 2 chunks +9 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp View 1 2 3 4 1 chunk +12 lines, -12 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceLoaderOptions.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceLoaderOptionsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceLoadingLog.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceOwner.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/SubstituteData.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/loader/fetch/UniqueIdentifier.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/DevToolsEmulator.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebLeakDetector.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 75 (42 generated)
Takashi Toyoshima
brettw@, can you take a look? This patch contains non-trivial BUILD.gn change to move core/fetch ...
4 years ago (2016-12-19 12:36:13 UTC) #8
Takashi Toyoshima
brettw: ping. Now I notice that I need some modifications to run unit tests inside ...
4 years ago (2016-12-21 05:12:43 UTC) #19
kinuko
https://codereview.chromium.org/2584423002/diff/60001/third_party/WebKit/Source/platform/BUILD.gn File third_party/WebKit/Source/platform/BUILD.gn (right): https://codereview.chromium.org/2584423002/diff/60001/third_party/WebKit/Source/platform/BUILD.gn#newcode1462 third_party/WebKit/Source/platform/BUILD.gn:1462: "//third_party/WebKit/Source/platform/loader", Would you be able to first just move ...
3 years, 11 months ago (2017-01-16 05:25:09 UTC) #22
kinuko
Also please make extra sure that all the stakeholders are happy with this bulk file ...
3 years, 11 months ago (2017-01-16 05:27:00 UTC) #23
brettw
This looks fairly straightforward to me. Unless you're having specific problems, I think a normal ...
3 years, 11 months ago (2017-01-16 22:50:29 UTC) #24
Takashi Toyoshima
I added all OWNERS of core/fetch to reviewers list just in case. I have submitted ...
3 years, 11 months ago (2017-01-17 13:51:48 UTC) #26
Yoav Weiss
On 2017/01/17 13:51:48, toyoshim wrote: > I added all OWNERS of core/fetch to reviewers list ...
3 years, 11 months ago (2017-01-17 14:36:34 UTC) #27
brettw
I like split build files (smaller things closer to code are better). It works if ...
3 years, 11 months ago (2017-01-17 21:19:38 UTC) #28
yhirano
Just in case, I'm fine with the overall direction.
3 years, 11 months ago (2017-01-18 05:44:04 UTC) #29
kouhei (in TOK)
LGTM I'm also on-board w/ this plan.
3 years, 11 months ago (2017-01-18 07:26:21 UTC) #30
tyoshino (SeeGerritForStatus)
me too fine with the refactoring.
3 years, 11 months ago (2017-01-18 07:57:12 UTC) #31
Mike West
LGTM, FWIW.
3 years, 11 months ago (2017-01-18 10:24:33 UTC) #32
kinuko
lgtm/2, fwiw.
3 years, 11 months ago (2017-01-18 13:28:49 UTC) #33
Nate Chapin
On 2017/01/18 13:28:49, kinuko wrote: > lgtm/2, fwiw. I only skimmed the patch, but have ...
3 years, 11 months ago (2017-01-18 22:03:47 UTC) #34
Takashi Toyoshima
Now the last sub-patch to make all tests work under platform was submitted. I'd try ...
3 years, 11 months ago (2017-01-24 06:07:20 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/100001
3 years, 11 months ago (2017-01-24 06:23:13 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/26303) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-24 06:28:08 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/120001
3 years, 11 months ago (2017-01-24 07:03:06 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/335104)
3 years, 11 months ago (2017-01-24 08:20:50 UTC) #45
yhirano
lgtm
3 years, 11 months ago (2017-01-24 08:25:57 UTC) #46
Takashi Toyoshima
Hum... on linux_chromium_asan_rel_ng, all ResourceFetcherTest are failing with the following check failure. Is this bot ...
3 years, 11 months ago (2017-01-24 08:45:38 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/140001
3 years, 11 months ago (2017-01-24 09:03:32 UTC) #50
Takashi Toyoshima
Probably, I should include "web/tests/data/" in group("blink_platform_unittests_data") to work it as is. I will add ...
3 years, 11 months ago (2017-01-24 09:21:48 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/160001
3 years, 11 months ago (2017-01-24 09:27:53 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/157497)
3 years, 11 months ago (2017-01-24 10:10:42 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/180001
3 years, 11 months ago (2017-01-24 10:33:04 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/335200)
3 years, 11 months ago (2017-01-24 11:29:16 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/200001
3 years, 11 months ago (2017-01-24 11:30:30 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/296843)
3 years, 11 months ago (2017-01-24 12:12:54 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/200001
3 years, 11 months ago (2017-01-24 13:22:33 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/296916)
3 years, 11 months ago (2017-01-24 14:02:09 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2584423002/200001
3 years, 11 months ago (2017-01-24 17:00:17 UTC) #72
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 17:37:30 UTC) #75
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/chromium/src/+/ecbfcdcef3fa7692d28b32aeb0c8...

Powered by Google App Engine
This is Rietveld 408576698