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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
21
-130
/
+210
*
This is basically a rewrite of the DataTypeManager to support dynamic data ty...
skrul@chromium.org
2010-03-23
8
-283
/
+645
*
Fix bustage by adding friend decl.
tim@chromium.org
2010-03-23
1
-1
/
+1
*
Disable SyncerThreadWithSyncerTest.Pause. It's timing out, so I can't use FL...
tim@chromium.org
2010-03-23
1
-1
/
+2
*
Removed win32socketserver and its use in mediator_thread_impl.cc.
akalin@chromium.org
2010-03-23
1
-25
/
+0
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Refactor Directory/Directory::Kernel to eliminate some duplicate variable dec...
nick@chromium.org
2010-03-22
2
-51
/
+49
*
Eliminate a race between the syncerthread delivering PAUSED
nick@chromium.org
2010-03-22
1
-11
/
+11
*
Pass the raw history backend pointer to the gmock action rather than the refptr.
skrul@chromium.org
2010-03-22
1
-1
/
+1
*
Improve the integration test harness by using the max_local_timestamp
tim@chromium.org
2010-03-19
4
-8
/
+44
*
Combine similar code from sync unit tests and add additional unit tests for t...
zork@chromium.org
2010-03-19
4
-204
/
+233
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-1
/
+1
*
Update sync to support syncing of typed urls
zork@chromium.org
2010-03-18
26
-5
/
+2000
*
Pause the sync thread while starting data types.
skrul@chromium.org
2010-03-17
19
-51
/
+339
*
Removed auth_task.* and talk_auth_task.* (dead code)
akalin@chromium.org
2010-03-17
21
-1435
/
+21
*
Change observer expectations
skrul@chromium.org
2010-03-17
2
-24
/
+44
*
Add a lock to read |state_| in UIModelWorker::DoWorkAndWait. We don't
tim@chromium.org
2010-03-17
2
-8
/
+8
*
Revert 41790 - Removed auth_task.* and talk_auth_task.* (dead code) because W...
hbono@google.com
2010-03-17
21
-18
/
+1436
*
Removed auth_task.* and talk_auth_task.* (dead code)
akalin@chromium.org
2010-03-17
21
-1436
/
+18
*
Split up PreXmppAuth and SaslHandler.
akalin@chromium.org
2010-03-16
5
-72
/
+55
*
Change MediatorThreadImpl::Run to process messages forever and periodically c...
tim@chromium.org
2010-03-16
3
-17
/
+38
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
2
-3
/
+3
*
Implement SyncerThread::RequestPause and SyncerThread::RequestResume
skrul@chromium.org
2010-03-15
5
-2
/
+151
*
Added switch to invalidate the sync xmpp auth token for testing.
akalin@chromium.org
2010-03-12
9
-10
/
+40
*
Additional unit tests for autofill
skrul@chromium.org
2010-03-12
2
-4
/
+140
*
Refactor synchronous error handling
skrul@chromium.org
2010-03-11
19
-296
/
+262
*
Ripped out talk/p2p directory from third_party/libjingle.
akalin@chromium.org
2010-03-10
5
-5
/
+5
*
More code cleanups found by -Wextra.
evan@chromium.org
2010-03-09
2
-2
/
+2
*
Revert 40521 - Fix attempt for bug 34158. Reset the TalkMediator after callin...
tim@chromium.org
2010-03-09
1
-4
/
+1
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-0
/
+4
*
Speculative fix for bug 37709. Don't use a MutableEntry (and hence add somet...
tim@chromium.org
2010-03-09
2
-4
/
+5
*
Make VerifyUpdatesCommand a ModelChanging variant for now as we can end
tim@chromium.org
2010-03-09
4
-6
/
+119
*
Add tests to the ProfileSyncServiceAutofillTest for association merge.
skrul@chromium.org
2010-03-09
5
-48
/
+148
*
Remove unused persist code.
skrul@chromium.org
2010-03-09
4
-119
/
+3
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
54
-0
/
+0
*
BSD port: Another chunk of chrome/ ifdef changes
pvalchev@google.com
2010-03-09
1
-4
/
+4
*
chrome 2: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
4
-5
/
+10
*
Fix KeyToTag and add unit test
skrul@chromium.org
2010-03-08
2
-2
/
+29
*
Add unit test for the "aborted by shutdown" case.
skrul@chromium.org
2010-03-08
1
-0
/
+13
*
Next part of removing the dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-06
1
-0
/
+1
*
Use a common call to WriteAutofill in AutofillModelAssociator, add a proper
zork@google.com
2010-03-05
3
-44
/
+41
*
Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t...
zork@chromium.org
2010-03-05
1
-6
/
+0
*
Under Chromium OS, keep track of whether sync auth has been bootstrapped
albertb@chromium.org
2010-03-05
2
-3
/
+24
*
Fix one valgrind bug.
chron@google.com
2010-03-04
1
-1
/
+2
*
Improve autofill unit test
skrul@chromium.org
2010-03-03
5
-61
/
+61
*
Fix attempt for bug 34158. Reset the TalkMediator after calling Logout to ens...
tim@chromium.org
2010-03-03
1
-1
/
+4
*
Fix autofill test hang
skrul@chromium.org
2010-03-03
1
-9
/
+35
*
Make DTCs implement the UnrecoverableErrorHandler interface so they can be
albertb@chromium.org
2010-03-03
23
-89
/
+233
*
Disable ProfileSyncServiceAutofillTest since they're causing hangs.
jam@chromium.org
2010-03-02
1
-3
/
+6
*
Move a debug string util to syncer proto util. Add better getupdates logging ...
chron@google.com
2010-03-02
6
-27
/
+59
[next]