summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compile errorpkasting@chromium.org2009-08-201-1/+1
* Initialize all new booleans in unittest constructor.pkasting@chromium.org2009-08-201-0/+2
* Fix uninitialized memory read in autocomplete tests.brettw@chromium.org2009-08-201-0/+1
* Attempt to minimize omnibox flicker, without increasing lag too much.pkasting@chromium.org2009-08-201-46/+70
* Try and improve result coalescing/display in the omnibox popup.pkasting@chromium.org2009-07-221-13/+3
* Fix regression where hitting enter in the Omnibox would ignore recent editing.pkasting@chromium.org2009-06-081-0/+4
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-031-4/+6
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-0/+4
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-21/+28
* Trivial cleanup of a recently added function:pkasting@chromium.org2009-04-201-5/+6
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-141-0/+9
* Makes the omnibox show past searches and suggestions for keywords.sky@chromium.org2009-04-141-20/+41
* Misc formatting / cleanup in the autocomplete code.deanm@chromium.org2009-02-271-10/+9
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-251-3/+3
* Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client...pkasting@chromium.org2008-12-161-0/+4
* Better build bustage fix: Commit the rest of the original patch. Rolls back ...pkasting@chromium.org2008-12-111-6/+6
* Port some files in chrome/browser/agl@chromium.org2008-11-141-3/+3
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-22/+16
* Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ...pkasting@chromium.org2008-11-121-0/+6
* Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...pkasting@chromium.org2008-11-121-6/+4
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-72/+102
* Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T...pkasting@chromium.org2008-09-191-22/+20
* Don't send queries when URL is like:darin@chromium.org2008-09-101-1/+4
* Split the AutocompletePopup into model and view classes, step 1.pkasting@google.com2008-08-281-2/+2
* Fix header guardnsylvain@google.com2008-08-271-3/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fixes up the autocomplete providers to correctly update starredsky@google.com2008-08-211-0/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+800