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

Issue 1257553002: [Proof-of-concept] PlzNavigate and Service Worker

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

Description

[Proof-of-concept] PlzNavigate and Service Worker BUG=440463

Patch Set 1 #

Total comments: 4

Patch Set 2 : Pass navigation_provider_id #

Total comments: 20
Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -70 lines) Patch
M content/browser/frame_host/navigation_request.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/frame_host/navigation_request.cc View 1 3 chunks +7 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigator.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/frame_host/navigator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/navigator_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 1 chunk +2 lines, -1 line 1 comment Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_url_loader_delegate.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/loader/navigation_url_loader_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/loader/navigation_url_loader_impl.cc View 1 3 chunks +9 lines, -3 lines 0 comments Download
M content/browser/loader/navigation_url_loader_impl_core.h View 4 chunks +12 lines, -1 line 0 comments Download
M content/browser/loader/navigation_url_loader_impl_core.cc View 1 6 chunks +21 lines, -5 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 2 chunks +7 lines, -4 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 3 chunks +11 lines, -3 lines 2 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 4 chunks +14 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 1 3 chunks +23 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.cc View 1 2 chunks +15 lines, -1 line 3 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.cc View 5 chunks +13 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_request_handler.h View 2 chunks +10 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_request_handler.cc View 1 3 chunks +41 lines, -0 lines 2 comments Download
M content/child/request_extra_data.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/child/request_extra_data.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 3 chunks +18 lines, -10 lines 3 comments Download
M content/child/service_worker/service_worker_network_provider.h View 1 1 chunk +4 lines, -0 lines 1 comment Download
M content/child/service_worker/service_worker_network_provider.cc View 1 1 chunk +11 lines, -2 lines 0 comments Download
M content/common/frame_messages.h View 1 1 chunk +6 lines, -5 lines 4 comments Download
M content/common/service_worker/service_worker_messages.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 12 chunks +25 lines, -7 lines 4 comments Download
M content/test/test_navigation_url_loader.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/test/test_render_frame.cc View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 29 (10 generated)
michaeln
https://codereview.chromium.org/1257553002/diff/60001/content/browser/service_worker/service_worker_context_core.h File content/browser/service_worker/service_worker_context_core.h (right): https://codereview.chromium.org/1257553002/diff/60001/content/browser/service_worker/service_worker_context_core.h#newcode167 content/browser/service_worker/service_worker_context_core.h:167: const GURL& response_stream_url, This tripped me up a little, ...
5 years, 5 months ago (2015-07-24 22:22:27 UTC) #5
horo
I stopped using the stream URL to identifying the plznavigate requests. I added navigation_provider_id to ...
5 years, 4 months ago (2015-07-27 09:11:17 UTC) #7
horo
+Reviewers: michaeln@ Ah, the email for the comment might not be sent.
5 years, 4 months ago (2015-07-29 02:02:49 UTC) #9
michaeln
I think it be good if clamy or somebody from the core plznav team could ...
5 years, 4 months ago (2015-07-30 01:35:08 UTC) #10
horo
+Reviewers: clamy@ clamy@ Do you have any idea about what is the best way to ...
5 years, 4 months ago (2015-07-30 11:05:41 UTC) #11
horo
+Reviewers: clamy@ clamy@ Do you have any idea about what is the best way to ...
5 years, 4 months ago (2015-07-30 11:05:49 UTC) #13
Fabrice (no longer in Chrome)
5 years, 4 months ago (2015-07-30 16:47:37 UTC) #15
Fabrice (no longer in Chrome)
Sorry for the late answer, clamy is on vacation until the end of the month ...
5 years, 4 months ago (2015-08-06 15:39:15 UTC) #16
carlosk
As Camille is out I am adding nasko@ as a reviewer of this change as ...
5 years, 4 months ago (2015-08-06 16:52:52 UTC) #18
nasko
Overall, this CL needs a high level description of what is being changed and how. ...
5 years, 4 months ago (2015-08-07 17:51:12 UTC) #19
kinuko
Hi, Looks like most are on vacation now :) Anyways since horo's bit busy for ...
5 years, 4 months ago (2015-08-11 14:43:05 UTC) #21
kinuko
Hi, by the way once we all agreed on the basic design would it be ...
5 years, 4 months ago (2015-08-12 03:15:07 UTC) #22
Fabrice (no longer in Chrome)
On 2015/08/11 14:43:05, kinuko wrote: > Hi, > > Looks like most are on vacation ...
5 years, 4 months ago (2015-08-17 15:20:24 UTC) #23
Fabrice (no longer in Chrome)
On 2015/08/17 15:20:24, Fabrice wrote: > [SNIP] > > Thanks for the detailed answer! Sorry ...
5 years, 4 months ago (2015-08-17 15:41:53 UTC) #24
michaeln
On 2015/08/17 15:41:53, Fabrice wrote: > On 2015/08/17 15:20:24, Fabrice wrote: > > [SNIP] > ...
5 years, 4 months ago (2015-08-17 20:40:35 UTC) #25
nasko
On 2015/08/17 20:40:35, michaeln wrote: > On 2015/08/17 15:41:53, Fabrice wrote: > > On 2015/08/17 ...
5 years, 4 months ago (2015-08-17 22:46:14 UTC) #26
kinuko
On 2015/08/17 22:46:14, nasko wrote: > On 2015/08/17 20:40:35, michaeln wrote: > > On 2015/08/17 ...
5 years, 4 months ago (2015-08-18 13:37:54 UTC) #27
Fabrice (no longer in Chrome)
On 2015/08/17 22:46:14, nasko wrote: > On 2015/08/17 20:40:35, michaeln wrote: > > On 2015/08/17 ...
5 years, 4 months ago (2015-08-18 18:52:48 UTC) #28
Fabrice (no longer in Chrome)
5 years, 4 months ago (2015-08-20 16:21:49 UTC) #29

Powered by Google App Engine
This is Rietveld 408576698