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

Issue 3152029: Ctrl-based actions should take precedence over ctrl-enter (Closed)

Created:
10 years, 4 months ago by Ilya Sherman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Ctrl-based actions should take precedence over ctrl-enter When the user presses ctrl, prefer (keeping) inline autocomplete matches to (new, surprising) exact matches that include the desired TLD. BUG=52566 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57293

Patch Set 1 #

Patch Set 2 : 80-col #

Total comments: 1

Patch Set 3 : Cleaning things up #

Patch Set 4 : Simpler logic #

Patch Set 5 : Unit tests #

Total comments: 3

Patch Set 6 : Cleaning things up #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -12 lines) Patch
M chrome/browser/autocomplete/autocomplete.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit.h View 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit.cc View 3 4 5 2 chunks +24 lines, -7 lines 2 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 3 chunks +36 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Ilya Sherman
The interaction between ctrl-enter and ctrl-based text actions is kinda hairy -- hopefully this approach ...
10 years, 4 months ago (2010-08-18 09:49:48 UTC) #1
Peter Kasting
I think there's a simpler conceptual solution here. Ctrl-enter is supposed to act on the ...
10 years, 4 months ago (2010-08-18 20:04:36 UTC) #2
Ilya Sherman
On 2010/08/18 20:04:36, Peter Kasting wrote: > I think there's a simpler conceptual solution here. ...
10 years, 4 months ago (2010-08-20 09:53:45 UTC) #3
Ilya Sherman
On 2010/08/20 09:53:45, Ilya Sherman wrote: > On 2010/08/18 20:04:36, Peter Kasting wrote: > > ...
10 years, 4 months ago (2010-08-20 10:01:58 UTC) #4
Peter Kasting
On 2010/08/20 09:53:45, Ilya Sherman wrote: > If the user has typed "foo" and currently ...
10 years, 4 months ago (2010-08-20 19:06:26 UTC) #5
Ilya Sherman
On 2010/08/20 19:06:26, Peter Kasting wrote: > On 2010/08/20 09:53:45, Ilya Sherman wrote: > > ...
10 years, 4 months ago (2010-08-20 20:33:14 UTC) #6
Peter Kasting
On 2010/08/20 20:33:14, Ilya Sherman wrote: > ? Are there any cases where we are ...
10 years, 4 months ago (2010-08-20 20:38:32 UTC) #7
Peter Kasting
http://codereview.chromium.org/3152029/diff/16002/19003 File chrome/browser/autocomplete/autocomplete_edit.cc (right): http://codereview.chromium.org/3152029/diff/16002/19003#newcode174 chrome/browser/autocomplete/autocomplete_edit.cc:174: // autocomplete suggestion of "foo.net". She now presses ctrl-a ...
10 years, 4 months ago (2010-08-24 23:59:04 UTC) #8
Ilya Sherman
cleaned up revision uploaded
10 years, 4 months ago (2010-08-25 00:31:14 UTC) #9
Peter Kasting
LGTM http://codereview.chromium.org/3152029/diff/21001/19009 File chrome/browser/autocomplete/autocomplete_edit.cc (right): http://codereview.chromium.org/3152029/diff/21001/19009#newcode187 chrome/browser/autocomplete/autocomplete_edit.cc:187: !KeywordIsSelected())? Nit: Put as many conditions on one ...
10 years, 4 months ago (2010-08-25 01:35:07 UTC) #10
mrossetti
10 years, 4 months ago (2010-08-25 16:16:48 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698