summaryrefslogtreecommitdiffstats
path: root/sync/util
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //syncdcheng2015-12-261-4/+4
* Switch to standard integer types in sync/.avi2015-12-2210-14/+27
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-144-10/+12
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-113-3/+3
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-073-3/+3
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-073-3/+3
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Cleanup: Pass std::string as const reference from sync/ki.stfu2015-09-222-4/+4
* Measuring data use of different ModelTypes in Sync Service.amohammadkhan2015-08-252-1/+22
* [Sync] Remove backend unrecoverable error handlerzea2015-08-074-2/+25
* [Sync] Gracefully handle keychain failureszea2015-07-071-1/+0
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* Make the ChromeOS session name more robust w.r.t. the device type.jdufault2015-07-072-11/+24
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* [Sync] Don't crash for encryption errorszea2015-06-101-2/+4
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-221-0/+3
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-302-0/+61
* Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...vkuzkokov2015-04-282-61/+0
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-272-0/+61
* Add one test for Cryptographer::InstallKeysmalets2015-02-191-0/+46
* Re-enable some sync_unit_testshichris1232015-02-182-14/+2
* Hook up wallet card and address syncbrettw2015-02-121-0/+3
* Add a datatype for supervised user whitelists.bauerb2014-12-161-0/+3
* Add UMA counting for Sync Attachments response codes.maxbogue2014-11-241-3/+8
* sync: add WIFI_CREDENTIALS protobuf, ModelType, and preferencequiche2014-10-301-0/+3
* Revert enhanced bookmarks sync datatypewittman2014-10-281-3/+0
* Standardize usage of virtual/override/final in sync/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-061-1/+1
* Add enhanced bookmarks sync datatypeMike Wittman2014-10-011-0/+3
* Ensure syncer::internal::GetComputerName returns a UTF-8 string.maniscalco2014-08-283-4/+15
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-3/+3
* sync: Finish non-blocking type encryption supportrlarocque@chromium.org2014-08-163-1/+84
* sync: Add non-blocking type encryption (retry)rlarocque@chromium.org2014-08-062-3/+10
* Revert of sync: Add non-blocking type encryption support (https://codereview....thestig@chromium.org2014-08-052-10/+3
* sync: Add non-blocking type encryption supportrlarocque@chromium.org2014-08-052-3/+10
* Rename "managed (mode|user)" to "supervised user" (part 1)treib@chromium.org2014-06-121-3/+3
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* New Sync datatype for Synced Notifications App Infopetewil@chromium.org2014-01-291-0/+3
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* Add Sync datatype for shared managed user settings.bauerb@chromium.org2013-12-191-0/+3
* Add AppListSpecifics .proto definition and support codestevenjb@chromium.org2013-12-111-0/+3
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-112-6/+6
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-112-6/+6
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-102-6/+6
* Replace kChromeOSReleaseBoard with SysInfo::GetLsbReleaseBoard()stevenjb@chromium.org2013-10-283-46/+8