summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Rewrote about:sync backend to use WeakHandlesakalin@chromium.org2011-08-021-183/+119
* Send the correct configure reason to the server when a new datatype is enable...lipalani@chromium.org2011-07-291-9/+23
* sync: Disable network change notifications for unauthenticated users.tim@chromium.org2011-07-291-0/+14
* [Sync] Add RequestCleanupDisabledTypes() method to SyncManagerakalin@chromium.org2011-07-281-2/+3
* [Sync] Fix sync UI handling of passphrases.zea@chromium.org2011-07-271-1/+1
* [Sync] Add WeakHandle class, which makes cross-thread method calls safe and easyakalin@chromium.org2011-07-271-59/+71
* [Sync] Support receiving early passphrase required information in Sync UI.zea@chromium.org2011-07-221-1/+1
* sync: listen for missing notificationstim@chromium.org2011-07-211-1/+10
* If the user sets the gaia passphrase as the explicit passphrase then currentl...lipalani@chromium.org2011-07-191-8/+26
* [Sync] Always trigger OnPassphraseRequired in syncapi regardless of datatypes.zea@chromium.org2011-07-181-45/+20
* [Sync] Rev protocol version for encryption support. Fix re-encryption.zea@chromium.org2011-07-121-86/+129
* sync: remove autofill migration tim@chromium.org2011-07-071-66/+0
* Patch by ghc@google.com.akalin@chromium.org2011-07-021-1/+1
* [Sync] Pass cache_guid() to invalidation clientakalin@chromium.org2011-06-291-6/+10
* [Sync] Refactor syncable::{Base,Read,Write}Transactionakalin@chromium.org2011-06-291-65/+78
* [Sync] Simplify notifier code now that we have a single sync threadakalin@chromium.org2011-06-281-11/+11
* [Sync] Fix encryption issueszea@chromium.org2011-06-241-17/+78
* sync: remove old passphrase migration logictim@chromium.org2011-06-231-28/+0
* sync: fetch encryption information before OnBackendInitializedtim@chromium.org2011-06-221-1/+3
* Move the NotificationInfo and NotificationMap types andwtc@chromium.org2011-06-171-38/+36
* [Sync] Add Location parameter to Read/WriteTransactionsakalin@chromium.org2011-06-171-18/+20
* [Sync] Split DirectoryChangeListener for thread-safetyakalin@chromium.org2011-06-161-31/+17
* sync: make sure migrator is shutdown before sync backend hosttim@chromium.org2011-06-161-0/+2
* [Sync] Remove now-unneeded initialized_mutex_.akalin@chromium.org2011-06-151-52/+20
* Only listen to sync notification when initialized.qsr@google.com2011-06-151-1/+7
* [Sync] Simplify notification-sending code in syncapi.ccakalin@chromium.org2011-06-151-21/+12
* Reland 89038, but with a mocked out keychain (mac unit tests were timing out)zea@chromium.org2011-06-151-48/+58
* Revert 89038 - [Sync] Ensure cryptographer ready before encrypting.zea@chromium.org2011-06-141-58/+48
* [Sync] Ensure cryptographer ready before encrypting.zea@chromium.org2011-06-141-48/+58
* [Sync] Combine sync thread and sync core thread.akalin@chromium.org2011-06-141-81/+93
* [Sync] Ensure all accesses to SyncInternal's observers are thread safe.zea@chromium.org2011-06-091-31/+96
* [Sync] Clean up sync loggingakalin@chromium.org2011-06-081-8/+20
* [Sync] Remove nudge on OnIPAddressChanged()akalin@chromium.org2011-06-071-1/+0
* [Sync] Make WriteNode::SetEntitySpecifics() preserve unknown fieldsakalin@chromium.org2011-06-071-148/+71
* Get encrypted types from cryptographer in all places. Earlier PSS cached the ...lipalani@chromium.org2011-06-031-3/+10
* [Sync] Speed up sync node browser/search in about:syncakalin@chromium.org2011-06-031-186/+178
* Moving storing of encrypted types in cryptographer.lipalani@chromium.org2011-06-021-26/+37
* Revert 87556 - Moving storing of encrypted types in cryptographer.garykac@chromium.org2011-06-021-37/+26
* Moving storing of encrypted types in cryptographer.lipalani@chromium.org2011-06-021-26/+37
* Include string fields when performing a search on a node.lipalani@chromium.org2011-06-011-1/+14
* Implement new SyncAPI and convert Preferences to it.zea@chromium.org2011-05-231-21/+17
* [Sync] Speed up Javascript node operationsakalin@chromium.org2011-05-201-19/+70
* Only trigger OnPassphrsaeRequired if we have encrypted types that are enabled.zea@chromium.org2011-05-191-2/+9
* [Sync] Rename "Notifications Sent" counter to "Notifiable Commits"akalin@chromium.org2011-05-171-3/+3
* [Sync] Handle attempting to encrypt before sync setup complete. zea@chromium.org2011-05-161-4/+0
* [Sync] Clean up notifications tab in chrome://sync-internalsakalin@chromium.org2011-05-131-1/+6
* [Reland] Test for empty passphrase in Sync setup process.sfeuz@chromium.org2011-05-111-0/+8
* Revert 84965 - Test for empty passphrase in Sync setup process.sfeuz@chromium.org2011-05-111-8/+0
* Test for empty passphrase in Sync setup process.sfeuz@chromium.org2011-05-111-0/+8
* [Sync] Propagate DirectoryChangeListener events to chrome://sync-internalsakalin@chromium.org2011-05-101-2/+67