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

Issue 448063005: Add minimum Conetxt Menu (Closed)

Created:
6 years, 4 months ago by oshima
Modified:
6 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, tfarina
Project:
chromium
Visibility:
Public.

Description

Add minimum Context Menu. More menus will be added in separate CL. BUG=380438 TEST=None R=mukai@chromium.org,ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288346

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+387 lines, -2 lines) Patch
M athena/athena.gyp View 2 chunks +6 lines, -0 lines 0 comments Download
M athena/content/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A athena/content/public/web_contents_view_delegate_creator.h View 1 chunk +22 lines, -0 lines 0 comments Download
A athena/content/render_view_context_menu_impl.h View 1 chunk +55 lines, -0 lines 0 comments Download
A athena/content/render_view_context_menu_impl.cc View 1 1 chunk +140 lines, -0 lines 0 comments Download
A athena/content/web_contents_view_delegate_factory_impl.cc View 1 chunk +159 lines, -0 lines 0 comments Download
M athena/main/athena_main.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
oshima
mukai -> everything ben -> DEPS change (ui/aura, components/web_modal)
6 years, 4 months ago (2014-08-07 18:34:08 UTC) #1
tfarina
Fixed CL typo. s/Conetxt/Context
6 years, 4 months ago (2014-08-07 18:42:04 UTC) #2
Jun Mukai
https://codereview.chromium.org/448063005/diff/100001/athena/content/render_view_context_menu_impl.cc File athena/content/render_view_context_menu_impl.cc (right): https://codereview.chromium.org/448063005/diff/100001/athena/content/render_view_context_menu_impl.cc#newcode48 athena/content/render_view_context_menu_impl.cc:48: set_toolkit_delegate(delegate.Pass()); you can just call as: set_toolkit_delegate(scoped_ptr<ToolkitDelegate>(new ToolkitDelegateViews)), unnecessary ...
6 years, 4 months ago (2014-08-07 19:30:59 UTC) #3
oshima
https://codereview.chromium.org/448063005/diff/100001/athena/content/render_view_context_menu_impl.cc File athena/content/render_view_context_menu_impl.cc (right): https://codereview.chromium.org/448063005/diff/100001/athena/content/render_view_context_menu_impl.cc#newcode48 athena/content/render_view_context_menu_impl.cc:48: set_toolkit_delegate(delegate.Pass()); On 2014/08/07 19:30:59, Jun Mukai wrote: > you ...
6 years, 4 months ago (2014-08-07 20:23:07 UTC) #4
Jun Mukai
lgtm
6 years, 4 months ago (2014-08-07 20:26:09 UTC) #5
Ben Goodger (Google)
lgtm
6 years, 4 months ago (2014-08-07 22:01:53 UTC) #6
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 4 months ago (2014-08-07 22:02:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/448063005/120001
6 years, 4 months ago (2014-08-07 22:21:41 UTC) #8
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 4 months ago (2014-08-07 23:37:01 UTC) #9
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 4 months ago (2014-08-08 09:51:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/448063005/120001
6 years, 4 months ago (2014-08-08 09:54:18 UTC) #11
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 14:02:17 UTC) #12
Message was sent while issue was closed.
Change committed as 288346

Powered by Google App Engine
This is Rietveld 408576698