summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.cc
Commit message (Expand)AuthorAgeFilesLines
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-8/+23
* Make AutocompleteController::done() match up with when results are actually p...pkasting@chromium.org2009-08-311-7/+7
* Attempt to minimize omnibox flicker, without increasing lag too much.pkasting@chromium.org2009-08-201-50/+81
* Try and improve result coalescing/display in the omnibox popup.pkasting@chromium.org2009-07-221-27/+8
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-5/+7
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-17/+11
* Fix regression where hitting enter in the Omnibox would ignore recent editing.pkasting@chromium.org2009-06-081-2/+1
* Fix flicker that happened when hitting ctrl while in FORCED_QUERY mode. We w...pkasting@chromium.org2009-06-051-4/+10
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-031-3/+4
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-0/+21
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-4/+3
* Allow IPv6 literals to be typed directly into the address bar, withoutabarth@chromium.org2009-05-181-1/+5
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Unfork some code who's dependency has landed on Mac.shess@chromium.org2009-04-271-6/+0
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-16/+21
* Trivial cleanup of a recently added function:pkasting@chromium.org2009-04-201-15/+15
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-141-0/+41
* Enable AutocompleteTest, HistoryURLProviderTest,shess@chromium.org2009-03-161-7/+1
* NO CODE CHANGE.maruel@google.com2009-03-051-4/+5
* Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.ben@chromium.org2009-03-031-2/+2
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-251-3/+3
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+4
* Some cleanups in response to brettw's comments to r10277.jhawkins@chromium.org2009-02-241-3/+2
* Make autocomplete.cc and dependencies compile on Posix.jhawkins@chromium.org2009-02-241-3/+19
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-4/+5
* Move url_* to net subdirben@chromium.org2009-01-161-1/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-101-7/+7
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-8/+15
* Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ...pkasting@chromium.org2008-11-121-0/+30
* Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...pkasting@chromium.org2008-11-121-34/+15
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-061-1/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+1
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-59/+148
* Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T...pkasting@chromium.org2008-09-191-50/+19
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-111-4/+4
* Don't send queries when URL is like:darin@chromium.org2008-09-101-3/+2
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-091-1/+1
* 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/+16
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+754