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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
sync: Move all the js_* files into a js/ subdirectory.
tfarina@chromium.org
2011-08-10
1
-3
/
+3
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-1
/
+2
*
[Sync] Rewrote about:sync backend to use WeakHandles
akalin@chromium.org
2011-08-02
1
-136
/
+34
*
Move more files from chrome/test to chrome/test/base, part #5
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
[Sync] Split DirectoryChangeListener for thread-safety
akalin@chromium.org
2011-06-16
1
-0
/
+9
*
[Sync] Remove more boilerplate from chrome://sync-internals js files
akalin@chromium.org
2011-05-10
1
-8
/
+11
*
[Sync] Refactor JsArgList a bit.
akalin@chromium.org
2011-05-06
1
-6
/
+6
*
[Sync] Refactor JS event handling to reduce boilerplate
akalin@chromium.org
2011-05-06
1
-5
/
+8
*
[Sync] Fix bug leading to ProfileSyncService test flakiness
akalin@chromium.org
2011-04-26
1
-34
/
+27
*
Disable for Google Chrome ChromeOS builds
eblake@chromium.org
2011-04-18
1
-2
/
+6
*
Fixed memory leak in sync notifier unit tests caused by my previous CL.
sanjeevr@chromium.org
2011-04-08
1
-1
/
+7
*
Changed jingle to use the IO thread from the passed in URLRequestContextGette...
sanjeevr@chromium.org
2011-04-07
1
-0
/
+6
*
[Sync] Decouple Bookmark{ModelAssociator,ChangeProcessor} from sync service
akalin@chromium.org
2011-03-31
1
-4
/
+70
*
[Sync] Move ProfileSyncService bookmark tests into its own file
akalin@chromium.org
2011-03-28
1
-1399
/
+16
*
[Sync] Remove flakiness in ProfileSyncServiceTest.JsFrontendProcessMessageBasic
akalin@chromium.org
2011-03-28
1
-2
/
+11
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
ProfileSyncServiceTest.JsFrontendProcessMessageBasic is flaky.
michaeln@google.com
2011-03-26
1
-1
/
+2
*
sync: Take 2 for issue 6697039
tim@chromium.org
2011-03-19
1
-3
/
+3
*
[Sync] Split SyncNotifierImpl into P2PNotifier and InvalidationNotifier
akalin@chromium.org
2011-03-19
1
-2
/
+6
*
Revert 78749 - sync: don't send SYNC_CONFIGURE_DONE unless it is true
tim@chromium.org
2011-03-18
1
-3
/
+3
*
sync: don't send SYNC_CONFIGURE_DONE unless it is true
tim@chromium.org
2011-03-18
1
-3
/
+3
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
1
-11
/
+11
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-29
/
+29
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-9
/
+9
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
1
-11
/
+11
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
[Sync] Expose syncapi events to chrome://sync-internals
akalin@chromium.org
2011-02-11
1
-0
/
+11
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
1
-0
/
+1
*
[Sync] Add JS scriptability to syncapi
akalin@chromium.org
2011-02-01
1
-7
/
+181
*
[Sync] Refactored ProfileSyncService and remove its backend() function
akalin@chromium.org
2011-01-24
1
-16
/
+81
*
Turn password sync on by default.
johnnyg@chromium.org
2011-01-15
1
-2
/
+2
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-7
/
+6
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Revert 63447 - sync: enable password sync by default.
tim@chromium.org
2010-11-04
1
-2
/
+2
*
Make SigninManager tolerate SignOut() calls when not initialized.
mnissler@chromium.org
2010-10-28
1
-0
/
+11
*
sync: enable password sync by default.
tim@chromium.org
2010-10-21
1
-2
/
+2
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part5:
tfarina@chromium.org
2010-10-08
1
-4
/
+4
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
1
-15
/
+20
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-08
1
-1
/
+0
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-20
/
+15
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-15
/
+20
*
Revert 58768 - Adding the sync-notification-host command line parameter to th...
rsimha@chromium.org
2010-09-07
1
-0
/
+1
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-07
1
-1
/
+0
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-3
/
+3
*
Remove wstrings from bookmarks, part 17.
viettrungluu@chromium.org
2010-08-29
1
-4
/
+4
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
[next]