summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/search_provider_install_data_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove content->app dependency in template_url_prepopulate_data.cc.pliard@chromium.org2012-07-051-0/+5
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-1/+1
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-3/+3
* Adjust calling conventions for SetGoogleBaseURL() functions:pkasting@chromium.org2012-04-111-2/+2
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-4/+5
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-5/+4
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-4/+5
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-1/+1
* Misc. small cleanups to minimize TemplateURL refactoring diffs:pkasting@chromium.org2012-03-221-1/+1
* Clean up chrome/browser/search_engines/: pkasting@chromium.org2012-03-161-78/+93
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-3/+1
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* base::Bind() conversion for chrome/browser/search_enginesdcheng@chromium.org2011-11-161-4/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-011-1/+1
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-8/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-9/+10
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-10/+9
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-9/+10
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-5/+5
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Fix TemplateURLFetcher test.levin@chromium.org2010-10-071-19/+14
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-4/+4
* Allow the default search provider to be specified via group policy. Also all...jeanluc@google.com2010-10-051-0/+53
* Add support for Google base URL to SearchProviderInstallData.levin@chromium.org2010-09-171-1/+53
* Fix race in SearchProviderInstallDataTest (must delete SearchProviderInstallD...levin@chromium.org2010-09-171-7/+19
* Implement SearchProviderInstallData.levin@chromium.org2010-09-171-0/+201