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