1. 2e74917 dbus: replace base::MakeUnique with std::make_unique by Ben Chan · 7 years ago
  2. 2c0ad2e Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 7 years ago
  3. c6b8178 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 7 years ago
  4. 45c13a7 Remove base::Value::SetBooleanWithoutPathExpansion by jdoerrie · 7 years ago
  5. be3a2ae Remove raw DictionaryValue::Set by jdoerrie · 7 years ago
  6. 92a162d Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  7. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  8. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  9. 7219b06 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  10. ef1ad82 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus by dcheng · 8 years ago
  11. 6ad83f3 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  12. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  13. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  14. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  15. acb4c7e dbus/values_util_unittest.cc: use sqrt from cmath by Hans Wennborg · 9 years ago
  16. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  17. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  18. f0b7eac Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to write dbus:: everywhere. Remove some other dbus:: usages in the dbus namespace. by thestig@chromium.org · 11 years ago
  19. e1acdf8 Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too. by thestig@chromium.org · 11 years ago
  20. 09e048a dbus: Fix a crash in dbus_unittests that happens on Ubuntu 11.10 by satorux@chromium.org · 12 years ago
  21. 5e612da dbus: Fix a bunch of memory leaks in dbus_unittests by satorux@chromium.org · 12 years ago
  22. ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 12 years ago
  23. 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 12 years ago
  24. 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 12 years ago