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

Issue 2714423002: Rename SkipServiceWorker to ServiceWorkerMode (Closed)

Created:
3 years, 9 months ago by Peter Beverloo
Modified:
3 years, 9 months ago
Reviewers:
kinuko, Tom Sepez, horo
CC:
chromium-reviews, tzik, nasko+codewatch_chromium.org, apavlov+blink_chromium.org, kinuko+watch, jsbell+serviceworker_chromium.org, caseq+blink_chromium.org, jam, dglazkov+blink, darin-cc_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-worker-reviews_chromium.org, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, Randy Smith (Not in Mondays), nhiroki, loading-reviews_chromium.org, lushnikov+blink_chromium.org, haraken, loading-reviews+fetch_chromium.org, Nate Chapin, michaeln, shimazu+serviceworker_chromium.org, tyoshino+watch_chromium.org, serviceworker-reviews, pfeldman+blink_chromium.org, kinuko+serviceworker, horo+watch_chromium.org, mmenke, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename SkipServiceWorker to ServiceWorkerMode This was changed in the following PR to the Fetch standard: https://github.com/whatwg/fetch/pull/435 BUG=592188 Review-Url: https://codereview.chromium.org/2714423002 Cr-Commit-Position: refs/heads/master@{#453432} Committed: https://chromium.googlesource.com/chromium/src/+/34669ef1214c412d168021ba04bce9ac1dce4bd5

Patch Set 1 #

Patch Set 2 : typos-- #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -140 lines) Patch
M content/browser/loader/resource_dispatcher_host_impl.cc View 2 chunks +8 lines, -9 lines 0 comments Download
M content/browser/service_worker/foreign_fetch_request_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/foreign_fetch_request_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/foreign_fetch_request_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_loader_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_loader_impl.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M content/child/web_url_request_util.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_request_util.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M content/common/resource_messages.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/resource_request.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/common/service_worker/service_worker_types.h View 1 1 chunk +11 lines, -10 lines 0 comments Download
M content/public/renderer/associated_resource_fetcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/fetchers/associated_resource_fetcher_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/fetchers/associated_resource_fetcher_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/fetchers/multi_resolution_image_resource_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_url_loader_host.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 6 chunks +14 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoader.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLRequest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequest.h View 3 chunks +9 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceRequestTest.cpp View 5 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebURLRequest.h View 1 2 chunks +15 lines, -13 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
Peter Beverloo
+horo for Service Workers +kinuko for loading / OWNERS scope This is a largely mechanical ...
3 years, 9 months ago (2017-02-27 04:44:44 UTC) #4
kinuko
Looking good. ServiceWorkerMode sounds pretty general, do we want to name it FetchServiceWorkerMode or something ...
3 years, 9 months ago (2017-02-27 06:01:53 UTC) #7
horo
lgtm Thank you!
3 years, 9 months ago (2017-02-27 06:02:31 UTC) #10
kinuko
On 2017/02/27 06:02:31, horo wrote: > lgtm > > Thank you! Well, lgtm/2 as far ...
3 years, 9 months ago (2017-02-27 06:16:12 UTC) #11
Peter Beverloo
Thank you! Terminology-wise, I think ServiceWorkerMode is fine because it's a property of Request(/Fetch)-related objects, ...
3 years, 9 months ago (2017-02-27 07:05:20 UTC) #14
kinuko
On 2017/02/27 07:05:20, Peter Beverloo wrote: > Thank you! > > Terminology-wise, I think ServiceWorkerMode ...
3 years, 9 months ago (2017-02-27 07:14:01 UTC) #15
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/2714423002/20001
3 years, 9 months ago (2017-02-27 10:05:14 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/373407)
3 years, 9 months ago (2017-02-27 10:11:15 UTC) #21
Peter Beverloo
+tsepez for IPC change
3 years, 9 months ago (2017-02-27 10:12:02 UTC) #23
Tom Sepez
RS LGTM on renaming enum values
3 years, 9 months ago (2017-02-27 17:13:49 UTC) #24
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/2714423002/20001
3 years, 9 months ago (2017-02-28 01:04:42 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 01:12:22 UTC) #29
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/34669ef1214c412d168021ba04bc...

Powered by Google App Engine
This is Rietveld 408576698