summaryrefslogtreecommitdiffstats
path: root/dbus/values_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in dbus/.avi2015-12-221-7/+7
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-2/+2
* dbus/values_util.h: Add functions to append collection type values to message.armansito@chromium.org2014-05-221-0/+51
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too.thestig@chromium.org2013-02-121-21/+22
* dbus: add support for passing file descriptorssleffler@chromium.org2012-03-301-0/+5
* Checked the return values of function calls.khorimoto@chromium.org2012-03-281-4/+8
* Add dbus::AppendBasicTypeValueDatahashimoto@chromium.org2012-03-241-0/+61
* Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dotshashimoto@chromium.org2012-03-201-1/+1
* Add dbus::PopDataAsValuehashimoto@chromium.org2012-03-161-0/+185