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

Issue 2797443005: PlzNavigate data pipe

Created:
3 years, 8 months ago by kinuko
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, jam, Randy Smith (Not in Mondays), yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, loading-reviews_chromium.org, darin (slow to review), mmenke
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

PlzNavigate data pipe Seems to work in regular cases, no tests / needs cleanup BUG=705744 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Patch Set 1 #

Patch Set 2 : works #

Patch Set 3 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+489 lines, -79 lines) Patch
M content/browser/frame_host/navigation_request.h View 4 chunks +6 lines, -5 lines 0 comments Download
M content/browser/frame_host/navigation_request.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 4 chunks +2 lines, -6 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 4 chunks +6 lines, -11 lines 0 comments Download
M content/browser/loader/navigation_resource_handler.h View 2 chunks +32 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_resource_handler.cc View 1 7 chunks +270 lines, -17 lines 0 comments Download
M content/browser/loader/navigation_url_loader_delegate.h View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_url_loader_impl.h View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_url_loader_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_url_loader_impl_core.h View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/loader/navigation_url_loader_impl_core.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/child/resource_dispatcher.h View 1 3 chunks +7 lines, -1 line 0 comments Download
M content/child/resource_dispatcher.cc View 1 2 3 chunks +48 lines, -3 lines 0 comments Download
M content/child/web_url_loader_impl.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 4 chunks +13 lines, -2 lines 0 comments Download
M content/common/content_param_traits.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_mojo_param_traits.h View 2 chunks +12 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_param_traits.cc View 2 chunks +59 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (3 generated)
kinuko
Description was changed from ========== PlzNavigate data pipe (Can read page data from renderer process, ...
3 years, 8 months ago (2017-04-04 08:34:41 UTC) #1
kinuko
Description was changed from ========== PlzNavigate data pipe (Can read page data from renderer process, ...
3 years, 8 months ago (2017-04-04 13:22:11 UTC) #2
kinuko
3 years, 8 months ago (2017-04-04 15:00:45 UTC) #3
Description was changed from

==========
PlzNavigate data pipe

BUG=705744
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========

to

==========
PlzNavigate data pipe

Seems to work in regular cases, no tests / needs cleanup

BUG=705744
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========

Powered by Google App Engine
This is Rietveld 408576698