summaryrefslogtreecommitdiffstats
path: root/rlz/chromeos
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in rlz/.avi2015-12-222-4/+8
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-2/+2
* Cleanup: Pass std::string as const reference from rlz/ki.stfu2015-09-202-6/+7
* Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptrestade2015-05-231-2/+2
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-4/+4
* Fix {virtual,override,final} build failures on official CrOS build.Daniel Cheng2015-01-241-28/+25
* Replace OVERRIDE with its C++11 counterparts in src/rlzr.nagaraj2014-10-091-15/+15
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+8
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-8/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+8
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-301-2/+2
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+2
* Add base:: to string16 in rlz/.dbeam@chromium.org2013-12-191-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-2/+2
* Drop unused variable in rlz_value_store_chromeos.cc.xhwang@chromium.org2013-10-211-4/+0
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add base:: qualifiers for FilePath uses.msw@chromium.org2013-02-191-3/+3
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-6/+7
* [cros] RlzValueStore made protected by a cross-process lock and not persisted...ivankr@chromium.org2012-11-292-136/+172
* [cros,rlz] Financial ping livelock fix and proper shutdown.ivankr@chromium.org2012-11-162-3/+10
* [cros] RlzValueStore implementation for ChromeOS.ivankr@chromium.org2012-11-093-0/+395