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

Issue 196020: Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his... (Closed)

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

Description

Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in history" This CL fixes issue 20934 by eliminating the side effect caused by Enter key press event. BUG=20934 : Omnibox keyboard behavior wrong for "See recent pages in history" TEST=Input something in omnibox, make sure it triggers "See N recent pages in history containing XXX", then select this item and press Enter to see if chrome://history/#q=XXX is opened. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25585

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -30 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 1 6 chunks +29 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Su
Please help review this CL. I'll cover this case in the automated test I'm working ...
11 years, 3 months ago (2009-09-04 02:46:24 UTC) #1
Daniel Erat
I fear that my understanding of this code isn't very good at this point. :-( ...
11 years, 3 months ago (2009-09-04 22:15:08 UTC) #2
James Su
Hi, In the old code, if GtkTextView handles an Enter key press event, and modifies ...
11 years, 3 months ago (2009-09-05 01:25:36 UTC) #3
James Su
Another appoach is to revert the unexpected changed in OnAfterPossibleChange() rather than in HandleKeyPress(). It ...
11 years, 3 months ago (2009-09-05 01:42:06 UTC) #4
James Su
Hi, CL updated to follow this new approach. Please help review. Regards James Su On ...
11 years, 3 months ago (2009-09-05 09:07:07 UTC) #5
Daniel Erat
11 years, 3 months ago (2009-09-05 15:31:53 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698