1. 5081d8e Add some useful features to base::Values: by kalman@chromium.org · 12 years ago
  2. 829cf75 Add an ostream operator to Value (based on JSONWriter) so that assertions by kalman@chromium.org · 12 years ago
  3. d5d38e3 Clean-up inline members of nested classes (base/) by hans@chromium.org · 12 years ago
  4. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  5. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  6. 52852d5 persist known media galleries (only directories for now) by estade@chromium.org · 12 years ago
  7. 592520e Reverting due to memory waterfall failures. by jhawkins@chromium.org · 12 years ago
  8. 3897f9b Allowed BinaryValue to take a NULL buffer. by mitchellwrosen@chromium.org · 12 years ago
  9. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  10. 29eaa25 Value::GetAsDictionary by battre@chromium.org · 13 years ago
  11. 4c73d40 Make DictionaryValue::SetWithoutPathExpansion more efficient. by grt@chromium.org · 13 years ago
  12. 1602a47 Adds Find method to the ListValue class. by pastarmovj@chromium.org · 13 years ago
  13. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  14. e9de08f base: Add AsBinary() function to Value API. by tfarina@chromium.org · 13 years ago
  15. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  16. 8d103c7 Reverts debugging code added in hopes of tracking crash. This also by sky@chromium.org · 13 years ago
  17. 727780e Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) by satorux@chromium.org · 13 years ago
  18. a40267d base: Map non-finite double Values to 0.0. by derat@chromium.org · 13 years ago
  19. 142c71c Adds some debugging code in hopes of figuring out a crash. As far as I by sky@chromium.org · 13 years ago
  20. af8c8f0 base: Add DCHECK that double Values are finite. by derat@chromium.org · 13 years ago
  21. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  22. 254780a base: Rename ValueType to something less redundant as _just_ Type. by tfarina@chromium.org · 13 years ago
  23. efc0c2b base: Remove CreateBinaryValue() function as it's redundant. by tfarina@chromium.org · 13 years ago
  24. de3ef41 base: Remove unnecessary using declarations from values.h by tfarina@chromium.org · 13 years ago
  25. 6878e50 Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the Profile. by bauerb@chromium.org · 13 years ago
  26. 0b18b53 Modified Value::GetAsDouble so the function returns true when the object holds an Integer. by yusukes@google.com · 13 years ago
  27. 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
  28. fe9f853 Move FilePath <-> Value conversions into a separate file. by bauerb@chromium.org · 14 years ago
  29. 6fca958 Add MoveToThread method to PrefMember to make it safe to read pref values from other threads. by bauerb@chromium.org · 14 years ago
  30. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 14 years ago
  31. 810f92f Made return types of various Value::DeepCopy() implementations more specific by akalin@chromium.org · 14 years ago
  32. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  33. 1f81ad0 Handle policy refresh internally in ConfigurationPolicyPrefStore. by mnissler@chromium.org · 14 years ago
  34. 673b876 JavaScript to Value bridge. by scottbyer@google.com · 14 years ago
  35. fbd55e1 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by bauerb@chromium.org · 14 years ago
  36. 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
  37. fd5fde9 Fix DictionaryValue::Equals() to also detect differences in key names. by mnissler@chromium.org · 14 years ago
  38. ee8d340 Remove remaining deprecated wstring methods from base/values.{cc,h}. by viettrungluu@chromium.org · 14 years ago
  39. 4ac27c7 Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dictionary,List}(). by viettrungluu@chromium.org · 14 years ago
  40. 6835465 Remove deprecated wstring Get(As)String() methods from Value, etc. by viettrungluu@chromium.org · 14 years ago
  41. 3ae8610 Remove (deprecated) wstring version of Value::CreateStringValue(). by viettrungluu@chromium.org · 14 years ago
  42. 02e420f Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  43. db939fb Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s. by viettrungluu@chromium.org · 14 years ago
  44. 8da7dce Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. by viettrungluu@chromium.org · 14 years ago
  45. 4603a8d Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by viettrungluu@chromium.org · 14 years ago
  46. 701a5b0 Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  47. 4c86b85 Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8). by viettrungluu@chromium.org · 14 years ago
  48. 58767ef Rename GetStringAsUTF16() to GetString() (and overload), etc. by viettrungluu@chromium.org · 14 years ago
  49. b7b6aa0 Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). by viettrungluu@chromium.org · 14 years ago
  50. 9884e95 Add dictionary comparing functions to DictionaryValue and unit tests by danno@chromium.org · 14 years ago
  51. 31b80ba Remove Value/StringValue's ...UTF16() methods in favour of overloading. by viettrungluu@chromium.org · 14 years ago
  52. 178423d Convert DictionaryValue's keys to std::string (from wstring). by viettrungluu@chromium.org · 14 years ago
  53. 5c7f631 Compress and checksum pending logs that are going to be persisted. Persisted logs now have the following format: by ziadh@chromium.org · 14 years ago
  54. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  55. 17cee0e Preference provider implementation backed by JSON files in a directory. by mnissler@chromium.org · 14 years ago
  56. b5f742b Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 15 years ago
  57. a08f459 Revert 44234 - Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 15 years ago
  58. 905444f Add notifications to allow desktop notification permissions to be synced. by zork@chromium.org · 15 years ago
  59. 9fb9e37 Allowing MSI mode detection to work from the master preferences file. by robertshield@chromium.org · 15 years ago
  60. d9ab8de importer: use FilePath instead of wstring in some places by evan@chromium.org · 15 years ago
  61. 3b2d3a4 Add string16 methods to JSON value classes. by munjal@chromium.org · 15 years ago
  62. 8f158c3 Extensions: file handling clean up. by estade@chromium.org · 15 years ago
  63. e4948ab Remove emtpy lists and empty dictionaries from Preferences and by tony@chromium.org · 15 years ago
  64. dfe6a69 Fix a memory leak when calling the one-arg form of ListValue::Remove(). by pkasting@chromium.org · 15 years ago
  65. 8535dc2 Try to fix spurious gcc warning. by pkasting@chromium.org · 15 years ago
  66. 36515db Many changes to DictionaryValues: by pkasting@chromium.org · 15 years ago
  67. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 15 years ago
  68. 554d431 Modify extension request IPC messages to pass a ListValue instead of a string. by mpcomplete@chromium.org · 15 years ago
  69. 33edb6b Coverity: Remove the check for index < 0 because index is a size_t and can never be < 0. by jhawkins@chromium.org · 15 years ago
  70. d110567 Landing tfarina patch. See http://codereview.chromium.org/195040/show by jcampan@chromium.org · 15 years ago
  71. 9034a23 override chrome:// URLs via extensions. by erikkay@chromium.org · 15 years ago
  72. 727139c Implement the popup blocking whitelist pref. This makes the whitelist actually function.BUG=11440 by pkasting@chromium.org · 15 years ago
  73. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  74. 1242667 revert broken change 10833 by nsylvain@chromium.org · 16 years ago
  75. 14e0b9a Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  76. af7af1d Revert dsh's change 10818 by nsylvain@chromium.org · 16 years ago
  77. 7258e86 Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  78. c93b02f Flesh out ListValue class. by aa@chromium.org · 16 years ago
  79. 2b923e7 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  80. 5ad6276 Revert "Added std::string to Value via Set/GetString overloading." by scherkus@chromium.org · 16 years ago
  81. 92bc0d4 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  82. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  83. 4a5b627 Portability fix for Value. The MSVC CRT doesn't complain about memcpy_s unless _CRT_SECURE_DEPRECATE_MEMORY is defined (and it isn't); there are no other callers of memcpy_s in base. (And seriously, what's an extra count argument supposed to solve, anyway?) current_entry_type is dropped because it's unused. A virtual destructor is added to ValueSerializer to conform to the style guide and quiet gcc's helpful warning. by mmentovai@google.com · 16 years ago
  84. 3f4a732 Add base to the repository. by initial.commit · 16 years ago