summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_url_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-20/+39
* Better handling of UNKNOWN versus QUERY in a couple ways.pkasting@chromium.org2009-11-031-5/+16
* Make sure we can still navigate to URLs when the History DB can't be loaded.pkasting@chromium.org2009-10-301-4/+12
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-191-8/+11
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-081-5/+6
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-231-2/+2
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-9/+2
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-011-1/+1
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-22/+1
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-4/+2
* Fix regression where exact-match URLs could fail to be promoted when longer U...pkasting@chromium.org2009-05-111-27/+29
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Fix DCHECK when typing certain kinds of input on certain profiles.pkasting@chromium.org2009-04-241-1/+3
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-52/+31
* Better omnibox handling of numeric input. Now we search based on the user's ...pkasting@chromium.org2009-04-211-10/+33
* Only create a What You Typed match when it's likely to be relevant. See bug ...pkasting@chromium.org2009-04-201-80/+101
* Fully enable history_url_provider_unittest.cc for Mac.shess@chromium.org2009-03-231-5/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+3
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-4/+7
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-251-3/+4
* Some cleanups in response to brettw's comments to r10277.jhawkins@chromium.org2009-02-241-2/+1
* Make autocomplete.cc and dependencies compile on Posix.jhawkins@chromium.org2009-02-241-9/+18
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* 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-8/+7
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-131-2/+3
* 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/+4
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-7/+5
* 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-2/+2
* Moves bookmarks out of history into its own file (JSON).sky@google.com2008-08-211-6/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+856