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

Issue 10692075: Enhance chrome://omnibox Presentation (Closed)

Created:
8 years, 5 months ago by mrossetti
Modified:
8 years, 4 months ago
CC:
chromium-reviews, MAD, James Su, Ilya Sherman, jar (doing other things), arv (Not doing code reviews)
Visibility:
Public.

Description

Enhance chrome://omnibox Presentation Added ability of providers to append arbitrary information to be presented in the omnibox metrics window. Adjust formatting somewhat. BUG=None TEST=Observe Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148905

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Fixed no-longer-valid header. #

Patch Set 5 : Tweak layout so that Logged Info does not wrap. #

Patch Set 6 : Tweak layout so that Logged Info does not wrap. #

Total comments: 8

Patch Set 7 : We\'re not logging\! We\'re recording diagnostics\! #

Total comments: 14

Patch Set 8 : Clean up nits. #

Patch Set 9 : Sync to tree for final review. #

Total comments: 16

Patch Set 10 : Rename diagnostics to additional info. Fix nits. #

Patch Set 11 : Remove font changes. #

Total comments: 2

Patch Set 12 : Add braces. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -21 lines) Patch
M chrome/browser/autocomplete/autocomplete_match.h View 1 2 3 4 5 6 7 8 9 5 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_match.cc View 1 2 3 4 5 6 7 8 9 4 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/omnibox/omnibox.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/omnibox/omnibox.js View 1 2 3 4 5 6 7 8 9 4 chunks +61 lines, -20 lines 0 comments Download
M chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
mrossetti
Please look this over and assure me that I am heading in the right direction. ...
8 years, 5 months ago (2012-07-03 18:16:47 UTC) #1
Mark P
On 2012/07/03 18:16:47, mrossetti wrote: > Please look this over and assure me that I ...
8 years, 5 months ago (2012-07-03 19:06:14 UTC) #2
mrossetti
Updated by removing the dangerous third rail of logs.
8 years, 5 months ago (2012-07-03 21:19:00 UTC) #3
Mark P
On 2012/07/03 21:19:00, mrossetti wrote: > Updated by removing the dangerous third rail of logs. ...
8 years, 5 months ago (2012-07-03 21:26:42 UTC) #4
mrossetti
On 2012/07/03 21:26:42, Mark P wrote: > On 2012/07/03 21:19:00, mrossetti wrote: > > Updated ...
8 years, 5 months ago (2012-07-03 21:49:08 UTC) #5
Mark P
On 2012/07/03 21:49:08, mrossetti wrote: > I hope you didn't think I was being snarky! ...
8 years, 5 months ago (2012-07-09 20:16:02 UTC) #6
mrossetti
Ready for another look.
8 years, 5 months ago (2012-07-09 23:18:24 UTC) #7
Mark P
https://chromiumcodereview.appspot.com/10692075/diff/21002/chrome/browser/autocomplete/autocomplete_match.h File chrome/browser/autocomplete/autocomplete_match.h (right): https://chromiumcodereview.appspot.com/10692075/diff/21002/chrome/browser/autocomplete/autocomplete_match.h#newcode198 chrome/browser/autocomplete/autocomplete_match.h:198: // Adds logging information to the logging dictionary |info_log|. ...
8 years, 5 months ago (2012-07-10 14:51:34 UTC) #8
mrossetti
Tres gut! Blotted out references to 'logging'. http://codereview.chromium.org/10692075/diff/21002/chrome/browser/autocomplete/autocomplete_match.h File chrome/browser/autocomplete/autocomplete_match.h (right): http://codereview.chromium.org/10692075/diff/21002/chrome/browser/autocomplete/autocomplete_match.h#newcode198 chrome/browser/autocomplete/autocomplete_match.h:198: // Adds ...
8 years, 5 months ago (2012-07-10 17:57:08 UTC) #9
Mark P
lgtm You will need reviews from estade@ for omnibox_handler.cc and arv@ for the JS and ...
8 years, 5 months ago (2012-07-10 19:41:12 UTC) #10
mrossetti
arv: Would you please take a look at the chrome/browser/ui/webui and chrome/browser/resources changes as one ...
8 years, 5 months ago (2012-07-14 02:34:05 UTC) #11
mrossetti
arv: Would you please take a quick look at the chrome/browser/ui/webui and chrome/browser/resources changes as ...
8 years, 5 months ago (2012-07-24 17:11:45 UTC) #12
mrossetti
- arv + estade estade: would you please give a quick owners once-over of the ...
8 years, 5 months ago (2012-07-24 18:45:32 UTC) #13
Peter Kasting
autocomplete LGTM http://codereview.chromium.org/10692075/diff/36001/chrome/browser/autocomplete/autocomplete_match.h File chrome/browser/autocomplete/autocomplete_match.h (right): http://codereview.chromium.org/10692075/diff/36001/chrome/browser/autocomplete/autocomplete_match.h#newcode197 chrome/browser/autocomplete/autocomplete_match.h:197: // Adds diagnostic information to the |diagnostics| ...
8 years, 5 months ago (2012-07-26 02:31:37 UTC) #14
Evan Stade
http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css File chrome/browser/resources/omnibox/omnibox.css (right): http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css#newcode6 chrome/browser/resources/omnibox/omnibox.css:6: font-family: Arial, Helvetica, sans-serif; the font stuff should be ...
8 years, 5 months ago (2012-07-26 03:56:21 UTC) #15
Peter Kasting
http://codereview.chromium.org/10692075/diff/36001/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc File chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc (right): http://codereview.chromium.org/10692075/diff/36001/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc#newcode129 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc:129: it->diagnostics.begin(); j != it->diagnostics.end(); ++j) On 2012/07/26 03:56:21, Evan ...
8 years, 5 months ago (2012-07-26 05:25:42 UTC) #16
mrossetti
Evan, Please clarify this comment: On 2012/07/26 03:56:21, Evan Stade wrote: > http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css#newcode6 > chrome/browser/resources/omnibox/omnibox.css:6: ...
8 years, 5 months ago (2012-07-26 16:33:59 UTC) #17
arv (Not doing code reviews)
some more nits http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css File chrome/browser/resources/omnibox/omnibox.css (right): http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css#newcode46 chrome/browser/resources/omnibox/omnibox.css:46: .diagnostic-property { .diagnostic-property, .diagnostic-value { white-space: ...
8 years, 5 months ago (2012-07-26 21:02:00 UTC) #18
mrossetti
Thanks everyone -- I've hopefully take care of things to your satisfaction. Evan: I have ...
8 years, 5 months ago (2012-07-26 23:17:13 UTC) #19
Evan Stade
http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css File chrome/browser/resources/omnibox/omnibox.css (right): http://codereview.chromium.org/10692075/diff/36001/chrome/browser/resources/omnibox/omnibox.css#newcode6 chrome/browser/resources/omnibox/omnibox.css:6: font-family: Arial, Helvetica, sans-serif; On 2012/07/26 23:17:13, mrossetti wrote: ...
8 years, 5 months ago (2012-07-27 00:04:41 UTC) #20
mrossetti
Evan, I've addressed both of your remaining comments. If you're happy with these changes, I'd ...
8 years, 4 months ago (2012-07-27 17:55:36 UTC) #21
Evan Stade
lgtm http://codereview.chromium.org/10692075/diff/53003/chrome/browser/resources/omnibox/omnibox.js File chrome/browser/resources/omnibox/omnibox.js (right): http://codereview.chromium.org/10692075/diff/53003/chrome/browser/resources/omnibox/omnibox.js#newcode191 chrome/browser/resources/omnibox/omnibox.js:191: additionalInfoTable.appendChild(additionalInfoRow); vertical space somewhere in here please
8 years, 4 months ago (2012-07-28 01:04:32 UTC) #22
mrossetti
8 years, 4 months ago (2012-07-28 21:37:31 UTC) #23
Flushing comments.

Committed.

http://codereview.chromium.org/10692075/diff/53003/chrome/browser/resources/o...
File chrome/browser/resources/omnibox/omnibox.js (right):

http://codereview.chromium.org/10692075/diff/53003/chrome/browser/resources/o...
chrome/browser/resources/omnibox/omnibox.js:191:
additionalInfoTable.appendChild(additionalInfoRow);
On 2012/07/28 01:04:32, Evan Stade wrote:
> vertical space somewhere in here please

Done.

Powered by Google App Engine
This is Rietveld 408576698