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

Issue 135723003: Move DidCommitProvisionalLoad code from RenderView to RenderFrame. (Closed)

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

Description

Move DidCommitProvisionalLoad code from RenderView to RenderFrame. BUG=304341 R=creis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249516

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fixing a bunch of tests. #

Patch Set 4 : Unit tests should be passing. #

Patch Set 5 : Rebase on ToT. #

Patch Set 6 : Rebase again. #

Patch Set 7 : Rebase #

Patch Set 8 : Move didNavigateWithinPage from RV to RF. #

Patch Set 9 : Some clean up, ready to start reviewing. #

Total comments: 55

Patch Set 10 : Fixed most of the comments from Charlie. #

Patch Set 11 : Fixed unit tests and removed WebContents::DidNavigate #

Total comments: 10

Patch Set 12 : Fixing final nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1266 lines, -969 lines) Patch
M chrome/common/extensions/extension_messages.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/frame_host/interstitial_page_navigator_impl.h View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/frame_host/interstitial_page_navigator_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -1 line 0 comments Download
M content/browser/frame_host/navigation_controller_impl.h View 1 2 3 4 5 6 7 8 4 chunks +12 lines, -11 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 4 5 6 7 8 9 chunks +9 lines, -8 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 95 chunks +123 lines, -122 lines 0 comments Download
M content/browser/frame_host/navigator.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +33 lines, -2 lines 0 comments Download
A content/browser/frame_host/navigator_delegate.cc View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.h View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +167 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 9 5 chunks +109 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -2 lines 0 comments Download
M content/browser/loader/resource_scheduler_filter.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_view_host_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -100 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -14 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +74 lines, -193 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -4 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 8 3 chunks +74 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 5 chunks +1 line, -73 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/navigation_details.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/web_contents_observer.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 chunks +309 lines, -17 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 14 chunks +26 lines, -24 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -7 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 6 chunks +7 lines, -301 lines 0 comments Download
M content/test/test_render_frame_host.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +48 lines, -0 lines 0 comments Download
M content/test/test_render_frame_host.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +100 lines, -1 line 0 comments Download
M content/test/test_render_view_host.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +13 lines, -8 lines 0 comments Download
M content/test/test_render_view_host.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +34 lines, -57 lines 0 comments Download
M content/test/test_web_contents.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nasko
Hey Charlie, This CL is finally ready for reviewing. It moves handling of DidCommitProvisionalLoad from ...
6 years, 10 months ago (2014-02-04 21:00:44 UTC) #1
Charlie Reis
Wow, I'm really excited about this. I've listed some things I found below, but I'm ...
6 years, 10 months ago (2014-02-05 23:30:37 UTC) #2
nasko
I've fixed all comments but two. The remaining part is fixing up the unit tests ...
6 years, 10 months ago (2014-02-06 01:55:13 UTC) #3
nasko
The last remaining issues should be now resolved. Ready for another look. https://codereview.chromium.org/135723003/diff/510001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc ...
6 years, 10 months ago (2014-02-06 20:07:59 UTC) #4
Charlie Reis
Fantastic. LGTM with the nits below. Great to see navigation moving over. Keep 'em coming! ...
6 years, 10 months ago (2014-02-06 21:49:06 UTC) #5
nasko
Fixed nits. https://codereview.chromium.org/135723003/diff/780001/content/browser/frame_host/interstitial_page_impl.h File content/browser/frame_host/interstitial_page_impl.h (right): https://codereview.chromium.org/135723003/diff/780001/content/browser/frame_host/interstitial_page_impl.h#newcode94 content/browser/frame_host/interstitial_page_impl.h:94: // RenderViewHostDelegate implementation: On 2014/02/06 21:49:07, Charlie ...
6 years, 10 months ago (2014-02-06 21:58:43 UTC) #6
nasko
6 years, 10 months ago (2014-02-06 22:10:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #12 manually as r249516 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698