summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Merge 85138 - Use GetXDisplay() instead of XOpenDisplay() in IdleQueryLinux.dcheng@chromium.org2011-05-141-18/+11
* Merge 85326 - Notify password store observers when password sync makes change...mdm@chromium.org2011-05-131-0/+6
* Merge 84441 - [cros] Fixes for 3G promo bubble.nkostylev@chromium.org2011-05-061-4/+0
* Merge 84012 - Fix potential nasty crashloop.nick@chromium.org2011-05-041-0/+2
* Merge 83560 - Allow extensions with NPAPI plugins to install on ChromeOS, jus...oritm@chromium.org2011-05-031-6/+4
* Merge 83231 - [Sync] Remove changes_channel functionality and replace with Di...zea@chromium.org2011-04-298-370/+167
* Merge 83147 - [cros] Show 3G promo notification on a first usage of the cellu...nkostylev@chromium.org2011-04-281-0/+4
* Merge 83117 - Ensure ConfigureDataTypes is not called in a re-entrant manner....lipalani@chromium.org2011-04-272-2/+29
* Merge 82941 - Sync: Use inline sync UI for CrOS sync login.BUG=chromiumos:145...jhawkins@chromium.org2011-04-251-8/+0
* Merge 82727 - fix clang buildTBR=akalinBUG=noneTEST=clang goes green!Review U...tim@chromium.org2011-04-252-0/+4
* Merge 82719 - sync: repairs + improvement to migration code pathBUG=80290TEST...tim@chromium.org2011-04-2512-47/+24
* Merge 82736 - Fix official builder and clang builder.BUG=noneTEST=noneTBR=csi...zelidrag@chromium.org2011-04-231-0/+1
* Merge 82744 - More official builder fix.BUG=noneTEST=noneTBR=csilvReview URL:...zelidrag@chromium.org2011-04-231-0/+1
* Merge 82720 - Sync: Inline sync login dialog into Tabbed Options.BUG=72363TES...jhawkins@chromium.org2011-04-2215-1107/+337
* Merge 82591 - Sync: Fix the display of the synced data types.BUG=80091TEST=no...jhawkins@chromium.org2011-04-221-1/+0
* Merge 82550 - sync: null check DTM in OnPassphraseAcceptedIf this is called b...tim@chromium.org2011-04-211-1/+2
* Merge 82447 - Make the SBH wait until syncer is put in config mode before it ...tim@chromium.org2011-04-214-11/+23
* Merge 82411 - The passive worker was being added to the session once per data...tim@chromium.org2011-04-211-7/+19
* Merge 82361 - sync: dont send OnInitializationComplete until BootstrapEncrypt...tim@chromium.org2011-04-201-15/+17
* 1. Fix a bug in which scheduleconfig was called from wrong thread.lipalani@chromium.org2011-04-204-10/+43
* fix clang buildtim@chromium.org2011-04-202-3/+17
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-2024-13/+662
* Sync: More UI fixes.jhawkins@chromium.org2011-04-201-11/+9
* [Sync] Fix bug in ExtensionModelAssociator::CryptoReadyIfNecessary()akalin@chromium.org2011-04-201-1/+1
* Sync: Fix a few issues with the refrehsed UI.jhawkins@chromium.org2011-04-198-36/+81
* [Sync] Ensure we don't hold a transaction when we access password store.zea@chromium.org2011-04-194-77/+183
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1938-5418/+1137
* Revert 82120 - Reland r81454 (sync non-frontend datatype controllers) with lo...zea@chromium.org2011-04-1928-1310/+898
* [Sync] Fix race condition in P2PNotifier with sending notificationsakalin@chromium.org2011-04-191-7/+2
* Reland r81454 (sync non-frontend datatype controllers) with longer timeouts.zea@chromium.org2011-04-1928-898/+1310
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-1938-1137/+5418
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1938-5418/+1137
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-1938-1136/+5418
* Revert 82028 - Reland r81454 (sync non-frontend datatype controllers) with lo...zea@chromium.org2011-04-1928-1310/+898
* Reland r81454 (sync non-frontend datatype controllers) with longer timeouts.zea@chromium.org2011-04-1828-898/+1310
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-1838-5418/+1136
* Disable for Google Chrome ChromeOS buildseblake@chromium.org2011-04-181-2/+6
* Sync: Refresh the UI to match Alex's mocks.jhawkins@chromium.org2011-04-185-185/+217
* [Sync] Move some extension-sync-related logic to ExtensionServiceakalin@chromium.org2011-04-176-189/+63
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-163-3/+3
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-151-4/+1
* [Sync] Simplify themes notifications and themes syncakalin@chromium.org2011-04-151-92/+2
* Put back "Enable component extensions for DefaultProfile used in login screen...dpolukhin@chromium.org2011-04-153-3/+3
* sync: Make nudge + config jobs reliable in SyncerThread2lipalani@chromium.org2011-04-1510-208/+904
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-142-10/+10
* Add support for 12/24 hour clock switching on Chrome OS.satorux@chromium.org2011-04-141-0/+4
* Revert 81454 - [Sync] Make generic non-frontend thread datatype controller.Re...zea@chromium.org2011-04-1428-1310/+898
* [Extensions] Add CheckSoon() method to ExtensionUpdaterakalin@chromium.org2011-04-132-9/+3
* Cancels passphrase entry if the user closes the dialog.atwilson@chromium.org2011-04-132-5/+8
* [Sync] Make generic non-frontend thread datatype controller.zea@chromium.org2011-04-1328-898/+1310