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

Issue 2816403002: test all

Created:
3 years, 8 months ago by horo
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews, kenjibaheux+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, yzshen+watch_chromium.org, apavlov+blink_chromium.org, kinuko+worker_chromium.org, kinuko+watch, jsbell+serviceworker_chromium.org, caseq+blink_chromium.org, pfeldman+blink_chromium.org, tzik, jam, abarth-chromium, dglazkov+blink, darin-cc_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, blink-reviews, falken+watch_chromium.org, blink-reviews-api_chromium.org, blink-worker-reviews_chromium.org, mlamouri+watch-content_chromium.org, blink-reviews-w3ctests_chromium.org, creis+watch_chromium.org, blink-reviews-style_chromium.org, Yoav Weiss, nhiroki, loading-reviews_chromium.org, lushnikov+blink_chromium.org, asvitkine+watch_chromium.org, loading-reviews+fetch_chromium.org, Nate Chapin, michaeln, shimazu+serviceworker_chromium.org, tyoshino+watch_chromium.org, serviceworker-reviews, shimazu+worker_chromium.org, Aaron Boodman, kinuko+serviceworker, horo+watch_chromium.org, darin (slow to review), pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

test all moved from https://codereview.chromium.org/2701753003 BUG=443374 patch from issue 2807533003 at patchset 320001 (http://crrev.com/2807533003#ps320001) rebase

Patch Set 1 #

Patch Set 2 : stop using info #

Patch Set 3 : base #

Patch Set 4 : move CreateWorkerFetchContext to WebFrameClient #

Patch Set 5 : fix sharedworker #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1769 lines, -249 lines) Patch
M chrome/browser/about_flags.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 4 chunks +56 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 1 2 5 chunks +18 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.cc View 1 2 4 chunks +33 lines, -1 line 0 comments Download
M content/child/appcache/web_application_cache_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/child/service_worker/service_worker_network_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A content/common/worker_url_loader_factory_provider.mojom View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_features.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/BUILD.gn View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 5 chunks +31 lines, -0 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 2 3 chunks +21 lines, -0 lines 0 comments Download
A content/renderer/service_worker/service_worker_fetch_context_impl.h View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A content/renderer/service_worker/service_worker_fetch_context_impl.cc View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A content/renderer/service_worker/worker_fetch_context_impl.h View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
A content/renderer/service_worker/worker_fetch_context_impl.cc View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.cc View 1 2 3 4 4 chunks +33 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/performance-timeline.https-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/eventsource/script-tests/eventsource-csp-redirect-worker.php View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url-expected.txt View 2 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h View 3 chunks +11 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 16 chunks +42 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h View 1 chunk +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 2 chunks +19 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 3 chunks +11 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 12 chunks +36 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoader.cpp View 1 2 2 chunks +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp View 1 2 2 chunks +78 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/loader/WorkerFetchContext.h View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp View 1 2 3 1 chunk +380 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/DocumentResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResource.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/LinkFetchResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ScriptResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/probe/CoreProbes.cpp View 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/probe/CoreProbes.pidl View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 2 4 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLRequest.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp View 2 chunks +6 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/FetchContext.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/RawResource.h View 3 chunks +9 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/RawResource.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/Resource.h View 8 chunks +20 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/Resource.cpp View 14 chunks +90 lines, -73 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp View 6 chunks +13 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/testing/MockResource.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/DedicatedWorkerMessagingProxyProviderImpl.cpp View 1 2 3 2 chunks +21 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 3 4 chunks +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 5 chunks +26 lines, -0 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebApplicationCacheHost.h View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/public/platform/WebWorkerFetchContext.h View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebSharedWorker.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebSharedWorkerClient.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (8 generated)
horo
The CQ bit was checked by horo@chromium.org to run a CQ dry run
3 years, 8 months ago (2017-04-19 09:59:27 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816403002/60001
3 years, 8 months ago (2017-04-19 09:59:55 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-04-19 10:48:24 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/365749)
3 years, 8 months ago (2017-04-19 10:48:25 UTC) #4
horo
The CQ bit was checked by horo@chromium.org to run a CQ dry run
3 years, 8 months ago (2017-04-19 11:32:17 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816403002/80001
3 years, 8 months ago (2017-04-19 11:32:35 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago (2017-04-19 13:32:34 UTC) #7
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 13:32:35 UTC) #8
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698