summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Update chrome for new prefs location.brettw2016-02-021-1/+1
* Convert Pass()→std::move() in //chromedcheng2015-12-271-1/+3
* Convert some base/prefs/ methods to scoped_ptr instead of bare ptrestade2015-06-261-5/+7
* chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-101-1/+1
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-061-5/+8
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-231-1/+4
* Revert 242382 "Fix a race condition in preference metric reporting."danakj@chromium.org2013-12-231-4/+1
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-231-1/+4
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Cleanup: Remove deprecated base::Value methods from various chrome sub-direct...thestig@chromium.org2013-02-151-13/+13
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Change PrefStore::ReadResult to a boolean.bauerb@chromium.org2012-11-081-14/+9
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-2/+3
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-3/+2
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-2/+3
* Adding XMPP ping functionality to CloudPrint. XMPP ping and timeout is contro...gene@chromium.org2012-10-261-0/+15
* New Cloud Print Private API.vitalybuka@chromium.org2012-10-081-0/+4
* Removed unnecessary returning by reference to simplify code.vitalybuka@chromium.org2012-09-231-12/+33
* Added ConnectorSettings class to reduce number of arguments and members in cl...vitalybuka@chromium.org2012-09-221-3/+4
* Revert 135222 - it broke multiprofile tests - Use worker pool for IO in JsonP...sergeyu@chromium.org2012-05-071-2/+2
* Use worker pool for IO in JsonPrefStore.sergeyu@chromium.org2012-05-031-2/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+1
* Changed the cloud print connector logic to request the OAuth2 credentials of ...sanjeevr@chromium.org2011-05-061-0/+4
* Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...battre@chromium.org2011-03-251-6/+6
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-081-0/+2
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-8/+8
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-0/+54