summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* [Sync] Make GetFirstChildId return a flag indicating successakalin@chromium.org2011-10-285-58/+84
* [Sync] Add HasChildren() function and use it instead of GetFirstChildId()akalin@chromium.org2011-10-272-2/+11
* [Sync] Cache encrypted types info in ProfileSyncServiceakalin@chromium.org2011-10-245-87/+127
* Send important client side event information to the server. We create a class...lipalani@chromium.org2011-10-154-1/+246
* Revert 105667 - Send important client side event information to the server. W...lipalani@chromium.org2011-10-154-246/+1
* Send important client side event information to the server. We create a class...lipalani@chromium.org2011-10-154-1/+246
* Revert 105176 - [Sync] Disable sync tabs automation.zea@chromium.org2011-10-131-0/+10
* [Sync] Disable sync tabs automation.zea@chromium.org2011-10-121-10/+0
* Changed the CHECK condition in PutPredecessor to return false. The upper laye...lipalani@chromium.org2011-10-112-12/+9
* [Sync] Check server reachability after initialization is completeakalin@chromium.org2011-10-082-8/+16
* [Sync] Don't early out of ReEncryptEverything when a datatype is missing.zea@chromium.org2011-10-071-2/+5
* sync: stop syncing before stopping change processors.tim@chromium.org2011-10-073-29/+35
* sync: use base::Closure instead of ModeChangeCallbacktim@chromium.org2011-10-042-8/+6
* sync: we can't lookup empty client tag nodes, so don't allow creating themtim@chromium.org2011-09-232-0/+15
* [Sync] Move some code into new class JsMutationEventObserverakalin@chromium.org2011-09-231-8/+8
* [Sync] use base::Time in syncakalin@chromium.org2011-09-223-7/+16
* Revert 102184 - [Sync] use base::Time in syncakalin@chromium.org2011-09-213-16/+7
* [Sync] use base::Time in syncakalin@chromium.org2011-09-213-7/+16
* [Sync] Move change-related methods out of SyncManager::Observerakalin@chromium.org2011-09-216-341/+360
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+1
* [Sync] Ensure we always store only server legal bookmark titles.zea@chromium.org2011-09-203-21/+51
* [Sync] Move ChangeRecord into its own file (change_record.{h,cc})akalin@chromium.org2011-09-177-161/+197
* [Sync] Move weak_handle* into sync/utilakalin@chromium.org2011-09-162-2/+1
* [Sync] Fix encrypting of sync titles.zea@chromium.org2011-09-152-2/+47
* [Sync] Avoid passing around EntryKernelMutationSet by valueakalin@chromium.org2011-09-151-19/+21
* sync: ensure sync init path doesn't block on CheckTimetim@chromium.org2011-09-101-6/+5
* [Sync] Refactor to ensure turning on encryption encrypts all data types.zea@chromium.org2011-09-093-58/+69
* handle store open or load failure correctly by making exiting early and also ...lipalani@chromium.org2011-09-083-18/+23
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-084-9/+9
* [Sync] Change strings to relfect sessions -> open tabs naming convention changezea@chromium.org2011-09-071-1/+1
* sync: take 2 at aborting active HTTP requests.tim@chromium.org2011-09-074-25/+188
* Plug in legacy error code sent by the server to the new model by converting t...lipalani@chromium.org2011-09-043-0/+19
* Move sync test code out of chrome/testphajdan.jr@chromium.org2011-09-022-2/+1
* Revert 99323 - Reland 99157 - sync: abort active HTTP requests on shutdown.akalin@chromium.org2011-09-024-188/+25
* Reland 99157 - sync: abort active HTTP requests on shutdown.akalin@chromium.org2011-09-024-25/+188
* Add logic to flip Nigori bit to instruct other clients to sync tabs.yfriedman@chromium.org2011-09-024-0/+64
* Revert 99157 - sync: abort active HTTP requests on shutdown.creis@chromium.org2011-09-014-196/+25
* sync: abort active HTTP requests on shutdown.tim@chromium.org2011-09-014-25/+196
* [Sync] Remove static initializersakalin@chromium.org2011-09-011-1/+1
* Move some files from sync/engine to internal_apirlarocque@chromium.org2011-08-3111-6/+679
* [Sync] Gracefully handle writing to a node when the cryptographer is not ready.zea@chromium.org2011-08-302-24/+15
* [Sync] Make P2PNotifier behave more like InvalidationNotifierakalin@chromium.org2011-08-272-2/+5
* sync: make ServerConnectionManager explicitly NonThreadSafetim@chromium.org2011-08-261-0/+2
* Call bootstrapencryption before sending initialization complete.lipalani@chromium.org2011-08-261-4/+3
* [Sync] Add support for enabling session sync remotely.zea@chromium.org2011-08-252-1/+23
* [Sync] Ensure legacy bookmarks are converted when we read them.zea@chromium.org2011-08-244-15/+121
* [Sync] Set name_ for SyncInternalakalin@chromium.org2011-08-191-1/+2
* Original patch by rlarocque@chromium.org at http://codereview.chromium.org/76...zea@chromium.org2011-08-1722-0/+5880