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

Issue 118553006: Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host). (Closed)

Created:
6 years, 11 months ago by nasko
Modified:
6 years, 11 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host). BUG=304341 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243208

Patch Set 1 #

Patch Set 2 : Resolved merge conflict. #

Patch Set 3 : Huh? #

Total comments: 26

Patch Set 4 : Fixes for unit tests and review by Charlie. #

Patch Set 5 : Fixes for SuppressErrorPageTest tests. #

Patch Set 6 : Fix comment nit. #

Patch Set 7 : Rebase on ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -241 lines) Patch
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 chunks +12 lines, -11 lines 0 comments Download
M content/browser/frame_host/navigator.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_delegate.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 3 chunks +63 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 4 chunks +5 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.h View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 5 6 1 chunk +0 lines, -14 lines 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.h View 2 chunks +0 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 2 chunks +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 2 chunks +16 lines, -65 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 2 chunks +23 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 2 chunks +0 lines, -23 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 1 chunk +96 lines, -6 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Charlie Reis
Nice. I'll take a look to see if we can get rid of some of ...
6 years, 11 months ago (2014-01-06 18:13:35 UTC) #1
nasko
Thanks for the review Charlie! Still need to look at one failing content_browsertest case. https://codereview.chromium.org/118553006/diff/2/content/browser/frame_host/navigation_controller_impl_unittest.cc ...
6 years, 11 months ago (2014-01-06 18:47:02 UTC) #2
Charlie Reis
Thanks! LGTM with one nit. https://codereview.chromium.org/118553006/diff/2/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/118553006/diff/2/content/browser/frame_host/navigator_impl.cc#newcode119 content/browser/frame_host/navigator_impl.cc:119: // We can't tell ...
6 years, 11 months ago (2014-01-06 19:07:17 UTC) #3
nasko
Fixed. Thanks! https://codereview.chromium.org/118553006/diff/2/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/118553006/diff/2/content/browser/frame_host/navigator_impl.cc#newcode119 content/browser/frame_host/navigator_impl.cc:119: // We can't tell this apart, so ...
6 years, 11 months ago (2014-01-06 19:16:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/118553006/480002
6 years, 11 months ago (2014-01-06 20:10:33 UTC) #5
commit-bot: I haz the power
Failed to apply patch for content/browser/frame_host/render_frame_host_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-06 20:10:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/118553006/570001
6 years, 11 months ago (2014-01-06 20:48:24 UTC) #7
commit-bot: I haz the power
6 years, 11 months ago (2014-01-06 23:57:17 UTC) #8
Message was sent while issue was closed.
Change committed as 243208

Powered by Google App Engine
This is Rietveld 408576698