Commit 470d6b1c authored by ben@chromium.org's avatar ben@chromium.org

Add descriptive text for omnibox popup result items.

Fixes a couple of bugs in painting and updating:
- properly size the canvas we draw the child views into so the bottom pixel doesn't bleed
- properly schedule repaints when the presentation changes for the same number of results so that we repaint selection changes.

Back to using system colors. Adds highlight icons.


Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14826
Review URL: http://codereview.chromium.org/99102

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14873 0039d316-1c4b-4281-b951-d872f2087c98
parent 072bbfa4
......@@ -200,6 +200,9 @@ each locale. -->
<message name="IDS_AUTOCOMPLETE_NO_QUERY" desc="Dummy search term displayed when the user has no query input.">
&lt;enter query&gt;
</message>
<message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The separator between a result in the autocomplete popup and its description.">
''' - '''
</message>
<message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
History
......
......@@ -324,6 +324,11 @@
<include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" />
<include name="IDR_O2_SEARCH" file="o2_search.png" type="BINDATA" />
<include name="IDR_O2_STAR" file="o2_star.png" type="BINDATA" />
<include name="IDR_O2_GLOBE_SELECTED" file="o2_globe_selected.png" type="BINDATA" />
<include name="IDR_O2_HISTORY_SELECTED" file="o2_history_selected.png" type="BINDATA" />
<include name="IDR_O2_MORE_SELECTED" file="o2_more_selected.png" type="BINDATA" />
<include name="IDR_O2_SEARCH_SELECTED" file="o2_search_selected.png" type="BINDATA" />
<include name="IDR_O2_STAR_SELECTED" file="o2_star_selected.png" type="BINDATA" />
<include name="IDR_CLOSED_WINDOW" file="closed_window.png" type="BINDATA" />
<if expr="pp_ifdef('_google_chrome')">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment