summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-29/+23
* Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ...pkasting@chromium.org2010-02-011-1/+2
* Avoid inconsistent state (leading to checkfailures) due to Windows minimize/r...pkasting@chromium.org2009-11-111-6/+1
* Try to add more sanity checking to help track down a crash.pkasting@chromium.org2009-11-041-1/+6
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-111-3/+14
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-1/+1
* Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...pkasting@chromium.org2009-09-031-6/+2
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-103/+25
* I was too aggressive when placing this check. With rapid typing and deletion...pkasting@chromium.org2009-08-311-1/+1
* Reland r24920 without the other cruft that I had in my checkout, which broke ...pkasting@chromium.org2009-08-311-27/+22
* Revert r24920 due to compile failures.mmoss@chromium.org2009-08-311-22/+27
* Minor autocomplete fixes while trying to track down a topcrash:pkasting@chromium.org2009-08-311-27/+22
* More CHECKs in my continuing effort to figure out what is going on. Neither ...pkasting@chromium.org2009-06-221-2/+2
* Change some DCHECKs to CHECKs in hope of tracking down a crash.pkasting@chromium.org2009-06-121-2/+2
* Add a couple CHECK()s in hopes of helping to track down a crash.pkasting@chromium.org2009-06-111-0/+7
* Fix regression where hitting enter in the Omnibox would ignore recent editing.pkasting@chromium.org2009-06-081-15/+21
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-031-7/+8
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-2/+2
* Makes the omnibox show past searches and suggestions for keywords.sky@chromium.org2009-04-141-4/+2
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Cleanup the autocomplete model includes. Move from a deprecated std::wstring...deanm@chromium.org2009-03-031-11/+1
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-021-4/+3
* Make AutocompletePopupView a virtual interface.deanm@chromium.org2009-02-271-2/+2
* Pull the autocomplete popup into separate model and view files.deanm@chromium.org2009-02-271-0/+361