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

Issue 164131: A Chrome-side fix for Issue 18232.... (Closed)

Created:
11 years, 4 months ago by Hironori Bono
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

A Chrome-side fix for Issue 18232. This change enables the code which displays a context menu when Chrome receives a key event for a menu key or control+F10 keys also on Linux. Even though this change makes Chrome display a context menu when we type control+F10 keys, it cannot make Chrome display a context menu when we type a menu key because WebKit maps a GDK_Menu to a VKEY_MENU. To fix this problem, we need to change WebKit to map a GDK_Menu to a VKEY_APP. BUG=18232 "[Linux] Menu key doesn't work" TEST=Press a menu key (or control+F10 keys), and verify a context menu is displayed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22910

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M webkit/glue/webview_impl.cc View 1 3 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hironori Bono
Thank you for your review in advance. I'm going to file a bug to webkit.org ...
11 years, 4 months ago (2009-08-07 07:43:20 UTC) #1
Evan Stade
LGTM! http://codereview.chromium.org/164131/diff/1/2 File webkit/glue/webview_impl.cc (right): http://codereview.chromium.org/164131/diff/1/2#newcode622 Line 622: // TODO(pinkerton): figure out these keycodes on ...
11 years, 4 months ago (2009-08-07 18:12:30 UTC) #2
Evan Stade
pinkerton: do we want the context menu to popup on menu key/ctrl+f10 on mac?
11 years, 4 months ago (2009-08-07 18:13:13 UTC) #3
Avi (use Gerrit)
On 2009/08/07 18:13:13, Evan Stade wrote: > pinkerton: do we want the context menu to ...
11 years, 4 months ago (2009-08-07 18:18:08 UTC) #4
Evan Stade
11 years, 4 months ago (2009-08-07 18:20:09 UTC) #5
ok awesome. There you have it, delete the comment.

Powered by Google App Engine
This is Rietveld 408576698