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
*
Generic ModelAssociator based on prototype from earlier CL.
tim@chromium.org
2009-12-17
9
-129
/
+261
*
Alter DirectoryBackingStore::InitializeTables() and
zork@google.com
2009-12-17
1
-32
/
+33
*
Handle errors in DoesTableExist() gracefully instead of crashing.
zork@google.com
2009-12-16
3
-6
/
+25
*
Implemented OS X version of NetworkStatusDetectorTaskMac.
akalin@chromium.org
2009-12-15
3
-3
/
+514
*
Use a ConditionVariable in place of WaitableEvent in BookmarkModelWorker.
tim@chromium.org
2009-12-15
2
-18
/
+23
*
Fix a leak added in r34510. We need to delete old ChangeProcessors.
tony@chromium.org
2009-12-15
1
-0
/
+1
*
I refactored ChangeProcessor so that the common stuff can be reused by other
albertb@google.com
2009-12-14
12
-886
/
+1058
*
Fix a few languages: sync dialog box was cutting off the cancel button.
chron@google.com
2009-12-14
2
-6
/
+6
*
Add a UI helper method to just get the sync status without needing labels.
akalin@chromium.org
2009-12-14
3
-19
/
+56
*
sync: Fix license copyright text.
evan@chromium.org
2009-12-11
12
-14
/
+14
*
Use utf_string_conversions header in more places.
maruel@chromium.org
2009-12-11
1
-2
/
+1
*
Fix the crashing chromeos sync tests and revert the patch that disabled them.
albertb@google.com
2009-12-10
1
-2
/
+3
*
Give the proper error message in the case where you attempt to log int
zork@google.com
2009-12-10
1
-0
/
+6
*
Fix typo in ifdef for enabling auth bootstraping on Chrome OS
albertb@google.com
2009-12-10
1
-3
/
+3
*
Remove IsPrefRegistered function from PrefService API and fix the callers to
tony@chromium.org
2009-12-07
1
-1
/
+1
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-5
/
+6
*
Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc).
akalin@chromium.org
2009-12-04
1
-8
/
+0
*
sync: clean up a little bit the character_set_converters code.
nick@chromium.org
2009-12-02
2
-10
/
+0
*
Add a "// namespace" comment after the closing curly brace
wtc@chromium.org
2009-12-01
1
-1
/
+1
*
Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.
albertb@google.com
2009-12-01
10
-29
/
+136
*
Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
1
-4
/
+2
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
2
-0
/
+3
*
Revert 33318 - Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
1
-2
/
+4
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
2
-7
/
+2
*
Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
1
-4
/
+2
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
2
-3
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
2
-0
/
+3
*
Fix keyboard focus in initial sync dialogs.
chron@google.com
2009-11-26
4
-3
/
+14
*
Fix some minor things that were in the unique naming CL that I forgot to addr...
chron@google.com
2009-11-25
5
-8
/
+11
*
Make cancel button not pop up when you make a bad login.
chron@google.com
2009-11-25
1
-12
/
+13
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-3
/
+3
*
sync: get rid of path_helpers files.
nick@chromium.org
2009-11-25
15
-224
/
+0
*
Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...
akalin@chromium.org
2009-11-25
6
-81
/
+84
*
Update Signal Thread to use ref counting and locks to ensure thread safety.
zork@chromium.org
2009-11-24
2
-2
/
+3
*
Remove a TODO in post_commit_command.cc. Clarify what's going on.
nick@chromium.org
2009-11-24
1
-3
/
+4
*
Final part of PathString cleanup.
munjal@chromium.org
2009-11-24
19
-383
/
+284
*
Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...
akalin@chromium.org
2009-11-24
4
-5
/
+232
*
Remove ResourceBundle::LoadImageResourceBytes since it appears to
tony@chromium.org
2009-11-23
1
-1
/
+1
*
Moved common OpenSyncMyBookmarksDialog() code into SyncStatusUIHelper.
akalin@chromium.org
2009-11-23
2
-1
/
+27
*
build fix: missing include
evan@chromium.org
2009-11-22
1
-0
/
+1
*
Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...
tim@chromium.org
2009-11-21
64
-2880
/
+2473
*
Revert 32727 - Disable sync. (Will be committed on beta branch only, and this...
akalin@chromium.org
2009-11-21
1
-1
/
+1
*
Disable sync. (Will be committed on beta branch only, and this CL will be imm...
akalin@chromium.org
2009-11-21
1
-1
/
+1
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-4
/
+6
*
Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...
jamesr@chromium.org
2009-11-20
1
-6
/
+2
*
Remove unique naming from syncer! This reduces the complexity. Modify the ind...
chron@google.com
2009-11-20
27
-2634
/
+1052
*
Made FlowHandler() be created by SyncSetupFlow itself.
akalin@chromium.org
2009-11-19
2
-13
/
+27
*
Cleanup some callers now that the restriction that ChromeURLRequestContextGet...
eroman@chromium.org
2009-11-19
2
-15
/
+2
*
Change the layout have in sync_setup_flow.cc to only be active on MacOS.
zork@chromium.org
2009-11-18
1
-1
/
+1
*
Change the sync dialog to use the Html version on Linux.
zork@chromium.org
2009-11-18
1
-13
/
+0
[next]