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

Issue 173344: Improves key event handing code of BrowserWindowGtk.... (Closed)

Created:
11 years, 4 months ago by James Su
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw, Ben Goodger (Google)
Visibility:
Public.

Description

Improves key event handing code of BrowserWindowGtk. This CL improves the key event handing code of BrowserWindowGtk. Issue 20118 is also fixed. BUG=20118 : Typing a colon (:) into the address bar causes the browser to freeze TEST=Run chrome with a XIM input method, chrome and x server's cpu usage shall be very low after pressing shift key (or any other modifier key) in omnibox. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24422

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -96 lines) Patch
M chrome/browser/gtk/browser_window_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 2 chunks +25 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 2 chunks +1 line, -88 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
James Su
(Please ignore CL 174393 and review this one. So weird that gcl created two different ...
11 years, 4 months ago (2009-08-25 10:16:34 UTC) #1
Evan Stade
ok, I think I kind of understand what is going on. Can you change the ...
11 years, 4 months ago (2009-08-25 18:40:37 UTC) #2
James Su
11 years, 4 months ago (2009-08-26 00:41:26 UTC) #3
On 2009/08/25 18:40:37, Evan Stade wrote:
> ok, I think I kind of understand what is going on. Can you change the name of
> HandleAccelerator to something more descriptive since it is no longer just
> handling accelerators but also bindings? with that, LGTM

Any suggestion to the name? How about just HandleKeyboardEvent?

Powered by Google App Engine
This is Rietveld 408576698