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

Issue 2086093004: service worker: Add net_log for fetch event dispatch (Closed)

Created:
4 years, 6 months ago by falken
Modified:
4 years, 5 months ago
Reviewers:
horo, eroman, mattm
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, cbentzel+watch_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, eroman, darin-cc_chromium.org, mmenke, horo+watch_chromium.org, kinuko+watch, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

service worker: Add net_log for fetch event dispatch Many interesting things happen in ServiceWorkerFetchDispatcher. Add logging for easier debugging when something goes wrong. BUG=622963 Committed: https://crrev.com/65cb8ce1797fa6131ac787377d8acfb94aa3d370 Cr-Commit-Position: refs/heads/master@{#402105}

Patch Set 1 #

Patch Set 2 : docu #

Patch Set 3 : fix #

Patch Set 4 : fix compile error #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : use eventtypetyostring directly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -23 lines) Patch
M content/browser/service_worker/service_worker_browsertest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.h View 1 2 2 chunks +14 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.cc View 1 2 3 4 5 6 chunks +99 lines, -19 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/log/net_log_event_type_list.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
falken
PTAL
4 years, 6 months ago (2016-06-24 03:28:16 UTC) #3
falken
+mattm for net/ OWNER review
4 years, 6 months ago (2016-06-24 11:25:28 UTC) #5
eroman
//net LGTM. As an aside, we do need to pull serviceworker events out of //net ...
4 years, 5 months ago (2016-06-24 18:34:46 UTC) #7
horo
lgtm with a nit https://codereview.chromium.org/2086093004/diff/60001/content/browser/service_worker/service_worker_fetch_dispatcher.cc File content/browser/service_worker/service_worker_fetch_dispatcher.cc (right): https://codereview.chromium.org/2086093004/diff/60001/content/browser/service_worker/service_worker_fetch_dispatcher.cc#newcode81 content/browser/service_worker/service_worker_fetch_dispatcher.cc:81: std::string event_type = nit: const ...
4 years, 5 months ago (2016-06-25 05:49:56 UTC) #8
falken
https://codereview.chromium.org/2086093004/diff/60001/content/browser/service_worker/service_worker_fetch_dispatcher.cc File content/browser/service_worker/service_worker_fetch_dispatcher.cc (right): https://codereview.chromium.org/2086093004/diff/60001/content/browser/service_worker/service_worker_fetch_dispatcher.cc#newcode81 content/browser/service_worker/service_worker_fetch_dispatcher.cc:81: std::string event_type = On 2016/06/25 05:49:56, horo wrote: > ...
4 years, 5 months ago (2016-06-27 01:19:17 UTC) #9
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/2086093004/100001
4 years, 5 months ago (2016-06-27 01:19:53 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-06-27 03:19:57 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 03:21:40 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/65cb8ce1797fa6131ac787377d8acfb94aa3d370
Cr-Commit-Position: refs/heads/master@{#402105}

Powered by Google App Engine
This is Rietveld 408576698