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

Issue 2670243003: ServiceWorker: Remove URLRequestJob::GetResponseCode implementations. (Closed)

Created:
3 years, 10 months ago by mmenke
Modified:
3 years, 10 months ago
Reviewers:
falken
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, shimazu+serviceworker_chromium.org, serviceworker-reviews, jam, nhiroki, kinuko+serviceworker, horo+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, tzik, blink-worker-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ServiceWorker: Remove URLRequestJob::GetResponseCode implementations. The default implementation is being modified to get the response code from the URLRequest's HttpResponseInfo, to ensure it's consistent, and hopefully we'll eventually be able to remove the method from URLRequestJob entirely. BUG=688481 Review-Url: https://codereview.chromium.org/2670243003 Cr-Commit-Position: refs/heads/master@{#448138} Committed: https://chromium.googlesource.com/chromium/src/+/9f3d62526e92be1ec627cdd4de25104a8e280a5e

Patch Set 1 #

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -21 lines) Patch
M content/browser/service_worker/service_worker_read_from_cache_job.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_read_from_cache_job.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/service_worker/service_worker_write_to_cache_job.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_write_to_cache_job.cc View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
mmenke
[falken]: PTAL. Note that the new implementation starts returning the correct response code a bit ...
3 years, 10 months ago (2017-02-03 20:22:03 UTC) #4
falken
naive question: do we need to modify the default implementation before removing these? It looks ...
3 years, 10 months ago (2017-02-03 21:29:42 UTC) #5
mmenke
On 2017/02/03 21:29:42, falken wrote: > naive question: do we need to modify the default ...
3 years, 10 months ago (2017-02-03 21:39:46 UTC) #6
falken
Ah, missed the dependent patchset part. lgtm.
3 years, 10 months ago (2017-02-03 21:41:50 UTC) #7
mmenke
On 2017/02/03 21:41:50, falken wrote: > Ah, missed the dependent patchset part. lgtm. Yea, it's ...
3 years, 10 months ago (2017-02-03 21:42:29 UTC) #8
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/2670243003/20001
3 years, 10 months ago (2017-02-03 22:33:49 UTC) #11
commit-bot: I haz the power
3 years, 10 months ago (2017-02-04 01:10:29 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/9f3d62526e92be1ec627cdd4de25...

Powered by Google App Engine
This is Rietveld 408576698