summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-692/+0
* Update Skia transfer mode names in browser/* to Skia r239amanda@chromium.org2009-06-251-1/+1
* Flip omnibox2 popup on by default for more testing.ben@chromium.org2009-06-011-5/+4
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-4/+4
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Remove svn:executable and set svn:eol-style to LF.tc@google.com2009-04-271-0/+0
* Move the implementation of AutocompletePopupView from AutocompletePopupWin to...ben@chromium.org2009-04-171-3/+3
* Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...ben@chromium.org2009-04-151-3/+6
* Allow a different omnibox popup to be enabled via the command line (--enable-...ben@chromium.org2009-04-101-0/+14
* Attempt to fix crash that I don't fully understand and can't repro :(pkasting@chromium.org2009-04-081-2/+13
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-021-1/+1
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-021-208/+21
* Make AutocompletePopupView a virtual interface.deanm@chromium.org2009-02-271-133/+322
* Pull the autocomplete popup into separate model and view files.deanm@chromium.org2009-02-271-0/+664