summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.h
Commit message (Expand)AuthorAgeFilesLines
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-15/+21
* linux: build with -Wextraevan@chromium.org2010-02-051-5/+5
* Give classes with virtual methods virtual protected d'tors instead of non-vir...jamesr@chromium.org2009-12-161-0/+3
* Added a flag to the Canvas class which allows forcing an RTL directionalityidana@chromium.org2009-11-111-1/+1
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-4/+4
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-2/+4
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-4/+2
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-2/+4
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-191-19/+25
* Add new, shiny browser test for Autocomplete (Omnibox).phajdan.jr@chromium.org2009-09-231-0/+2
* Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure.pkasting@chromium.org2009-09-011-0/+2
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-4/+4
* Make AutocompleteController::done() match up with when results are actually p...pkasting@chromium.org2009-08-311-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+3
* 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