diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 19:33:39 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 19:33:39 +0000 |
commit | 0ccc17a9164d917a2ea16610d38189c63a816f4f (patch) | |
tree | 6d44925f201757aa9b25e24d139667813d0d5aa5 /chrome/chrome.gyp | |
parent | 2584f41e80ac96ccd58293acd9187169054e8bee (diff) | |
download | chromium_src-0ccc17a9164d917a2ea16610d38189c63a816f4f.zip chromium_src-0ccc17a9164d917a2ea16610d38189c63a816f4f.tar.gz chromium_src-0ccc17a9164d917a2ea16610d38189c63a816f4f.tar.bz2 |
Convert autocomplete to use a custom matrix and button cell.
On the user-visible side this change enables mouse hover (the item
under the mouse is highlighted), and lays out the text omnibox v2
style. Only hover really needed the control change, but I have
another change queued up to style the popup text. It uses different
colors and shades, and really looked horrible with the NSTableView
highlighting. [Which is why this part of the CL is coming first.]
TEST=Omnibox popup works and shows highlighting under the mouse in addition to the keyboard-selected item.
Review URL: http://codereview.chromium.org/99310
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 7430149..8804cf7 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1814,6 +1814,11 @@ 'app/theme/grow_box.png', 'app/theme/nav.pdf', 'app/theme/newtab.pdf', + 'app/theme/o2_globe.png', + 'app/theme/o2_history.png', + 'app/theme/o2_more.png', + 'app/theme/o2_search.png', + 'app/theme/o2_star.png', 'app/theme/reload.pdf', 'app/theme/sadtab.png', 'app/theme/star.pdf', |