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
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sync] Remove deprecated SyncStatusHelper methods
nyquist@chromium.org
2013-03-21
1
-107
/
+2
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
3
-3
/
+3
*
sync: Handle POLL jobs in separate a code path
rlarocque@chromium.org
2013-03-20
3
-109
/
+159
*
[Sync] Add favicon sync experiment
zea@chromium.org
2013-03-19
4
-22
/
+39
*
sync: Remove SyncSessionJob destruction observer
rlarocque@chromium.org
2013-03-18
4
-47
/
+9
*
Upstream Android account tests utilities
clamy@chromium.org
2013-03-18
3
-0
/
+853
*
[Sync] Fix history implicit types
zea@chromium.org
2013-03-16
1
-0
/
+2
*
C++0x fix: add spaces between literals and identifiers.
glider@chromium.org
2013-03-15
1
-1
/
+1
*
[sync] Split sync and signin helper class
nyquist@chromium.org
2013-03-15
4
-48
/
+186
*
sync: Define histogram ints for model types
rlarocque@chromium.org
2013-03-15
3
-5
/
+88
*
Send client channel info to server in user-agent string.
pavely@chromium.org
2013-03-15
2
-16
/
+0
*
Remove some members from SyncSession
rlarocque@chromium.org
2013-03-15
18
-317
/
+274
*
[Sync] Add sync logic to FaviconCache
zea@chromium.org
2013-03-15
1
-1
/
+15
*
sync: Fix scheduler crash on duplicate canaries
rlarocque@chromium.org
2013-03-15
2
-0
/
+31
*
Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...
pauljensen@chromium.org
2013-03-15
2
-3
/
+2
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
2
-4
/
+4
*
[Sync] Create FaviconCache
zea@chromium.org
2013-03-13
2
-0
/
+5
*
Fix a bug that caused AuthToken permission not to be shown on Android
nyquist@chromium.org
2013-03-13
1
-17
/
+20
*
[sync] Upstream the Android ProfileSyncService
nyquist@chromium.org
2013-03-07
1
-0
/
+68
*
Two changes to history delete directive processing
zea@chromium.org
2013-03-06
2
-2
/
+2
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Set invalidation client ID during startup
rlarocque@chromium.org
2013-03-06
1
-0
/
+1
*
Remove canary member from SyncSessionJob
rlarocque@chromium.org
2013-03-05
6
-56
/
+44
*
Remove connection_code_ from SyncSchedulerImpl.
pavely@chromium.org
2013-03-05
7
-63
/
+28
*
Android: Use ObserverList to maintain a list of observers/listeners
nileshagrawal@chromium.org
2013-03-05
1
-8
/
+6
*
Implement Invalidator::Acknowledge.
dcheng@chromium.org
2013-03-05
19
-105
/
+498
*
Fix sync testserver for Android.
shashishekhar@chromium.org
2013-03-04
1
-2
/
+16
*
Remove SyncSessionJob's location member
rlarocque@chromium.org
2013-03-02
6
-67
/
+22
*
Revert "Revert 182527" ([Sync] Make SESSIONS an implicit type)
zea@chromium.org
2013-03-02
7
-12
/
+50
*
Separate invalidator and sync client ID (part 1/2)
rlarocque@chromium.org
2013-03-02
19
-27
/
+76
*
[sync] Fix UMA tracking of sync encryption state
rsimha@chromium.org
2013-03-02
1
-0
/
+13
*
sync: Drop fully datatype throttled sync jobs rather than saving them.
tim@chromium.org
2013-03-01
2
-2
/
+3
*
Add WriteNode::Drop() to delete entry locally but not on server.
haitaol@chromium.org
2013-02-27
6
-5
/
+26
*
Backoff retry time on about:sync page
pavely@chromium.org
2013-02-26
5
-0
/
+28
*
Remove SyncSessionJob::DidReachServer() flag
rlarocque@chromium.org
2013-02-26
4
-23
/
+4
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
6
-6
/
+6
*
enable -Wstring-conversion when compiling with clang
scottmg@chromium.org
2013-02-22
1
-1
/
+1
*
[sync] Upstream the code that triggers the InvalidationController
nyquist@chromium.org
2013-02-22
8
-12
/
+305
*
Add a Clock and TickClock interface for mocking out time
akalin@chromium.org
2013-02-21
3
-63
/
+54
*
[Sync] Single definition of set of user selectable sync types
mgist@chromium.org
2013-02-21
2
-1
/
+26
*
Add originator_* fields to mock connection tests
rlarocque@chromium.org
2013-02-21
3
-301
/
+583
*
Add unit tests for SyncManager change handling
rlarocque@chromium.org
2013-02-21
1
-0
/
+299
*
Use _target_name instead of package_name for java*.gypi
cjhopman@chromium.org
2013-02-20
2
-2
/
+0
*
[sync] Extract Android-specific prod Java GYP-target to a separate file.
nyquist@chromium.org
2013-02-20
4
-17
/
+33
*
[Sync] Add boilerplate for favicons type
zea@chromium.org
2013-02-20
7
-13
/
+80
*
sync_manager: Remove UserShare's name member.
lazyboy@chromium.org
2013-02-20
3
-23
/
+9
*
Cleanup: Remove deprecated base::Value methods from sync. Use base::Value too.
thestig@chromium.org
2013-02-16
11
-273
/
+282
*
[Sync] Add favicon datatype proto support
zea@chromium.org
2013-02-16
7
-2
/
+119
*
Remove routing_info and workers from SyncSession
rlarocque@chromium.org
2013-02-15
23
-464
/
+80
*
Add retry function to getNewAuthToken
clamy@chromium.org
2013-02-15
2
-7
/
+32
[next]