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

Issue 2052633002: Extend the ToRenderFrameHost magic to FrameTreeNode* and Shell* (Closed)

Created:
4 years, 6 months ago by ncarter (slow)
Modified:
4 years, 6 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, creis+watch_chromium.org, phoglund+watch_chromium.org, nasko+codewatch_chromium.org, jam, dtapuska+chromiumwatch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, loading-reviews_chromium.org, tnakamura+watch_chromium.org, mlamouri+watch-manifest_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Extend the ToRenderFrameHost magic to FrameTreeNode* and Shell*. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/adef4a59be3e3a5fec0277dc255731f56fe8665d Cr-Commit-Position: refs/heads/master@{#398964}

Patch Set 1 #

Patch Set 2 : More glorious search and replace. #

Patch Set 3 : Still more search & replace. #

Patch Set 4 : Rebase #

Patch Set 5 : Fix induced script bug. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+603 lines, -736 lines) Patch
M content/browser/accessibility/accessibility_ipc_error_browsertest.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/bookmarklet_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_side_navigation_browsertest.cc View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M content/browser/cross_site_transfer_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/database_browsertest.cc View 1 2 2 chunks +2 lines, -8 lines 0 comments Download
M content/browser/devtools/protocol/devtools_protocol_browsertest.cc View 1 2 3 10 chunks +18 lines, -21 lines 0 comments Download
M content/browser/dom_storage/dom_storage_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/fileapi/file_system_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/frame_host/frame_tree_browsertest.cc View 11 chunks +18 lines, -23 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 86 chunks +89 lines, -99 lines 0 comments Download
M content/browser/frame_host/navigation_handle_impl_browsertest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_browsertest.cc View 1 2 63 chunks +77 lines, -107 lines 0 comments Download
M content/browser/indexed_db/indexed_db_browsertest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/async_resource_handler_browsertest.cc View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_browsertest.cc View 1 2 4 chunks +4 lines, -10 lines 0 comments Download
M content/browser/manifest/manifest_browsertest.cc View 1 2 8 chunks +12 lines, -13 lines 0 comments Download
M content/browser/media/media_canplaytype_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/media/midi_browsertest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/media/webrtc/webrtc_audio_debug_recordings_browsertest.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/media/webrtc/webrtc_internals_browsertest.cc View 1 2 19 chunks +53 lines, -54 lines 0 comments Download
M content/browser/media/webrtc/webrtc_webcam_browsertest.cc View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M content/browser/net_info_browsertest.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/composited_scrolling_browsertest.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/renderer_host/input/non_blocking_event_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_browsertest.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc View 2 chunks +5 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_view_host_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/resource_loading_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/screen_orientation/screen_orientation_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/security_exploit_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/session_history_browsertest.cc View 1 2 5 chunks +8 lines, -16 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 120 chunks +222 lines, -273 lines 0 comments Download
M content/browser/top_document_isolation_browsertest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/web_contents/opened_by_dom_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_browsertest.cc View 1 2 3 9 chunks +12 lines, -14 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura_browsertest.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M content/child/site_isolation_stats_gatherer_browsertest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/test/browser_test_utils.h View 1 2 3 1 chunk +11 lines, -5 lines 0 comments Download
M content/public/test/browser_test_utils.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M content/public/test/content_browser_test_utils.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/public/test/content_browser_test_utils.cc View 1 2 3 1 chunk +4 lines, -0 lines 2 comments Download
M content/test/content_browser_test_utils_internal.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/content_browser_test_utils_internal.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M content/test/webrtc_content_browsertest_base.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
ncarter (slow)
Hi avi, What do you think of making ToRenderFrameHost even more magical? It comes at ...
4 years, 6 months ago (2016-06-08 23:18:18 UTC) #3
Avi (use Gerrit)
I'm the one who introduced that magic, so I'm ok with more magic. LGTM https://codereview.chromium.org/2052633002/diff/80001/content/public/test/content_browser_test_utils.cc ...
4 years, 6 months ago (2016-06-09 02:11:17 UTC) #4
ncarter (slow)
https://codereview.chromium.org/2052633002/diff/80001/content/public/test/content_browser_test_utils.cc File content/public/test/content_browser_test_utils.cc (right): https://codereview.chromium.org/2052633002/diff/80001/content/public/test/content_browser_test_utils.cc#newcode20 content/public/test/content_browser_test_utils.cc:20: #include "content/shell/browser/shell.h" On 2016/06/09 02:11:17, Avi (OOO 12 June ...
4 years, 6 months ago (2016-06-09 16:24:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2052633002/80001
4 years, 6 months ago (2016-06-09 16:33:03 UTC) #7
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-09 18:46:07 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-09 18:46:14 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 18:48:14 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/adef4a59be3e3a5fec0277dc255731f56fe8665d
Cr-Commit-Position: refs/heads/master@{#398964}

Powered by Google App Engine
This is Rietveld 408576698