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
/
sessions
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Add position change detection in conflict resolver.
zea@chromium.org
2012-01-24
2
-0
/
+6
*
Avoid SYNC_CYCLE_CONTINUATION sync cycles
rlarocque@chromium.org
2012-01-21
2
-13
/
+8
*
Remove broken variables from sync's AllStatus
rlarocque@chromium.org
2012-01-20
6
-34
/
+4
*
Fix update_conflicts_resolved() setting wrong var
rlarocque@chromium.org
2012-01-12
2
-1
/
+9
*
Detect sync server communication errors
rlarocque@chromium.org
2012-01-11
7
-8
/
+79
*
Change definition of "syncing" in AllStatus
rlarocque@chromium.org
2011-12-21
8
-22
/
+16
*
[Sync] Rename ModelEnumSet to ModelTypeSet
akalin@chromium.org
2011-12-13
10
-26
/
+26
*
[Sync] Replace all instances of ModelTypeSet with ModelEnumSet
akalin@chromium.org
2011-12-10
3
-18
/
+15
*
[Sync] Convert sessions/ directory to ModelEnumSet
akalin@chromium.org
2011-12-07
6
-13
/
+12
*
[Sync] Convert syncable/ directory to ModelEnumSet
akalin@chromium.org
2011-12-06
3
-23
/
+20
*
[Sync] Add framework for avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-06
5
-20
/
+248
*
Revert 112815 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-03
5
-248
/
+20
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
5
-20
/
+248
*
Revert 112743 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-02
5
-248
/
+20
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
5
-20
/
+248
*
Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-11-30
5
-248
/
+20
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-11-30
5
-20
/
+248
*
This is the second and final patch of changes for implementing the per dataty...
lipalani@chromium.org
2011-11-24
3
-2
/
+87
*
Parse and Store the throttled datatypes and the unthrottling time, which is o...
lipalani@chromium.org
2011-11-23
2
-1
/
+35
*
[Sync] Made some sync session member functions const
akalin@chromium.org
2011-11-23
9
-55
/
+101
*
[Sync] Make ModelSafeWorker a true interface
akalin@chromium.org
2011-11-22
1
-7
/
+7
*
[Sync] Replace uses of ObserverListThreadSafe with WeakHandles
akalin@chromium.org
2011-11-19
1
-0
/
+2
*
Revert 110555 - sync: Remove ModelNeutralExecuteImpl()
rlarocque@chromium.org
2011-11-17
2
-7
/
+0
*
sync: Remove ModelNeutralExecuteImpl()
rlarocque@chromium.org
2011-11-17
2
-0
/
+7
*
Cleanup: Remove unneeded forward declarations in chrome/browser/sync.
thestig@chromium.org
2011-11-15
1
-4
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-2
/
+2
*
Send important client side event information to the server. We create a class...
lipalani@chromium.org
2011-10-15
6
-6
/
+35
*
Revert 105667 - Send important client side event information to the server. W...
lipalani@chromium.org
2011-10-15
6
-35
/
+6
*
fix a build break caused by executable permission on a file.
lipalani@chromium.org
2011-10-15
1
-0
/
+0
*
Send important client side event information to the server. We create a class...
lipalani@chromium.org
2011-10-15
7
-6
/
+62
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-22
1
-1
/
+0
*
Revert 102184 - [Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-0
/
+1
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-1
/
+0
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-1
/
+1
*
Move sync test code out of chrome/test
phajdan.jr@chromium.org
2011-09-02
4
-4
/
+4
*
[Sync] Make BackendMigrator not wait for full sync cycles
akalin@chromium.org
2011-09-01
1
-2
/
+3
*
Server directed error handling backend code.
lipalani@chromium.org
2011-08-31
8
-23
/
+48
*
Original patch by rlarocque@chromium.org at http://codereview.chromium.org/76...
zea@chromium.org
2011-08-17
1
-0
/
+2
*
sync: re-attempt 96573 and 96575 - DEPS additions.
tim@chromium.org
2011-08-13
1
-5
/
+5
*
Revert 96573 - sync: more DEPS fun
georgey@chromium.org
2011-08-12
1
-5
/
+5
*
sync: more DEPS fun
tim@chromium.org
2011-08-12
1
-5
/
+5
*
Simulate transient error and verify exponential backoff.
lipalani@chromium.org
2011-08-12
7
-20
/
+39
*
sync: add DEPS files to subdirs
tim@chromium.org
2011-08-11
1
-0
/
+12
*
[Sync] Add client-side plumbing for server control of sessions commit delay
akalin@chromium.org
2011-08-10
4
-7
/
+28
*
[Sync] [Jank] Clear the vector of verified updates after processing.
nick@chromium.org
2011-08-01
1
-0
/
+1
*
Move more files from chrome/test to chrome/test/base, part #3
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-5
/
+7
*
sort() for std::set_*
tzik@chromium.org
2011-06-20
1
-0
/
+4
[next]