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

Issue 477873002: Allow users to perform queries in the omnibox which begin with a search shortcut. (Closed)

Created:
6 years, 4 months ago by khzn
Modified:
5 years, 9 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow users to perform queries in the omnibox which begin with a search shortcut. Previously, if a user had (for example) configured a search shortcut of 'cs' which went to cs.chromium.org, they would be unable to (easily) start a query in the omnibox starting with 'cs'. Now, backspacing the keyword leaves the space after the keyword, allowing the user to continue typing without reenabling keyword mode. BUG=393371 NOTRY=true R=pkasting@chromium.org TEST=type 'google.com ' into the omnibar and it should enter keyword mode. Press backspace and 'google.com ' will be left in the omnibar, rather than 'google.com'. Committed: https://crrev.com/709649607f13acb04e3850d5fd7fc1903c1becae Cr-Commit-Position: refs/heads/master@{#322429}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use ASCIIToUTF16 to create string16 #

Total comments: 3

Patch Set 3 : Stylistic corrections #

Total comments: 1

Patch Set 4 : Fixed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (1 generated)
khzn
6 years, 4 months ago (2014-08-15 05:56:26 UTC) #1
khzn
6 years, 4 months ago (2014-08-15 06:06:59 UTC) #2
khzn
The CQ bit was checked by lenny.khazan@gmail.com
6 years, 4 months ago (2014-08-15 12:54:59 UTC) #3
khzn
The CQ bit was unchecked by lenny.khazan@gmail.com
6 years, 4 months ago (2014-08-15 12:55:01 UTC) #4
sky
Peter should review this. He'll no doubt have opinions about the correctness of this as ...
6 years, 4 months ago (2014-08-15 18:10:29 UTC) #5
khzn
6 years, 4 months ago (2014-08-16 00:56:10 UTC) #6
Peter Kasting
I'm not at work right now so I can't check; did you sign the Committer ...
6 years, 4 months ago (2014-08-22 00:41:13 UTC) #7
khzn
6 years, 4 months ago (2014-08-22 01:42:36 UTC) #8
khzn
On 2014/08/22 01:42:36, khzn wrote: Yes, I signed the Committer License Agreement.
6 years, 4 months ago (2014-08-22 01:42:58 UTC) #9
Peter Kasting
Sorry, somehow this got left in limbo! Please feel free to bug me when I ...
5 years, 10 months ago (2015-02-20 01:39:15 UTC) #10
khzn
On 2015/02/20 01:39:15, Peter Kasting wrote: > Sorry, somehow this got left in limbo! Please ...
5 years, 9 months ago (2015-03-26 18:20:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/477873002/60001
5 years, 9 months ago (2015-03-26 18:22:13 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-26 18:23:20 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/709649607f13acb04e3850d5fd7fc1903c1becae Cr-Commit-Position: refs/heads/master@{#322429}
5 years, 9 months ago (2015-03-26 18:24:00 UTC) #15
scheib
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1030413002/ by scheib@chromium.org. ...
5 years, 9 months ago (2015-03-26 19:30:09 UTC) #16
Peter Kasting
Lenny, can you reupload this patch as a new CL and then fix the test ...
5 years, 9 months ago (2015-03-26 20:14:42 UTC) #17
khzn
Sure thing - how can I create a new CL from the same local branch?
5 years, 9 months ago (2015-03-26 20:27:46 UTC) #18
Peter Kasting
5 years, 9 months ago (2015-03-26 20:28:32 UTC) #19
Message was sent while issue was closed.
On 2015/03/26 20:27:46, khzn wrote:
> Sure thing - how can I create a new CL from the same local branch?

I wouldn't -- I'd use the "Download [raw]" link above to grab the patch, then
apply it to a new branch.

Powered by Google App Engine
This is Rietveld 408576698