summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-241-65/+16
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-231-16/+65
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* Fixed regression: various preferences were not persisted when changed from in...battre@chromium.org2011-07-141-1/+2
* Uninitialized members in FileThreadDeserializer.finnur@chromium.org2011-06-141-1/+3
* Adds async interface method, which is used by JsonPrefStore. Also see the bug...altimofeev@chromium.org2011-05-111-54/+66
* Silence log spam by json_pref_store.cc:phajdan.jr@chromium.org2011-05-091-1/+1
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-191-52/+170
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...altimofeev@chromium.org2011-04-131-170/+52
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-131-52/+170
* Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...battre@chromium.org2011-03-251-2/+12
* Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs.dilmah@chromium.org2011-03-251-3/+7
* Fix missing change notifications of UserPrefStorebattre@chromium.org2011-03-071-0/+4
* Reduce console spam.evan@chromium.org2011-01-261-7/+0
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-1/+40
* Gracefully handle the case of empty preference file names in PrefValueStore.mnissler@chromium.org2010-09-031-1/+4
* Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...sanjeevr@chromium.org2010-05-211-0/+130