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