1. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  2. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  3. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  4. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  5. 6ad83f3 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  6. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  7. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  8. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  9. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  10. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  11. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  12. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  13. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  14. e1acdf8 Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too. by thestig@chromium.org · 11 years ago
  15. 22fab40 dbus: add support for passing file descriptors by sleffler@chromium.org · 12 years ago
  16. 3a56779 Checked the return values of function calls. by khorimoto@chromium.org · 12 years ago
  17. ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 12 years ago
  18. 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 12 years ago
  19. 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 12 years ago