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
*
[sync] Fix deadlock in SessionModelAssociator for Android.
nyquist@chromium.org
2013-02-14
1
-3
/
+11
*
[sync] Re-enable SyncErrorTest.XmppAuthErrorTest
rsimha@chromium.org
2013-02-14
1
-7
/
+1
*
Replace most BrowserList::empty() and BrowserList::size() calls by multi-desk...
gab@chromium.org
2013-02-13
1
-2
/
+2
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
4
-4
/
+4
*
Synced Notification Sync Change Processor
petewil@chromium.org
2013-02-12
1
-0
/
+27
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
11
-12
/
+12
*
Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.
joi@chromium.org
2013-02-10
11
-79
/
+106
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
11
-25
/
+26
*
Add new status msg when sync is stopped via the dashboard
atwilson@chromium.org
2013-02-09
4
-5
/
+18
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
16
-19
/
+22
*
[Sync] Add support for proxy types
zea@chromium.org
2013-02-08
6
-3
/
+131
*
Enable dictionary sync by default
rouslan@chromium.org
2013-02-08
8
-27
/
+7
*
history: Extract HistoryDBTask into its own header file.
tfarina@chromium.org
2013-02-08
5
-12
/
+16
*
Disable ProfileSyncServiceSessionTest.ValidTabs on Windows.
kkania@chromium.org
2013-02-08
1
-1
/
+9
*
Disable flaky ProfileSyncServiceSessionTest.WriteFilledSessionToNode.
kkania@chromium.org
2013-02-07
1
-1
/
+9
*
Allow multiple observers of autofill::PersonalDataManager.
estade@chromium.org
2013-02-07
2
-10
/
+9
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
13
-30
/
+33
*
Migrate invalidator client IDs out of sync
rlarocque@chromium.org
2013-02-06
3
-2
/
+33
*
Disable sync if the user is signed out.
atwilson@chromium.org
2013-02-05
2
-0
/
+35
*
Register autofill sync types on mobile
cjhopman@chromium.org
2013-02-05
1
-12
/
+14
*
Allow signin to continue even if sync is disabled by policy.
atwilson@chromium.org
2013-02-03
8
-178
/
+152
*
Remove syncer::IncomingInvalidationSource
rlarocque@chromium.org
2013-02-02
11
-56
/
+33
*
[Sync] Add full history sync experiment
zea@chromium.org
2013-02-01
1
-0
/
+6
*
iOS and non iOS use different decoder for SkBitmap to PNG.
pkotwicz@chromium.org
2013-01-31
5
-17
/
+107
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
6
-23
/
+23
*
Separate local and remote sync invalidations
rlarocque@chromium.org
2013-01-30
12
-442
/
+400
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-9
/
+16
*
Don't try to read notifications state from sync DB
rlarocque@chromium.org
2013-01-29
5
-25
/
+0
*
Stop static_cast<StringValue*>'ing from TYPE_STRING values.
kinaba@chromium.org
2013-01-29
1
-4
/
+2
*
Auto signin with the web identity when launcher is enabled.
guohui@chromium.org
2013-01-26
1
-2
/
+2
*
Copy entries of broken (having unrecoverable error) data types to delete jour...
haitaol@chromium.org
2013-01-26
22
-294
/
+318
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
10
-10
/
+10
*
Move core url data manager classes to content.
jam@chromium.org
2013-01-24
1
-1
/
+0
*
Disable SyncChromeExtensionsActivityMonitorTest for flakiness.
fischman@chromium.org
2013-01-24
1
-3
/
+6
*
Add password sync for Android.
shashishekhar@chromium.org
2013-01-24
3
-7
/
+56
*
Sync user's custom spellcheck dictionary
rouslan@chromium.org
2013-01-23
14
-1
/
+653
*
Use delete journal to remove bookmarks that are already deleted in sync model
haitaol@chromium.org
2013-01-22
3
-12
/
+206
*
Do not sync the "Use System Title Bar and Borders" setting.
albertb@chromium.org
2013-01-22
1
-13
/
+0
*
Do not send any notifications as a result of HistoryBackend::MergeFavicon() w...
pkotwicz@chromium.org
2013-01-22
1
-1
/
+3
*
[sync] Divorce python sync test server chromiumsync.py from testserver.py
rsimha@chromium.org
2013-01-20
1
-4
/
+4
*
Refactor mac signin menu item code to use SigninGlobalError.
atwilson@chromium.org
2013-01-18
3
-238
/
+0
*
Move auth-error reporting code out of SyncGlobalError and into SigninGlobalError
atwilson@chromium.org
2013-01-17
10
-183
/
+53
*
Revert 177136
creis@chromium.org
2013-01-16
10
-53
/
+183
*
Move auth-error reporting code out of SyncGlobalError and into SigninGlobalError
atwilson@chromium.org
2013-01-16
10
-183
/
+53
*
Don't show the one-click-sync infobar when sync is disabled by policy.
joaodasilva@chromium.org
2013-01-15
3
-0
/
+20
*
Always register sync prefs at browser::RegisterUserPrefs().
joaodasilva@chromium.org
2013-01-14
3
-92
/
+86
*
reland: sync: Initialize entries with a model type
rlarocque@chromium.org
2013-01-12
3
-7
/
+7
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-11
1
-1
/
+1
*
Revert 176340
joaodasilva@chromium.org
2013-01-11
3
-7
/
+7
*
sync: Initialize entries with a valid model type
rlarocque@chromium.org
2013-01-11
3
-7
/
+7
[next]