summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.cc
Commit message (Expand)AuthorAgeFilesLines
* Place field trial name at the end (as a suffix).sreeram@chromium.org2011-09-231-3/+2
* Revert 100530 - Disable the in memory URL index. This is a temporary test to ...brettw@chromium.org2011-09-141-2/+2
* Disable the in memory URL index. This is a temporary test to see if it affect...brettw@google.com2011-09-091-2/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...pkasting@chromium.org2011-09-011-0/+5
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-35/+26
* Restrict Instant field trial to UMA opt-in users.sreeram@chromium.org2011-08-091-1/+1
* Remove frontend code that allows for dynamic profile setting, and read the pr...pkasting@chromium.org2011-08-081-15/+0
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-281-2/+7
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-261-7/+2
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-261-2/+7
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-0/+1
* Makes the SearchProvider set the description from the KeywordProvider.sky@chromium.org2011-07-141-11/+38
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-071-0/+11
* First attempt on Shortcuts provider - previously selected URLs are given boos...georgey@chromium.org2011-06-291-0/+4
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-3/+4
* Move external protocol handling from TC.avi@chromium.org2011-05-251-1/+1
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-1/+2
* Turn on the History Quick Provider by default.mrossetti@chromium.org2011-05-121-3/+1
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-8/+4
* Revert 84474 (broke OmniboxViewTest.DeleteItem like the tryjobs predicted)- T...thakis@chromium.org2011-05-061-1/+3
* Turn on the History Quick Provider by default.mrossetti@chromium.org2011-05-061-3/+1
* Disable HCP URL and term matching when HQP is enabled.mrossetti@chromium.org2011-05-061-5/+8
* Multi-highlight and scoring improvements.mrossetti@chromium.org2011-04-201-1/+3
* Implement a simple Extension App Omnibox provider. finnur@chromium.org2011-04-061-0/+2
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-1/+1
* Turn on the History Quick Provider by default.mrossetti@chromium.org2011-04-041-3/+1
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-15/+17
* Adds some histograms from various omnibox queries. I'm doing this assky@chromium.org2011-03-151-0/+9
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-1/+1
* Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn'tsky@chromium.org2011-02-251-19/+16
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-2/+4
* Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...mrossetti@chromium.org2011-02-241-4/+2
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-241-2/+4
* Add autocomplete provider for "about:" URLs.pkasting@chromium.org2011-02-231-0/+2
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-171-3/+3
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-6/+14
* Tweaks algorithm for keeping old autocomplete matches so that we don'tsky@chromium.org2011-02-151-27/+31
* Reworks autocomplete result set processing by the edit/model necessitated by ...sky@chromium.org2011-02-141-17/+4
* Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b...pkasting@chromium.org2011-02-101-2/+0
* Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c...pkasting@chromium.org2011-02-101-0/+2
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-011-1/+2
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-311-92/+166
* Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged()suzhe@google.com2011-01-261-1/+3
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-48/+55
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-55/+48