summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-045-5/+5
* Add SearchProvider nav result inline autocompletion.msw@chromium.org2012-06-019-93/+348
* Fix a SearchProvider parsing regression; etc.msw@chromium.org2012-06-013-76/+112
* Don't cache tab_contents.sreeram@chromium.org2012-05-291-12/+5
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-1/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.thestig@chromium.org2012-05-261-1/+1
* Omnibox: Make providers respect FORCED_QUERYmpearson@chromium.org2012-05-253-3/+6
* Remove Instant field trials.sreeram@chromium.org2012-05-251-4/+1
* Extension/App Omnibox provider cleanupmihaip@chromium.org2012-05-254-70/+158
* In keyword search mode the SearchProvider won't provide a "what you typed" re...pkasting@chromium.org2012-05-241-2/+3
* Change WaitForHistoryToLoad to Take a HistoryService...mrossetti@chromium.org2012-05-241-2/+4
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-222-7/+11
* Fix possible crash in FinalizeInstantQuery() if AddMatchToMap() fails.pkasting@chromium.org2012-05-211-3/+8
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+2
* Omnibox: search provider: fix timing histogrammpearson@chromium.org2012-05-181-6/+12
* Adds per-provider information to omnibox UMA logs.mpearson@chromium.org2012-05-155-3/+82
* Add SearchProvider's most relevant NavigationResult to |matches_|.msw@chromium.org2012-05-152-11/+14
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-112-3/+3
* Refactoring AutocompleteActionPredictor Database.shishir@chromium.org2012-05-101-1/+4
* Change name of location_entry accessor in LocationBar to GetLocationEntry to ...dominich@chromium.org2012-05-102-58/+48
* Rename *ExperimentID API methods to *VariationID.stevet@chromium.org2012-05-091-2/+2
* Cleanup SearchProvider.msw@chromium.org2012-05-092-214/+220
* Make GoogleURLTracker a profile-keyed service.pkasting@chromium.org2012-05-091-1/+1
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-0811-172/+162
* Adds a timing histogram for suggest server requests sent to Googlempearson@chromium.org2012-05-072-0/+19
* Associate Google experiment IDs with the Suggest and Instant field trials.sreeram@chromium.org2012-05-041-4/+19
* Remove RLZ stats that are not needed anymore.pastarmovj@chromium.org2012-05-041-5/+1
* Unlaunch the HIDDEN mode.sreeram@chromium.org2012-05-041-1/+1
* Omnibox: Add logging of whether the user just deleted text from the omniboxmpearson@chromium.org2012-05-033-0/+7
* Moving and renaming the NetworkActionPredictor into chrome/browser/predictorsshishir@chromium.org2012-05-029-1776/+24
* content: Move kStandardSchemeSeparator into content namespace.tfarina@chromium.org2012-05-024-7/+7
* Make Omnibox HistoryURL Provider always aggressive.mpearson@chromium.org2012-05-025-149/+39
* Omnibox: Add logging of what type of page was displayed when it's usedmpearson@chromium.org2012-05-014-0/+35
* Moving extensions inside chrome/browser/extensions/vabr@chromium.org2012-05-012-18/+22
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-276-18/+18
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-278-14/+19
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-251-1/+1
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-236-19/+18
* Add clarifying comment to autocomplete.hmpearson@chromium.org2012-04-191-4/+15
* Init keyword_provider_ with NULL on android.nileshagrawal@chromium.org2012-04-191-0/+1
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-173-10/+12
* Revert 132268 - Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-133-12/+10
* Single URL Expires Were Not Being Deleted.mrossetti@chromium.org2012-04-133-10/+12
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-8/+10
* Reenable KeywordProviderTest.Edit.thakis@chromium.org2012-04-111-2/+1
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-104-45/+48
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-074-29/+37
* Remove dead file. This file is no longer compiled in as of r124125.pkasting@chromium.org2012-04-061-117/+0