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

Issue 556703004: Remove page id from FrameNavigateParams. (Closed)

Created:
6 years, 3 months ago by Avi (use Gerrit)
Modified:
6 years ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, browser-components-watch_chromium.org, creis+watch_chromium.org, darin-cc_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove page id from FrameNavigateParams. BUG=407376 TEST=no visible change

Patch Set 1 #

Patch Set 2 : test fix #

Patch Set 3 : cleaner #

Total comments: 4

Patch Set 4 : rebase #

Patch Set 5 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -140 lines) Patch
M chrome/browser/history/history_tab_helper.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/history_tab_helper.cc View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/interstitial_page_navigator_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/interstitial_page_navigator_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.h View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 16 chunks +29 lines, -22 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 45 chunks +38 lines, -61 lines 0 comments Download
M content/browser/frame_host/navigator.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 28 chunks +31 lines, -31 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/frame_navigate_params.h View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M content/public/common/frame_navigate_params.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/test/test_render_frame_host.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/test/test_render_frame_host.cc View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M content/test/test_render_view_host.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M content/test/test_render_view_host.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/test/test_web_contents.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Avi (use Gerrit)
Charlie, WDYT? This gets rid of the page id parameter from FrameNavigateParams, and more importantly, ...
6 years, 3 months ago (2014-09-10 22:38:04 UTC) #2
Charlie Reis
Yes, I think this will work. It does a nice job of preparing the browser-side ...
6 years, 3 months ago (2014-09-11 22:55:40 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/556703004/diff/40001/content/browser/web_contents/web_contents_impl_unittest.cc File content/browser/web_contents/web_contents_impl_unittest.cc (right): https://codereview.chromium.org/556703004/diff/40001/content/browser/web_contents/web_contents_impl_unittest.cc#newcode1464 content/browser/web_contents/web_contents_impl_unittest.cc:1464: interstitial->TestDidNavigate(url2); On 2014/09/11 22:55:39, Charlie Reis wrote: > All ...
6 years, 3 months ago (2014-09-11 23:10:10 UTC) #4
Charlie Reis
https://codereview.chromium.org/556703004/diff/40001/content/browser/web_contents/web_contents_impl_unittest.cc File content/browser/web_contents/web_contents_impl_unittest.cc (right): https://codereview.chromium.org/556703004/diff/40001/content/browser/web_contents/web_contents_impl_unittest.cc#newcode1464 content/browser/web_contents/web_contents_impl_unittest.cc:1464: interstitial->TestDidNavigate(url2); On 2014/09/11 23:10:10, Avi wrote: > On 2014/09/11 ...
6 years, 3 months ago (2014-09-11 23:15:28 UTC) #5
Avi (use Gerrit)
6 years ago (2014-12-10 22:20:33 UTC) #6
Message was sent while issue was closed.
Closing; in discussions we decided to not go this route.

Powered by Google App Engine
This is Rietveld 408576698