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

Issue 28105: Implement accelerators in the gtk port. (Closed)

Created:
11 years, 10 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement accelerators in the gtk port. - Adds accelerators to all the menu items that had them on windows. - Adds accelerators to back (Alt+left), forward (Alt+right), reload (Ctr+R) and focus the URL box (Ctr+L).

Patch Set 1 #

Patch Set 2 : Typos and patch minimization #

Total comments: 10

Patch Set 3 : Fixes for evanm #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -69 lines) Patch
M chrome/browser/gtk/browser_toolbar_view_gtk.h View 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/gtk/browser_toolbar_view_gtk.cc View 1 7 chunks +24 lines, -9 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/gtk/menu_gtk.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/gtk/menu_gtk.cc View 2 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/gtk/standard_menus.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/gtk/standard_menus.cc View 1 chunk +67 lines, -50 lines 0 comments Download
M chrome/browser/tab_contents/web_contents_view_gtk.cc View 3 chunks +22 lines, -5 lines 1 comment Download
M webkit/glue/webinputevent.h View 1 2 2 chunks +7 lines, -0 lines 2 comments Download
M webkit/glue/webinputevent_linux.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Elliot Glaysher
11 years, 10 months ago (2009-02-25 02:02:48 UTC) #1
Evan Martin
http://codereview.chromium.org/28105/diff/1011/1013 File chrome/browser/gtk/browser_toolbar_view_gtk.h (right): http://codereview.chromium.org/28105/diff/1011/1013#newcode74 Line 74: // equivalent to a reload click). Accelerators should ...
11 years, 10 months ago (2009-02-25 02:30:38 UTC) #2
Elliot Glaysher
http://codereview.chromium.org/28105/diff/1011/1013 File chrome/browser/gtk/browser_toolbar_view_gtk.h (right): http://codereview.chromium.org/28105/diff/1011/1013#newcode74 Line 74: // equivalent to a reload click). On 2009/02/25 ...
11 years, 10 months ago (2009-02-25 17:49:55 UTC) #3
Elliot Glaysher
http://codereview.chromium.org/28105/diff/1011/1018 File chrome/browser/gtk/standard_menus.h (right): http://codereview.chromium.org/28105/diff/1011/1018#newcode37 Line 37: // A gdk keysyms that is used to ...
11 years, 10 months ago (2009-02-25 22:08:41 UTC) #4
Evan Martin
LG
11 years, 10 months ago (2009-02-25 22:11:09 UTC) #5
Avi (use Gerrit)
I strongly disagree with having landed this. It introduces the same security issues that we're ...
11 years, 10 months ago (2009-02-25 22:38:40 UTC) #6
Avi (use Gerrit)
Can you back this out? It seems like you only add these fields so that ...
11 years, 10 months ago (2009-02-25 22:46:19 UTC) #7
darin (slow to review)
11 years, 10 months ago (2009-02-26 04:16:55 UTC) #8
http://codereview.chromium.org/28105/diff/1028/23
File webkit/glue/webinputevent.h (right):

http://codereview.chromium.org/28105/diff/1028/23#newcode157
Line 157: guint gdk_modifier;
yeah, i don't understand this either.  PlatformKeyboardEvent has no equivalent
fields, so this seems plainly wrong.

Powered by Google App Engine
This is Rietveld 408576698