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

Issue 10918289: Instant extended API: Make arrow up/down work. (Closed)

Created:
8 years, 3 months ago by sreeram
Modified:
8 years, 3 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, samarth, gideonwald, dominich, Aaron Boodman, David Black, Jered, darin-cc_chromium.org, Shishir
Visibility:
Public.

Description

Instant extended API: Make arrow up/down work. BUG=none R=sky@chromium.org,pkasting@chromium.org TEST=In extended API, arrow up/down should work. Pressing Enter should use the selected match. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157466

Patch Set 1 #

Patch Set 2 : Fix typos #

Patch Set 3 : Hackiness noted #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -64 lines) Patch
M chrome/browser/instant/instant_controller.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 3 chunks +31 lines, -11 lines 0 comments Download
M chrome/browser/instant/instant_loader.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_loader.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 13 chunks +46 lines, -10 lines 0 comments Download
M chrome/common/render_messages.h View 1 chunk +2 lines, -2 lines 2 comments Download
M chrome/renderer/resources/extensions/searchbox_api.js View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.h View 3 chunks +1 line, -3 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 8 chunks +15 lines, -27 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
sreeram
@sky for everything @pkasting for chrome/browser/ui/omnibox/*
8 years, 3 months ago (2012-09-17 22:15:49 UTC) #1
Peter Kasting
In the instant extended mode, we still have what appears to be a popup. Why ...
8 years, 3 months ago (2012-09-17 23:02:28 UTC) #2
sreeram
On 2012/09/17 23:02:28, Peter Kasting wrote: > In the instant extended mode, we still have ...
8 years, 3 months ago (2012-09-17 23:39:34 UTC) #3
Peter Kasting
On 2012/09/17 23:39:34, sreeram wrote: > On 2012/09/17 23:02:28, Peter Kasting wrote: > > In ...
8 years, 3 months ago (2012-09-18 00:59:37 UTC) #4
sreeram
On 2012/09/18 00:59:37, Peter Kasting wrote: > FWIW, I don't think any of these really ...
8 years, 3 months ago (2012-09-18 03:17:25 UTC) #5
Peter Kasting
LGTM then, but add comments on your member saying that it's a temporary hack that ...
8 years, 3 months ago (2012-09-18 18:06:08 UTC) #6
sreeram
On 2012/09/18 18:06:08, Peter Kasting wrote: > LGTM then, but add comments on your member ...
8 years, 3 months ago (2012-09-18 18:12:55 UTC) #7
sky
http://codereview.chromium.org/10918289/diff/10001/chrome/common/render_messages.h File chrome/common/render_messages.h (right): http://codereview.chromium.org/10918289/diff/10001/chrome/common/render_messages.h#newcode307 chrome/common/render_messages.h:307: int /* count */) Should this be a bool?
8 years, 3 months ago (2012-09-18 19:44:21 UTC) #8
sreeram
http://codereview.chromium.org/10918289/diff/10001/chrome/common/render_messages.h File chrome/common/render_messages.h (right): http://codereview.chromium.org/10918289/diff/10001/chrome/common/render_messages.h#newcode307 chrome/common/render_messages.h:307: int /* count */) On 2012/09/18 19:44:21, sky wrote: ...
8 years, 3 months ago (2012-09-18 19:54:37 UTC) #9
sky
On Tue, Sep 18, 2012 at 12:54 PM, <sreeram@chromium.org> wrote: > > http://codereview.chromium.org/10918289/diff/10001/chrome/common/render_messages.h > File ...
8 years, 3 months ago (2012-09-18 19:58:03 UTC) #10
sreeram
On 2012/09/18 19:58:03, sky wrote: > > No. For example, if the user presses PageDown, ...
8 years, 3 months ago (2012-09-18 20:12:21 UTC) #11
Peter Kasting
I would leave as an int and make sure there is a bug about pgup/pgdn ...
8 years, 3 months ago (2012-09-18 20:18:29 UTC) #12
sreeram
On 2012/09/18 20:18:29, Peter Kasting wrote: > I would leave as an int and make ...
8 years, 3 months ago (2012-09-18 20:40:19 UTC) #13
sky
LGTM
8 years, 3 months ago (2012-09-18 22:20:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sreeram@chromium.org/10918289/10001
8 years, 3 months ago (2012-09-18 22:28:50 UTC) #15
commit-bot: I haz the power
8 years, 3 months ago (2012-09-19 00:40:30 UTC) #16
Change committed as 157466

Powered by Google App Engine
This is Rietveld 408576698