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

Issue 501583003: Move external popup menus from WebViewClient to WebFrameClient, part 3/3. (Closed)

Created:
6 years, 4 months ago by Avi (use Gerrit)
Modified:
6 years, 3 months ago
Reviewers:
keishi, Fady Samuel, nasko
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move external popup menus from WebViewClient to WebFrameClient, part 3/3. BUG=304341 TEST=popup menus still work Committed: https://crrev.com/485e5fd678f00a5e15798b1d66a9acd4368d3395 Cr-Commit-Position: refs/heads/master@{#291781}

Patch Set 1 #

Patch Set 2 : fix all platforms but Mac #

Patch Set 3 : again with the platforms #

Patch Set 4 : more fixin #

Total comments: 3

Patch Set 5 : nicer ipc #

Total comments: 6

Patch Set 6 : fixes for nasko #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -507 lines) Patch
M content/browser/android/content_view_core_impl.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 5 chunks +16 lines, -8 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 4 3 chunks +7 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 4 chunks +30 lines, -9 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h View 1 chunk +6 lines, -3 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
A + content/browser/frame_host/popup_menu_helper_mac.h View 4 chunks +11 lines, -11 lines 0 comments Download
A + content/browser/frame_host/popup_menu_helper_mac.mm View 5 chunks +14 lines, -11 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 3 chunks +15 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 6 chunks +60 lines, -1 line 0 comments Download
D content/browser/renderer_host/popup_menu_helper_mac.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/browser/renderer_host/popup_menu_helper_mac.mm View 1 chunk +0 lines, -125 lines 0 comments Download
M content/browser/renderer_host/render_view_host_delegate_view.h View 2 chunks +17 lines, -14 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 5 6 3 chunks +1 line, -18 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 4 chunks +1 line, -52 lines 0 comments Download
M content/browser/web_contents/web_contents_view_android.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_view_android.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_view_mac.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_view_mac.mm View 5 chunks +5 lines, -5 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 3 chunks +51 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 4 chunks +0 lines, -42 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 6 chunks +10 lines, -4 lines 0 comments Download
M content/renderer/external_popup_menu.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/external_popup_menu.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M content/renderer/external_popup_menu_browsertest.cc View 6 chunks +18 lines, -13 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 chunks +19 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 5 chunks +58 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 9 chunks +2 lines, -21 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 chunks +0 lines, -63 lines 0 comments Download
M content/test/layouttest_support.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
Avi (use Gerrit)
Keishi, you changed the Android code a few months ago; can you look at the ...
6 years, 4 months ago (2014-08-23 01:52:59 UTC) #1
Fady Samuel
browser_plugin lgtm https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode470 content/browser/browser_plugin/browser_plugin_guest.cc:470: render_frame_message_source_ = render_frame_host; nit: There's no way ...
6 years, 4 months ago (2014-08-23 10:56:17 UTC) #2
Avi (use Gerrit)
https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode470 content/browser/browser_plugin/browser_plugin_guest.cc:470: render_frame_message_source_ = render_frame_host; On 2014/08/23 10:56:17, Fady Samuel wrote: ...
6 years, 4 months ago (2014-08-23 18:36:44 UTC) #3
Avi (use Gerrit)
6 years, 4 months ago (2014-08-23 18:36:45 UTC) #4
Avi (use Gerrit)
6 years, 4 months ago (2014-08-23 18:36:46 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode470 content/browser/browser_plugin/browser_plugin_guest.cc:470: render_frame_message_source_ = render_frame_host; On 2014/08/23 18:36:44, Avi wrote: > ...
6 years, 4 months ago (2014-08-24 23:00:07 UTC) #6
Fady Samuel
On 2014/08/24 23:00:07, Avi wrote: > https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc > File content/browser/browser_plugin/browser_plugin_guest.cc (right): > > https://codereview.chromium.org/501583003/diff/60001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode470 > ...
6 years, 4 months ago (2014-08-25 00:58:05 UTC) #7
keishi
The android code lgtm.
6 years, 4 months ago (2014-08-25 03:59:23 UTC) #8
nasko
Mostly nits. https://codereview.chromium.org/501583003/diff/80001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/501583003/diff/80001/content/browser/frame_host/render_frame_host_impl.cc#newcode1015 content/browser/frame_host/render_frame_host_impl.cc:1015: render_view_host_->delegate_->GetDelegateView(); Shouldn't we be going through RenderframeHostDelegate ...
6 years, 3 months ago (2014-08-25 16:54:13 UTC) #9
Avi (use Gerrit)
https://codereview.chromium.org/501583003/diff/80001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/501583003/diff/80001/content/browser/frame_host/render_frame_host_impl.cc#newcode1015 content/browser/frame_host/render_frame_host_impl.cc:1015: render_view_host_->delegate_->GetDelegateView(); On 2014/08/25 16:54:13, nasko wrote: > Shouldn't we ...
6 years, 3 months ago (2014-08-25 18:17:34 UTC) #10
nasko
LGTM
6 years, 3 months ago (2014-08-25 18:27:00 UTC) #11
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 3 months ago (2014-08-25 18:34:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/501583003/100001
6 years, 3 months ago (2014-08-25 18:34:52 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-25 19:25:07 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-25 19:26:46 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/5893)
6 years, 3 months ago (2014-08-25 19:26:47 UTC) #16
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 3 months ago (2014-08-25 20:20:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/501583003/120001
6 years, 3 months ago (2014-08-25 20:20:34 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_tests_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-25 21:18:57 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-25 22:34:46 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/1966)
6 years, 3 months ago (2014-08-25 22:34:47 UTC) #21
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 3 months ago (2014-08-25 22:39:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/501583003/120001
6 years, 3 months ago (2014-08-25 22:41:08 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (120001) as 5b2401ba2612aa0dc79d260d533fc47fff5d156d
6 years, 3 months ago (2014-08-25 23:26:50 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:38:18 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/485e5fd678f00a5e15798b1d66a9acd4368d3395
Cr-Commit-Position: refs/heads/master@{#291781}

Powered by Google App Engine
This is Rietveld 408576698