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

Issue 83163002: [Aura] Adding Writing direction to the context menu for Aura. (Closed)

Created:
7 years, 1 month ago by pals
Modified:
7 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, tfarina, jam, darin-cc_chromium.org, eseidel, aharon
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Aura] Adding Writing direction to the context menu for Aura. BUG=91178 Blink side changes are committed here https://codereview.chromium.org/66313007/ TBR=cpu@chromium.org,cdn@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239457

Patch Set 1 #

Total comments: 13

Patch Set 2 : Patch 2 #

Patch Set 3 : Aura-CrOS-Win #

Total comments: 21

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Fixed compilation on Win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -26 lines) Patch
M chrome/app/chrome_command_ids.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc View 1 2 3 4 5 6 7 3 chunks +82 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/common/context_menu_params.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/common/context_menu_params.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/context_menu_params_builder.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
pals
+pkasting for chrome/browser/ui/views/* +cpu for chrome/app/chrome_command_ids.h +piman for content/* PTAL. Thanks
7 years, 1 month ago (2013-11-22 09:57:47 UTC) #1
piman
LGTM for content/
7 years, 1 month ago (2013-11-22 20:17:35 UTC) #2
Peter Kasting
https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode123 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:123: int command_id, int event_flags) { Nit: One arg per ...
7 years, 1 month ago (2013-11-22 21:53:03 UTC) #3
cpu_(ooo_6.6-7.5)
don't see anything where I can add value. Ping me if you need my review, ...
7 years, 1 month ago (2013-11-23 03:07:17 UTC) #4
pals
Fixed the comments. Please review. https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode123 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:123: int command_id, int event_flags) ...
7 years ago (2013-11-25 06:28:12 UTC) #5
Peter Kasting
https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/1/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode186 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:186: // This functionality is exposed as a keyboard shortcut ...
7 years ago (2013-11-26 02:18:30 UTC) #6
eseidel
Windows has a ctrl-shift (horrible) hotkey for this. Aharon (bidi-team) suggested that we start with ...
7 years ago (2013-11-26 07:14:19 UTC) #7
Peter Kasting
On 2013/11/26 07:14:19, eseidel wrote: > I don't think we can change the windows hotkey ...
7 years ago (2013-11-26 19:47:35 UTC) #8
eseidel1
No reason I can think of. On Tuesday, November 26, 2013, wrote: On 2013/11/26 07:14:19, ...
7 years ago (2013-11-28 16:58:34 UTC) #9
pals
I have updated the CL to have context menu on aura-CrOS and Windows as well. ...
7 years ago (2013-12-03 13:43:28 UTC) #10
Peter Kasting
https://codereview.chromium.org/83163002/diff/160001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): https://codereview.chromium.org/83163002/diff/160001/chrome/app/chrome_command_ids.h#newcode231 chrome/app/chrome_command_ids.h:231: #define IDC_WRITING_DIRECTION_MENU 41120 // OSX, Linux Gtk and Aura ...
7 years ago (2013-12-03 22:52:35 UTC) #11
pals
Fixed the comments. Please review. https://codereview.chromium.org/83163002/diff/160001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): https://codereview.chromium.org/83163002/diff/160001/chrome/app/chrome_command_ids.h#newcode231 chrome/app/chrome_command_ids.h:231: #define IDC_WRITING_DIRECTION_MENU 41120 // ...
7 years ago (2013-12-04 12:54:50 UTC) #12
Peter Kasting
https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode122 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:122: // WebKit's current behavior is for this menu item ...
7 years ago (2013-12-04 19:46:30 UTC) #13
pals
https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode122 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:122: // WebKit's current behavior is for this menu item ...
7 years ago (2013-12-05 14:25:49 UTC) #14
jeremy
https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc (right): https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode122 chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc:122: // WebKit's current behavior is for this menu item ...
7 years ago (2013-12-05 14:33:17 UTC) #15
Peter Kasting
On 2013/12/05 14:33:17, jeremy wrote: > https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc > File chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc > (right): > > https://codereview.chromium.org/83163002/diff/160001/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc#newcode122 ...
7 years ago (2013-12-05 21:15:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/83163002/220001
7 years ago (2013-12-06 02:56:45 UTC) #17
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=39832
7 years ago (2013-12-06 07:00:15 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/83163002/220001
7 years ago (2013-12-06 08:20:14 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, ...
7 years ago (2013-12-06 11:54:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/83163002/260001
7 years ago (2013-12-09 05:35:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/83163002/280001
7 years ago (2013-12-09 06:40:51 UTC) #22
commit-bot: I haz the power
7 years ago (2013-12-09 09:57:31 UTC) #23
Message was sent while issue was closed.
Change committed as 239457

Powered by Google App Engine
This is Rietveld 408576698