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
*
Mac clients should ignore updates of kAcceptLanguages.
skrul@chromium.org
2010-07-07
2
-0
/
+24
*
Fix sync startup ordering to make sense and be less broken (though not perfec...
tim@chromium.org
2010-07-07
17
-272
/
+339
*
sync: Get rid of the now obsolete character_set_converters.h API.
tfarina@chromium.org
2010-07-03
6
-66
/
+5
*
Disallow syncing 0 datatypes.
dantasse@chromium.org
2010-07-02
2
-14
/
+42
*
Revert 51494 - Set default sync notification method to "server".
akalin@chromium.org
2010-07-02
1
-1
/
+2
*
Mark PauseWhenNotConnected as flaky as it keeps timing out,
tim@chromium.org
2010-07-02
2
-2
/
+3
*
Set default sync notification method to "server".
akalin@chromium.org
2010-07-02
1
-2
/
+1
*
sync: add CleanupDisabledTypesCommand to purge data pertaining to previously
tim@chromium.org
2010-07-02
18
-54
/
+511
*
sync: Remove unused function ChromeModelHasUserCreatedNodes.
tfarina@chromium.org
2010-07-02
20
-127
/
+1
*
Updated cache-invalidation library to @30.
akalin@chromium.org
2010-07-02
1
-1
/
+1
*
Remove the old 'customize sync' panel from win/mac/linux. And a little bit o...
dantasse@chromium.org
2010-07-01
6
-103
/
+3
*
Remove NIGORI from the sync routing info.
albertb@chromium.org
2010-07-01
2
-2
/
+0
*
This is still timing out.
vandebo@chromium.org
2010-07-01
1
-1
/
+2
*
Make Keep Everything Synced = true by default
dantasse@chromium.org
2010-07-01
1
-1
/
+3
*
Put the focus on the OK button if displaying the choose data types page.
dantasse@chromium.org
2010-07-01
1
-3
/
+9
*
Nudge syncer thread when notifications are enabled.
rsimha@chromium.org
2010-07-01
1
-0
/
+8
*
Updated protocol for communicating with sync notifications server.
akalin@chromium.org
2010-07-01
2
-38
/
+58
*
Fixed crash in sync_listen_notifications on auth failure.
akalin@chromium.org
2010-07-01
1
-5
/
+2
*
Added checks for server-issued notifications.
akalin@chromium.org
2010-07-01
1
-3
/
+6
*
AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...
jhawkins@chromium.org
2010-07-01
1
-1
/
+0
*
Decomped registration logic into its own class.
akalin@chromium.org
2010-06-30
7
-43
/
+544
*
Enable extensions sync by default.
akalin@chromium.org
2010-06-30
2
-8
/
+28
*
Remove extended attributes. The lame broken codepath in the DBS was causing
nick@chromium.org
2010-06-30
11
-500
/
+182
*
Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...
ajwong@chromium.org
2010-06-30
10
-15
/
+23
*
Refactored ChromeInvalidationClient to have its own listener type.
akalin@chromium.org
2010-06-29
6
-213
/
+149
*
Make sure sync starts up on browser restart as well as initial sync flow.
tim@chromium.org
2010-06-29
12
-49
/
+72
*
Re-enable a previously disabled test. Failure is not reproducible.
michaeln@chromium.org
2010-06-29
1
-9
/
+1
*
This change allows the syncer thread to be paused and resumed when the syncer...
skrul@chromium.org
2010-06-29
8
-73
/
+334
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
3
-18
/
+18
*
Translate infobar always/never translate buttons
jcivelli@chromium.org
2010-06-29
1
-0
/
+2
*
Use InvalidationClient::Create() instead of creating an Impl directly.
akalin@chromium.org
2010-06-29
3
-10
/
+7
*
Added ModelType <-> server sync type mappings and used them.
akalin@chromium.org
2010-06-29
3
-25
/
+107
*
Fixed app name used for server-issued notifications.
akalin@chromium.org
2010-06-28
1
-5
/
+5
*
Update the Nigori node when the passphrase changes.
albertb@chromium.org
2010-06-28
2
-54
/
+112
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
2
-18
/
+7
*
New HTML Sync Setup UI.
dantasse@chromium.org
2010-06-25
12
-158
/
+492
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
16
-303
/
+37
*
Command line flag cleanup.
estade@chromium.org
2010-06-25
2
-9
/
+14
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
1
-0
/
+0
*
sync: Change entry purging approach to rely on SaveChanges, which is more con...
tim@chromium.org
2010-06-25
6
-131
/
+91
*
Make extension sync change processor listen to events for disabled extensions.
akalin@chromium.org
2010-06-25
1
-5
/
+16
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
2
-7
/
+18
*
Revert r50774 as it introduces valgrind failures
hclam@chromium.org
2010-06-25
12
-489
/
+158
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
2
-18
/
+7
*
A few cleanups to the sync unit tests.
nick@chromium.org
2010-06-25
4
-7
/
+9
*
New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming so...
dantasse@chromium.org
2010-06-24
12
-158
/
+489
*
Explicitly disallow user scripts from extensions sync.
akalin@chromium.org
2010-06-24
2
-8
/
+23
*
GRD change + new HTML file for sync UI change
dantasse@chromium.org
2010-06-24
1
-0
/
+225
*
sqlite_utils: don't dereference an empty vector.
nick@chromium.org
2010-06-24
2
-5
/
+35
*
Take 2: sync changes to support encryption
albertb@chromium.org
2010-06-23
25
-66
/
+501
[next]