summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata
Commit message (Expand)AuthorAgeFilesLines
* Exclude ProtectorService code from Android build.nileshagrawal@chromium.org2012-03-301-1/+1
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-292-34/+34
* Revert 129097 - Cull autofill entries older than 60 days.isherman@chromium.org2012-03-2710-397/+92
* Cull autofill entries older than 60 days.georgey@chromium.org2012-03-2710-92/+397
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-235-9/+13
* Misc. small cleanups to minimize TemplateURL refactoring diffs:pkasting@chromium.org2012-03-222-1/+2
* Linux: Fix the build for Ubuntu Precise.thestig@chromium.org2012-03-221-8/+8
* Added textual notice to PrefService and WebDataService that third-party modif...ivankr@chromium.org2012-03-161-0/+4
* [Sync] Move 'sync' target to sync/akalin@chromium.org2012-03-152-3/+4
* Lots of cleanup of chrome/browser/webdata in preparation for real changes as ...pkasting@chromium.org2012-03-138-872/+681
* Remove web intents from Chrome on Android buildjgreenwald@chromium.org2012-03-132-0/+4
* Fix unittest break after TBRed change.pkasting@chromium.org2012-03-101-56/+0
* Remove key deletion that needs to happen as part of a new migration step. Ad...pkasting@chromium.org2012-03-101-5/+0
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-103-4/+4
* Fix unit_test compile error in chrome/browser/webdata for Androidyfriedman@chromium.org2012-03-091-2/+2
* Protector: valid signatures are not updated during Web Data migration.ivankr@chromium.org2012-03-074-116/+127
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-043-14/+14
* Add default query method to WebIntentsRegistry.gbillock@chromium.org2012-02-291-1/+2
* More SQL statement usage regularization. Back-touch somegbillock@chromium.org2012-02-181-5/+5
* Add default intents methods for web data service.gbillock@chromium.org2012-02-175-27/+212
* Nix TemplateURL::logo_id, EXPLICIT_DEFAULT_PROVIDER, etc.msw@chromium.org2012-02-163-30/+13
* Fix leak in AutofillProfileSyncableServiceTest::TearDown introduced in r116812.rnk@chromium.org2012-02-161-12/+4
* Modify schema to include defaulting information.gbillock@chromium.org2012-02-093-16/+209
* Don't return early from GetAllAutofillEntries.gbillock@chromium.org2012-01-271-3/+0
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-233-21/+20
* Added pyauto hooks and basic functional tests for Protector.ivankr@chromium.org2012-01-231-1/+1
* Converted Protector into a ProfileKeyedService.ivankr@chromium.org2012-01-201-1/+1
* Database usage adjustment for .../historygbillock@chromium.org2012-01-181-49/+22
* Bump WebData version to 44: force clean Protector state.ivankr@chromium.org2012-01-164-7/+105
* Added multi-valued field sync to Autofill (client) (Issue: Autofill profiles ...georgey@chromium.org2012-01-073-87/+363
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-2/+2
* Protector: apply initially the default search restored from the backup (see 5...ivankr@chromium.org2011-12-282-3/+9
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-3/+4
* Update webdata files to take advantage of DLOG(FATAL) ingbillock@chromium.org2011-12-2211-490/+163
* Reland 115318 - Return backup TemplateURL on default search change.ivankr@chromium.org2011-12-226-21/+80
* [Coverity] Change some pass by values to pass by const refs.dbeam@chromium.org2011-12-222-4/+4
* Revert 115318 - turned many valgrind bots red with:thakis@chromium.org2011-12-216-77/+20
* Revert 115336 (broke tests. This was landed without tryjobs and without a rev...thakis@chromium.org2011-12-212-5/+3
* Protector: fix memleak when the default search is managed.ivankr@chromium.org2011-12-212-3/+5
* Return backed up TemplateURL on default search changeavayvod@chromium.org2011-12-216-20/+77
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-159-45/+56
* Hide the process of instantiating NotificationServiceImpl from embedders.tfarina@chromium.org2011-12-141-2/+2
* Backup keywords tableavayvod@chromium.org2011-12-145-74/+426
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* sync: change semantics (and name) of SigninManager::GetUsernametim@chromium.org2011-12-071-1/+1
* Disambiguate origins of tasks posted by the WebDataService.erikwright@chromium.org2011-12-053-61/+95
* Replaced NOTREACHED with LOG message in a couple of placesavayvod@chromium.org2011-12-051-2/+2
* Backup keywords, sign all backup settings together.avayvod@chromium.org2011-12-035-135/+482
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1