1. d39049b Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 9 years ago
  2. 22632bf Optimize DictionaryValue::Get() by avoiding temp string copies. by asvitkine · 9 years ago
  3. 51a57ab Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr by estade · 9 years ago
  4. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  5. 77a018f Add some more scoped_ptr functions in values.h by estade · 9 years ago
  6. 58322f4 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
  7. b57f3f5 json_schema_compiler: Use std::vector<char> for binary values. by pneubeck · 10 years ago
  8. 948395d Add DictionaryValue::Set and ::SetWithoutPathExpansion functions by estade · 10 years ago
  9. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  10. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  11. 2984a6b Remove Create*Value (except CreateNullValue) by estade@chromium.org · 10 years ago
  12. b3fa814 Clarify Value::Get*()'s interface to reflect the current implementation. by gab@chromium.org · 11 years ago
  13. 0fd309d libaddressinput - reduce number of copies in storage class by 2 by estade@chromium.org · 11 years ago
  14. 557ee9b Remove the Value class names from the global namespace. by avi@chromium.org · 11 years ago
  15. 8e2b208 GTTF: Enable glibcxx debug mode for Debug builds by default. by phajdan.jr@chromium.org · 11 years ago
  16. 903d5c9 Remove JsonPrefStore pruning of empty values on write. by gab@chromium.org · 11 years ago
  17. 5b75823 Fix memory leak in PrefMetricsService by battre@chromium.org · 11 years ago
  18. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  19. ae43e0a Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by bauerb@chromium.org · 11 years ago
  20. 1037483 Add some documentation to Value. by brettw@chromium.org · 11 years ago
  21. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  22. 6671d3f Add operator<< for subtypes of base::Value. by pneubeck@google.com · 11 years ago
  23. d6c6d24 Remove base::DictionaryValue::HasNext. by pneubeck@chromium.org · 11 years ago
  24. 03ed862 Removing base::DictionaryValue::key_iterator which was displaced by DictionaryValue::Iterator. by pneubeck@chromium.org · 12 years ago
  25. af2a396 History: Pass min/max timestamps as query parameters to history server. by dubroy@chromium.org · 12 years ago
  26. fa04b92 Revert 183116 by grt@chromium.org · 12 years ago
  27. 587ef3b History: Pass min/max timestamps as query parameters to history server. by dubroy@chromium.org · 12 years ago
  28. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  29. 7b1dfba BinaryValue support for NULL buffer. by rpaquay@chromium.org · 12 years ago
  30. e2d2b72 Add copy and assignment to FundamentalValue and StringValue. by estade@chromium.org · 12 years ago
  31. d3f18cb Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory. by kinaba@chromium.org · 12 years ago
  32. 27dabf6 Get rid of use of CreateStringValue in chromeos/ directory. by estade@chromium.org · 12 years ago
  33. 3b60054 This CL provides a general ONC signature which is used for validation and normalization. by pneubeck@chromium.org · 12 years ago
  34. 5081d8e Add some useful features to base::Values: by kalman@chromium.org · 12 years ago
  35. 829cf75 Add an ostream operator to Value (based on JSONWriter) so that assertions by kalman@chromium.org · 12 years ago
  36. d5d38e3 Clean-up inline members of nested classes (base/) by hans@chromium.org · 12 years ago
  37. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  38. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  39. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  40. 52852d5 persist known media galleries (only directories for now) by estade@chromium.org · 12 years ago
  41. 592520e Reverting due to memory waterfall failures. by jhawkins@chromium.org · 12 years ago
  42. 3897f9b Allowed BinaryValue to take a NULL buffer. by mitchellwrosen@chromium.org · 12 years ago
  43. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  44. cbb2239 Coverity: Fix a leak. by jhawkins@chromium.org · 12 years ago
  45. 29eaa25 Value::GetAsDictionary by battre@chromium.org · 13 years ago
  46. 1604ad6 Add a key/value iterator to DictionaryValue (in addition to the existing key by kalman@chromium.org · 13 years ago
  47. 1602a47 Adds Find method to the ListValue class. by pastarmovj@chromium.org · 13 years ago
  48. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  49. e9de08f base: Add AsBinary() function to Value API. by tfarina@chromium.org · 13 years ago
  50. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  51. 8d103c7 Reverts debugging code added in hopes of tracking crash. This also by sky@chromium.org · 13 years ago
  52. 727780e Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) by satorux@chromium.org · 13 years ago
  53. 142c71c Adds some debugging code in hopes of figuring out a crash. As far as I by sky@chromium.org · 13 years ago
  54. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  55. 254780a base: Rename ValueType to something less redundant as _just_ Type. by tfarina@chromium.org · 13 years ago
  56. cc17740 base: Add missing OVERRIDE annotations to overridden methods from Value. by tfarina@chromium.org · 13 years ago
  57. efc0c2b base: Remove CreateBinaryValue() function as it's redundant. by tfarina@chromium.org · 13 years ago
  58. 2c0d0af base: Remove using declaration of FundamentalValue as it's no longer necessary. by tfarina@chromium.org · 13 years ago
  59. 2e2a902 base: Remove using declaration of BinaryValue as it's no longer necessary. by tfarina@chromium.org · 13 years ago
  60. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  61. de3ef41 base: Remove unnecessary using declarations from values.h by tfarina@chromium.org · 13 years ago
  62. 13e5365 Move base/values.h into the base namespace. This includes a cros DEPS roll by dmazzoni@chromium.org · 13 years ago
  63. 6878e50 Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the Profile. by bauerb@chromium.org · 13 years ago
  64. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  65. 71cd130 [Sync] Remove more boilerplate from chrome://sync-internals js files by akalin@chromium.org · 13 years ago
  66. 020e0b1 There's no need to export the key_iterator class, and exporting it by darin@chromium.org · 13 years ago
  67. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  68. 7862187 Let the method ListValue::AppendIfNotPresent always take ownership of the |in_value|. In any cases. What is passed in get's owned. by markusheintz@chromium.org · 14 years ago
  69. fe9f853 Move FilePath <-> Value conversions into a separate file. by bauerb@chromium.org · 14 years ago
  70. 6fca958 Add MoveToThread method to PrefMember to make it safe to read pref values from other threads. by bauerb@chromium.org · 14 years ago
  71. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 14 years ago
  72. 810f92f Made return types of various Value::DeepCopy() implementations more specific by akalin@chromium.org · 14 years ago
  73. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  74. 1f81ad0 Handle policy refresh internally in ConfigurationPolicyPrefStore. by mnissler@chromium.org · 14 years ago
  75. 2d9b43e Add the "virtual" keyword on method overrides that are missing it. by erg@google.com · 14 years ago
  76. 673b876 JavaScript to Value bridge. by scottbyer@google.com · 14 years ago
  77. fbd55e1 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by bauerb@chromium.org · 14 years ago
  78. 5bd5392 Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the rest of Chrome. Allows plugins to have different zoom ranges, and also to update zoom on its own. by jam@chromium.org · 14 years ago
  79. 2031cd8 Initial version of chrome.experimental.sidebar extension API. by brettw@chromium.org · 14 years ago
  80. ee8d340 Remove remaining deprecated wstring methods from base/values.{cc,h}. by viettrungluu@chromium.org · 14 years ago
  81. 4ac27c7 Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dictionary,List}(). by viettrungluu@chromium.org · 14 years ago
  82. 6835465 Remove deprecated wstring Get(As)String() methods from Value, etc. by viettrungluu@chromium.org · 14 years ago
  83. 3ae8610 Remove (deprecated) wstring version of Value::CreateStringValue(). by viettrungluu@chromium.org · 14 years ago
  84. 02e420f Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  85. db939fb Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s. by viettrungluu@chromium.org · 14 years ago
  86. 8da7dce Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. by viettrungluu@chromium.org · 14 years ago
  87. 4603a8d Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by viettrungluu@chromium.org · 14 years ago
  88. 701a5b0 Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  89. 58767ef Rename GetStringAsUTF16() to GetString() (and overload), etc. by viettrungluu@chromium.org · 14 years ago
  90. b7b6aa0 Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). by viettrungluu@chromium.org · 14 years ago
  91. 9884e95 Add dictionary comparing functions to DictionaryValue and unit tests by danno@chromium.org · 14 years ago
  92. 31b80ba Remove Value/StringValue's ...UTF16() methods in favour of overloading. by viettrungluu@chromium.org · 14 years ago
  93. 496dec2 Make ValuesTest use std::strings (instead of wstrings) for dictionary keys. by viettrungluu@chromium.org · 14 years ago
  94. 178423d Convert DictionaryValue's keys to std::string (from wstring). by viettrungluu@chromium.org · 14 years ago
  95. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  96. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  97. 17cee0e Preference provider implementation backed by JSON files in a directory. by mnissler@chromium.org · 14 years ago
  98. b5f742b Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 14 years ago
  99. a08f459 Revert 44234 - Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 14 years ago
  100. 905444f Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 14 years ago