summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_view.h
Commit message (Expand)AuthorAgeFilesLines
* Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ...pkasting@chromium.org2010-02-011-1/+7
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-011-3/+1
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-1/+1
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-15/+3
* Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...pkasting@chromium.org2009-09-031-3/+0
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+4
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-4/+4
* [Mac] The autocomplete popup now gets its position from the toolbar controller,rohitrao@chromium.org2009-08-271-0/+2
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-3/+3
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+2
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-2/+2
* Move the positioner code into autocompletepopupview.h so that linux can use i...ben@chromium.org2009-04-231-2/+13
* Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...ben@chromium.org2009-04-151-1/+3
* Allow a different omnibox popup to be enabled via the command line (--enable-...ben@chromium.org2009-04-101-0/+19
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-021-5/+0
* Remove Windows ifdefs, all views will need to implement this method.deanm@chromium.org2009-02-281-5/+1
* Make AutocompletePopupView a virtual interface.deanm@chromium.org2009-02-271-175/+22
* Pull the autocomplete popup into separate model and view files.deanm@chromium.org2009-02-271-0/+201