summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Removes some code we no longer care about.sky@chromium.org2011-01-191-1/+0
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-5/+6
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-6/+5
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-5/+6
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-2/+3
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-2/+5
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-4/+4
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-2/+4
* Fix a browser crash when typing a disabled extension keyword in anmpcomplete@chromium.org2010-12-041-4/+5
* Move:ben@chromium.org2010-12-021-1/+1
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-0/+8
* Don't allow exact keyword matches for most uses of the autocomplete classifie...pkasting@chromium.org2010-11-101-1/+1
* Fix some UI issues with omnibox extensions in incognito.mpcomplete@chromium.org2010-11-031-0/+9
* Adds the ability to show verbatim instant results rather thansky@chromium.org2010-11-011-0/+1
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in...rohitrao@chromium.org2010-10-141-5/+0
* Makes match preview send the dimensions of the omnibox to the page.sky@chromium.org2010-09-221-0/+7
* Fix spacing for extension omnibox keyword icons.mpcomplete@chromium.org2010-09-081-1/+1
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-171-1/+2
* Blind fix for a crash due to r54649. Committing results can mean the provide...pkasting@chromium.org2010-08-091-5/+9
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-2/+2
* Fix a number of problems caused by the AutocompleteController purposefully co...pkasting@chromium.org2010-08-031-0/+7
* Use the extension icon for extension omnibox results instead of the genericmpcomplete@chromium.org2010-07-151-0/+10
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-31/+25
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-25/+31
* SSL UI changes, Windows, code side (images are separate).pkasting@chromium.org2010-04-191-2/+2
* Fix memory smash, take 2.pkasting@chromium.org2010-04-141-1/+0
* 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