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

Issue 182713005: Remove frame ID from DidCommitProvisionalLoad. (Closed)

Created:
6 years, 9 months ago by Charlie Reis
Modified:
6 years, 9 months ago
Reviewers:
jam, nasko
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

Remove frame ID from DidCommitProvisionalLoad. Also passes RenderFrameHosts to RendererDidNavigate and cleans up the RenderFrameHost interface. BUG=314791 TEST=No behavior change. R=nasko@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254576

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix John's comments and signin test #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -107 lines) Patch
M content/browser/frame_host/navigation_controller_impl.h View 3 chunks +8 lines, -12 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 20 chunks +33 lines, -32 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 24 chunks +42 lines, -26 lines 0 comments Download
M content/browser/frame_host/navigator_delegate.h View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 2 chunks +5 lines, -9 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 3 chunks +8 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 1 chunk +4 lines, -4 lines 2 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/frame_messages.h View 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/browser/render_frame_host.h View 1 1 chunk +6 lines, -3 lines 2 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/test/test_render_frame_host.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Charlie Reis
Here's another big chunk of frame ID and RFH related cleanup. It's actually starting to ...
6 years, 9 months ago (2014-03-01 01:10:51 UTC) #1
jam
btw i've been lurking and appreciating all this cleanup :) some drive by comments https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h ...
6 years, 9 months ago (2014-03-01 01:21:08 UTC) #2
Charlie Reis
Thanks, good questions. I'll take care of them when I upload the next patch. https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h ...
6 years, 9 months ago (2014-03-01 01:39:05 UTC) #3
Charlie Reis
New patchset up. PTAL. https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h File content/public/browser/render_frame_host.h (right): https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h#newcode31 content/public/browser/render_frame_host.h:31: virtual int GetRoutingID() const = ...
6 years, 9 months ago (2014-03-03 07:14:49 UTC) #4
nasko
LGTM https://codereview.chromium.org/182713005/diff/20001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/182713005/diff/20001/content/browser/web_contents/web_contents_impl.cc#newcode2112 content/browser/web_contents/web_contents_impl.cc:2112: int render_frame_id = render_frame_host->GetRoutingID(); On 2014/03/03 07:14:50, Charlie ...
6 years, 9 months ago (2014-03-03 15:01:22 UTC) #5
jam
https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h File content/public/browser/render_frame_host.h (right): https://codereview.chromium.org/182713005/diff/1/content/public/browser/render_frame_host.h#newcode40 content/public/browser/render_frame_host.h:40: virtual int GetEnabledBindings() const = 0; On 2014/03/01 01:39:05, ...
6 years, 9 months ago (2014-03-03 16:08:04 UTC) #6
Charlie Reis
https://codereview.chromium.org/182713005/diff/20001/content/public/browser/render_frame_host.h File content/public/browser/render_frame_host.h (right): https://codereview.chromium.org/182713005/diff/20001/content/public/browser/render_frame_host.h#newcode31 content/public/browser/render_frame_host.h:31: virtual int GetRoutingID() = 0; On 2014/03/03 16:08:04, jam ...
6 years, 9 months ago (2014-03-03 17:05:23 UTC) #7
Charlie Reis
The CQ bit was checked by creis@chromium.org
6 years, 9 months ago (2014-03-03 17:34:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/182713005/20001
6 years, 9 months ago (2014-03-03 17:40:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/182713005/20001
6 years, 9 months ago (2014-03-03 18:29:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/182713005/20001
6 years, 9 months ago (2014-03-03 19:56:19 UTC) #11
Charlie Reis
6 years, 9 months ago (2014-03-03 22:11:51 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 manually as r254576 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698