summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.cc
Commit message (Expand)AuthorAgeFilesLines
* Force navigation to non-numeric hostnames with ports (e.g. "abc:81"). This r...pkasting@chromium.org2011-11-191-3/+4
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* Enable ShortcutsProvider for omnibox on the trunk by defaultgeorgey@chromium.org2011-11-021-2/+2
* Make the omnibox treat all paths that end in \ or / as URLs, not just paths t...pkasting@chromium.org2011-11-011-2/+5
* Strip special characters in extension omnibox suggestions.asvitkine@chromium.org2011-10-281-0/+10
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Minor History Code Cleanup.mrossetti@chromium.org2011-10-191-0/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Revert 105678 - Caused flakiness described in http://crbug.com/100479rsleevi@chromium.org2011-10-161-2/+0
* HQP Refactoring (in Preparation for SQLite Cache) mrossetti@chromium.org2011-10-151-0/+2
* Tweak omnibox parsing heuristics more:pkasting@chromium.org2011-10-131-30/+57
* Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-131-2/+0
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-131-0/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* 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