summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_service.h
Commit message (Expand)AuthorAgeFilesLines
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-201-1/+1
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-191-1/+1
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-191-1/+1
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-1/+1
* Rewrite TemplateURLService's SyncableService implmentation to avoid sending A...stevet@chromium.org2012-08-141-51/+42
* Revert 151391 - Rewrite TemplateURLService's SyncableService implmentation to...stevet@chromium.org2012-08-141-42/+51
* Rewrite TemplateURLService's SyncableService implmentation to avoid sending A...stevet@chromium.org2012-08-131-51/+42
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reland r145993.zea@chromium.org2012-07-111-1/+2
* Revert 145993 - [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-101-2/+1
* [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-101-1/+2
* Made the deletion of the default search provider defensive in TemplateURLServ...stevet@chromium.org2012-07-101-2/+3
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-3/+3
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-23/+24
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-271-23/+28
* Add a new histogram to track changes to the default search provider.stevet@chromium.org2012-06-131-0/+24
* When deciding how to resolve conflicts between sync and local TemplateURLs, i...pkasting@chromium.org2012-06-121-9/+26
* When the Google base URL changes and causes keyword updates, save those to th...pkasting@chromium.org2012-06-051-9/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+8
* Ensure that TemplateURLs removed by prepopulate search engine merging is also...stevet@chromium.org2012-05-161-0/+8
* [Sync] Move chrome/browser/sync/api to sync/apiakalin@chromium.org2012-05-151-2/+2
* Add protection against pushing inconsistent SyncChanges to the sync processor...stevet@chromium.org2012-05-141-8/+8
* These bits were supposed to be included in 135775 but I forgot to save them :(pkasting@chromium.org2012-05-081-6/+12
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-081-25/+34
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-39/+40
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-0/+2
* Make the Datatypes using new syncapi upload unrecoverable errors to breakpad.lipalani@chromium.org2012-04-201-1/+6
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-7/+10
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-1/+6
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-9/+13
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-13/+9
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-9/+13
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-231-2/+2
* Clean up chrome/browser/search_engines/: pkasting@chromium.org2012-03-161-3/+4
* Add origin-based history removal to BrowsingDataRemovermkwst@chromium.org2012-02-171-3/+10
* Remove the first-run search engine dialog/ballot.msw@chromium.org2012-01-261-12/+0
* Avoid inappropriately setting the safe_for_autoreplace flag to false in Templ...stevet@chromium.org2012-01-251-1/+6
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-3/+4
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-4/+3
* Merge search engines sync data type with Preferences. Sync the default search...stevet@chromium.org2011-11-141-2/+15
* Move the sync_guid patching from the web data service level up to the Templat...stevet@chromium.org2011-11-081-0/+5
* Added Protector, hooked up DSE verification with error bubble.avayvod@chromium.org2011-10-261-5/+6
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-101-3/+0
* Revert 104412 - profile: Add a way for each ProfileKeyedServiceFactory to spe...nsylvain@chromium.org2011-10-071-0/+3
* profile: Add a way for each ProfileKeyedServiceFactory to specify its user pr...erg@chromium.org2011-10-071-3/+0
* Retroactively addressed sky@'s comments from CL http://codereview.chromium.or...stevet@chromium.org2011-09-031-6/+5
* Recommitting what was r96969. Fixed the memory leak issues.stevet@chromium.org2011-08-171-1/+121
* Revert 96969 - Implement SyncableServices in TemplateURLService. Add related ...michaeln@google.com2011-08-161-120/+1
* Implement SyncableServices in TemplateURLService. Add related unittests.stevet@chromium.org2011-08-161-1/+120