index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
sync
/
profile_sync_service_autofill_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use InvalidationService (retry of r208315)
rlarocque@chromium.org
2013-06-29
1
-1
/
+1
*
Use a direct include of time headers in chrome/browser/, part 7.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Revert 208315 "Make use of InvalidationService"
rlarocque@chromium.org
2013-06-25
1
-1
/
+1
*
Make use of InvalidationService
rlarocque@chromium.org
2013-06-25
1
-1
/
+1
*
In components/autofill, move browser/ to core/browser/
blundell@chromium.org
2013-06-20
1
-6
/
+6
*
Use OAuth2 token for sync
pavely@chromium.org
2013-06-13
1
-2
/
+7
*
Revert 205670 "Un-refcount AutofillWebData and TokenWebData"
raymes@chromium.org
2013-06-12
1
-6
/
+6
*
Un-refcount AutofillWebData and TokenWebData
caitkp@chromium.org
2013-06-11
1
-6
/
+6
*
Use a direct include of strings headers in chrome/browser/sync*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Revert 205038 "Un-refcount AutofillWebData and TokenWebData"
cpu@chromium.org
2013-06-08
1
-6
/
+6
*
Un-refcount AutofillWebData and TokenWebData
caitkp@chromium.org
2013-06-08
1
-6
/
+6
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
[Sync] Cleanup data type manager logic in preparation for delayed association
zea@chromium.org
2013-06-05
1
-2
/
+3
*
Hang SyncableServices off AutofillBackend, since they are on the DB thread al...
caitkp@chromium.org
2013-06-01
1
-3
/
+1
*
Prioritize configuration of data types in data type manager.
haitaol@chromium.org
2013-05-31
1
-3
/
+4
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
Split token-related methods from WebDataService
caitkp@chromium.org
2013-05-27
1
-4
/
+5
*
Make Autofill SyncableServices use a backend interface for DB work, rather th...
caitkp@chromium.org
2013-05-24
1
-4
/
+41
*
Remove a deprecated method from AutofillTable.
isherman@chromium.org
2013-05-23
1
-2
/
+2
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
1
-2
/
+2
*
Create an interface which SyncableServices can use for making changes directl...
caitkp@chromium.org
2013-05-14
1
-3
/
+2
*
Move AutofillWebData DB methods into separate class
caitkp@chromium.org
2013-05-03
1
-0
/
+1
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-4
/
+3
*
Move SupportsUserData code into AutofillWebData, so base class can live compl...
caitkp@chromium.org
2013-04-29
1
-1
/
+1
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
1
-2
/
+3
*
signin: pull basic SigninManager functionality into new SigninManagerBase class.
tim@chromium.org
2013-04-21
1
-1
/
+2
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
1
-16
/
+28
*
Move webdata/autofill code into autofill component
caitkp@chromium.org
2013-04-11
1
-4
/
+4
*
Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...
kaiwang@chromium.org
2013-04-11
1
-3
/
+5
*
Remove application locale cache in autofill code (AutofillCountry::Applicatio...
jam@chromium.org
2013-04-05
1
-3
/
+4
*
Move WebData component unittests to //components/webdata.
caitkp@chromium.org
2013-04-05
1
-1
/
+1
*
Make autofill's Address store country using the country code so that app loca...
jam@chromium.org
2013-04-05
1
-3
/
+3
*
Move c/b/webdata/code which does not depend on chrome/ to components/webdata/
caitkp@chromium.org
2013-04-03
1
-5
/
+5
*
Refactor notifications from webdata
kaiwang@chromium.org
2013-03-29
1
-42
/
+70
*
Depends on https://codereview.chromium.org/12987023/
caitkp@chromium.org
2013-03-27
1
-3
/
+3
*
Split Autofill webdata
caitkp@chromium.org
2013-03-25
1
-25
/
+52
*
Remove knowledge of Chrome-specific SyncableService classes from WebDataService.
joi@chromium.org
2013-03-20
1
-26
/
+6
*
Move creation of the various WebDatabaseTable types out of WebDatabase.
joi@chromium.org
2013-03-20
1
-9
/
+3
*
Create a common base class for all the webdatas
joi@chromium.org
2013-03-20
1
-26
/
+5
*
Make WebDataService no longer depend on ProfileKeyedService
caitkp@chromium.org
2013-03-20
1
-10
/
+32
*
Revert r186824
caitkp@chromium.org
2013-03-14
1
-2
/
+1
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-2
/
+2
*
Separate WebDatabase management from WebDataService.
caitkp@chromium.org
2013-03-08
1
-1
/
+2
*
PersonalDataManager stop depending on ProfileKeyedService
kaiwang@chromium.org
2013-03-01
1
-9
/
+29
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Copy entries of broken (having unrecoverable error) data types to delete jour...
haitaol@chromium.org
2013-01-26
1
-2
/
+3
*
reland: sync: Initialize entries with a model type
rlarocque@chromium.org
2013-01-12
1
-1
/
+2
*
Revert 176340
joaodasilva@chromium.org
2013-01-11
1
-2
/
+1
*
sync: Initialize entries with a valid model type
rlarocque@chromium.org
2013-01-11
1
-1
/
+2
*
[sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp
rsimha@chromium.org
2012-12-19
1
-2
/
+2
[next]