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

Issue 159250: [Mac] Omnibox keyword, keyword hint, and search hint support. (Closed)

Created:
11 years, 5 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

[Mac] Omnibox keyword, keyword hint, and search hint support. http://crbug.com/10944 http://crbug.com/10943 http://crbug.com/12285 TEST=With empty field, should see "Type to search" in light text on the RHS of the omnibox. Type "google" and should see "Press [Tab] to search Google" in light text on the RHS. Hit TAB, should see a rounded [Search Google:] item on the left and the cursor is now right of that. Popup should show "Keyword:" in some entries.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add some comments per jrg questions. #

Patch Set 3 : Unit testing, address jrg's code comments. #

Patch Set 4 : Fix the broken unit tests. #

Patch Set 5 : Make sure all is up-to-date. #

Total comments: 35

Patch Set 6 : Get rid of funky cells and other comment responses. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1053 lines, -26 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_mac.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_mac.mm View 1 2 3 4 5 7 chunks +29 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field.h View 1 2 3 4 5 2 chunks +27 lines, -4 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field.mm View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell.h View 1 2 3 4 5 1 chunk +60 lines, -1 line 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell.mm View 1 2 3 4 5 4 chunks +230 lines, -9 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell_unittest.mm View 3 4 5 2 chunks +210 lines, -7 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_editor.h View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_unittest.mm View 3 4 5 7 chunks +202 lines, -1 line 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.h View 1 2 3 4 5 4 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.mm View 1 2 3 4 5 3 chunks +116 lines, -4 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac_unittest.mm View 2 chunks +77 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Scott Hess - ex-Googler
Sorry to dump this on you, but ... I've been trying to get this ready ...
11 years, 5 months ago (2009-07-23 00:46:33 UTC) #1
John Grabowski
Scott, my general impression is that I have little idea what is going on here! ...
11 years, 5 months ago (2009-07-23 05:21:37 UTC) #2
Scott Hess - ex-Googler
John, I've added more comments. Bring popcorn. Haven't gotten around to making code changes. -scott ...
11 years, 5 months ago (2009-07-23 17:08:29 UTC) #3
John Grabowski
Will do. jrg On Thu, Jul 23, 2009 at 10:08 AM, <shess@chromium.org> wrote: > John, ...
11 years, 5 months ago (2009-07-23 18:08:08 UTC) #4
Scott Hess - ex-Googler
John, I've put up some unit tests, but I haven't had time to fix a ...
11 years, 5 months ago (2009-07-23 22:46:51 UTC) #5
John Grabowski
2nd pass with real comments. At a high level, I like. http://codereview.chromium.org/159250/diff/22/2043 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): ...
11 years, 4 months ago (2009-08-04 23:10:19 UTC) #6
Scott Hess - ex-Googler
Sorry for the long intermission. I'm not ready for another review pass, I'll let you ...
11 years, 4 months ago (2009-08-07 20:30:13 UTC) #7
John Grabowski
http://codereview.chromium.org/159250/diff/22/2043 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): http://codereview.chromium.org/159250/diff/22/2043#newcode291 Line 291: controller_->OnChanged(); On 2009/08/07 20:30:13, shess wrote: > On ...
11 years, 4 months ago (2009-08-12 17:38:56 UTC) #8
Scott Hess - ex-Googler
Thanks for your patience, John. I hope we're getting close :-). http://codereview.chromium.org/159250/diff/22/2043 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): ...
11 years, 4 months ago (2009-08-14 20:04:03 UTC) #9
John Grabowski
LGTM
11 years, 4 months ago (2009-08-18 20:04:30 UTC) #10
rohitrao (ping after 24h)
I will take this over and land it as-is, then go back for another pass. ...
11 years, 4 months ago (2009-08-19 13:00:48 UTC) #11
Scott Hess - ex-Googler
11 years, 4 months ago (2009-08-23 14:07:04 UTC) #12
Oooh, shiny!  I sure hope it didn't expose interesting edge cases in the wild...

On Wed, Aug 19, 2009 at 6:00 AM, <rohitrao@chromium.org> wrote:
> I will take this over and land it as-is, then go back for another pass.
> I'm hitting Martha's Vineyard for the day, so I will land this tonight
> or tomorrow morning.
>
> http://codereview.chromium.org/159250
>

Powered by Google App Engine
This is Rietveld 408576698