1. 333256c dbus: replace NULL with nullptr by Ben Chan · 7 years ago
  2. 2e74917 dbus: replace base::MakeUnique with std::make_unique by Ben Chan · 7 years ago
  3. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  4. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  5. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  6. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  7. 0d1295b Remove base::StringValue by jdoerrie · 8 years ago
  8. bfe825e Remove base::FundamentalValue by jdoerrie · 8 years ago
  9. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  10. 6ad83f3 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  11. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  12. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 9 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. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  16. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  17. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  18. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  19. e1acdf8 Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too. by thestig@chromium.org · 12 years ago
  20. 22fab40 dbus: add support for passing file descriptors by sleffler@chromium.org · 13 years ago
  21. 3a56779 Checked the return values of function calls. by khorimoto@chromium.org · 13 years ago
  22. ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 13 years ago
  23. 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 13 years ago
  24. 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 13 years ago