summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_url_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-6/+7
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Ctrl-based actions should take precedence over ctrl-enterisherman@chromium.org2010-08-251-1/+5
* History provider: style cleanupisherman@chromium.org2010-08-211-5/+9
* Revert 56939 - History provider: style cleanupthestig@chromium.org2010-08-201-20/+5
* History provider: style cleanupisherman@chromium.org2010-08-201-5/+20
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-041-103/+107
* Revert "Incorporate 'quick' history provider index as an autocomplete ..."phajdan.jr@chromium.org2010-07-301-111/+105
* Incorporate 'quick' history provider index as an autocomplete provider in pre...mrossetti@chromium.org2010-07-301-105/+111
* Header Cleanup: Remove unncessary include of sqlite_utils.h in some files.tfarina@chromium.org2010-07-171-1/+0
* Adds the --enable-in-memory-url-index switch to gate creation and use of the ...rohitrao@chromium.org2010-07-021-19/+27
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+4
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-5/+8
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-3/+19
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-15/+21
* Remove --omnibox-popup-count flag.tfarina@chromium.org2010-05-181-5/+5
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-21/+14
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-14/+21
* Fixes crash in autocomplete when typing some URLs. The problemsky@chromium.org2010-04-121-2/+8
* Strips http from the omniboxsky@chromium.org2010-04-091-24/+11
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* 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