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

Issue 1992393002: Enable external popup menu in Blimp, part 1/2. (Closed)

Created:
4 years, 7 months ago by haibinlu
Modified:
4 years, 2 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Blimp Engine is based on Linux with USE_AURA, and its client is an Android app. It is desirable for end users to see the same Chrome Android external popup menu handling. Thus, add USE_EXTERNAL_POPUP_MENU flag so that Blimp Engine can follow the same code path of the external Android popup menus before it reaches WebContentsView. BUG=598764 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/c643d33cf668665bac4562e69a72f9ef29b5bbed Cr-Commit-Position: refs/heads/master@{#397575}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : rebase and update blimp_engine.gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -52 lines) Patch
M build/args/blimp_engine.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M build/common.gypi View 1 2 6 chunks +14 lines, -0 lines 0 comments Download
M build/config/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M build/config/features.gni View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 5 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_view_host_delegate_view.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_view_aura.h View 1 chunk +12 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 chunks +9 lines, -10 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 1 chunk +7 lines, -9 lines 0 comments Download
M content/renderer/external_popup_menu.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/external_popup_menu.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 chunks +12 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 5 chunks +23 lines, -11 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (18 generated)
haibinlu
avi@ and nasko@, Could I have your opinions on the approach I am about to ...
4 years, 6 months ago (2016-05-26 21:32:34 UTC) #9
Avi (use Gerrit)
I think this is reasonable. https://codereview.chromium.org/1992393002/diff/100001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1992393002/diff/100001/build/config/BUILD.gn#newcode172 build/config/BUILD.gn:172: defines += [ "USE_EXTERNAL_POPUP_MENU=1" ...
4 years, 6 months ago (2016-05-27 02:00:00 UTC) #11
Wez
Looks pretty reasonable to me; I'd tweak some of the #ifs w/ OS_MACOSX checks to ...
4 years, 6 months ago (2016-05-27 02:24:51 UTC) #12
haibinlu
Ready for review. Thanks! https://codereview.chromium.org/1992393002/diff/100001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1992393002/diff/100001/build/config/BUILD.gn#newcode172 build/config/BUILD.gn:172: defines += [ "USE_EXTERNAL_POPUP_MENU=1" ] ...
4 years, 6 months ago (2016-05-28 01:37:59 UTC) #15
Avi (use Gerrit)
If we're gonna do this, yeah, this is what we want. LGTM
4 years, 6 months ago (2016-05-28 02:33:15 UTC) #16
haibinlu
Friendly ping.
4 years, 6 months ago (2016-06-02 18:50:21 UTC) #17
Avi (use Gerrit)
On 2016/06/02 18:50:21, haibinlu wrote: > Friendly ping. Who are you pinging? You probably should ...
4 years, 6 months ago (2016-06-02 18:56:36 UTC) #18
haibinlu
nasko@, could you review content/ change? dpranke@, could you review build/ change? Thanks!
4 years, 6 months ago (2016-06-02 19:22:25 UTC) #19
nasko
On 2016/06/02 19:22:25, haibinlu wrote: > nasko@, could you review content/ change? > dpranke@, could ...
4 years, 6 months ago (2016-06-02 20:32:24 UTC) #20
Dirk Pranke
lgtm. Do you need to add the flag to //build/args/blimp_engine.gn as well?
4 years, 6 months ago (2016-06-02 21:01:32 UTC) #21
haibinlu
On 2016/06/02 21:01:32, Dirk Pranke wrote: > lgtm. > > Do you need to add ...
4 years, 6 months ago (2016-06-02 21:10:56 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992393002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992393002/140001
4 years, 6 months ago (2016-06-02 21:29:32 UTC) #25
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No L-G-T-M from ...
4 years, 6 months ago (2016-06-02 21:29:35 UTC) #27
Avi (use Gerrit)
On 2016/06/02 21:29:35, commit-bot: I haz the power wrote: > All required reviewers (with asterisk ...
4 years, 6 months ago (2016-06-02 21:33:35 UTC) #28
haibinlu
On 2016/06/02 21:33:35, Avi wrote: > On 2016/06/02 21:29:35, commit-bot: I haz the power wrote: ...
4 years, 6 months ago (2016-06-02 21:36:47 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992393002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992393002/140001
4 years, 6 months ago (2016-06-02 21:38:48 UTC) #32
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 6 months ago (2016-06-03 02:23:01 UTC) #34
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c643d33cf668665bac4562e69a72f9ef29b5bbed Cr-Commit-Position: refs/heads/master@{#397575}
4 years, 6 months ago (2016-06-03 02:24:11 UTC) #36
Wez
nit: Consider removing "do not submit" from the CL description, otherwise it's a little alarming ...
4 years, 6 months ago (2016-06-03 17:03:07 UTC) #37
Avi (use Gerrit)
On 2016/06/03 17:03:07, Wez wrote: > nit: Consider removing "do not submit" from the CL ...
4 years, 6 months ago (2016-06-03 17:15:02 UTC) #38
Wez
4 years, 6 months ago (2016-06-03 17:35:34 UTC) #39
Message was sent while issue was closed.
On 2016/06/03 17:15:02, Avi wrote:
> On 2016/06/03 17:03:07, Wez wrote:
> > nit: Consider removing "do not submit" from the CL description, otherwise
it's
> a
> > little alarming to see this submitted!
> 
> Wez, he did!
> 
> But altering the description doesn't change the title of the email that is
sent
> for review.

*facepalm* Of course! :P

Powered by Google App Engine
This is Rietveld 408576698