1. d3accda Modified Value::GetAsDouble so the function returns true when the object holds an Integer. by [email protected] · 14 years ago
  2. e36eaac Let the method ListValue::AppendIfNotPresent always take ownership of the |in_value|. In any cases. What is passed in get's owned. by [email protected] · 14 years ago
  3. 8703b2b Move FilePath <-> Value conversions into a separate file. by [email protected] · 14 years ago
  4. 68d9d35 Add MoveToThread method to PrefMember to make it safe to read pref values from other threads. by [email protected] · 15 years ago
  5. fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
  6. 16f47e08 Made return types of various Value::DeepCopy() implementations more specific by [email protected] · 15 years ago
  7. 9989c9bb Make the order of methods in the cc files match the headers in base/. by [email protected] · 15 years ago
  8. f00768e Handle policy refresh internally in ConfigurationPolicyPrefStore. by [email protected] · 15 years ago
  9. 81f9fe0b JavaScript to Value bridge. by [email protected] · 15 years ago
  10. 73c4793 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by [email protected] · 15 years ago
  11. b75b829 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 [email protected] · 15 years ago
  12. dc1f244 Fix DictionaryValue::Equals() to also detect differences in key names. by [email protected] · 15 years ago
  13. 9992266 Remove remaining deprecated wstring methods from base/values.{cc,h}. by [email protected] · 15 years ago
  14. a65175d Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dictionary,List}(). by [email protected] · 15 years ago
  15. dc9a676 Remove deprecated wstring Get(As)String() methods from Value, etc. by [email protected] · 15 years ago
  16. 16b52716 Remove (deprecated) wstring version of Value::CreateStringValue(). by [email protected] · 15 years ago
  17. 8b6e84a Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by [email protected] · 15 years ago
  18. a60153f0 Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s. by [email protected] · 15 years ago
  19. b5ff342 Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. by [email protected] · 15 years ago
  20. 9001854 Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by [email protected] · 15 years ago
  21. 19bcbfa9 Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpansion(). by [email protected] · 15 years ago
  22. bc38b2c Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8). by [email protected] · 15 years ago
  23. 698f7f4 Rename GetStringAsUTF16() to GetString() (and overload), etc. by [email protected] · 15 years ago
  24. ff4c1d8 Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). by [email protected] · 15 years ago
  25. 4aeb9408 Add dictionary comparing functions to DictionaryValue and unit tests by [email protected] · 15 years ago
  26. e2e593d Remove Value/StringValue's ...UTF16() methods in favour of overloading. by [email protected] · 15 years ago
  27. e7b418b Convert DictionaryValue's keys to std::string (from wstring). by [email protected] · 15 years ago
  28. 46f89e14 Compress and checksum pending logs that are going to be persisted. Persisted logs now have the following format: by [email protected] · 15 years ago
  29. 3a3d4747 Move implementation from header to source. by [email protected] · 15 years ago
  30. c378cca Preference provider implementation backed by JSON files in a directory. by [email protected] · 15 years ago
  31. 84064220 Add notifications to allow desktop notification permissions to be synced. by [email protected] · 15 years ago
  32. ac57988 Revert 44234 - Add notifications to allow desktop notification permissions to be synced. by [email protected] · 15 years ago
  33. a641374 Add notifications to allow desktop notification permissions to be synced. by [email protected] · 15 years ago
  34. c604a55 Allowing MSI mode detection to work from the master preferences file. by [email protected] · 15 years ago
  35. 9430e4b importer: use FilePath instead of wstring in some places by [email protected] · 16 years ago
  36. 9101ef1e Add string16 methods to JSON value classes. by [email protected] · 16 years ago
  37. 99efb7b1 Extensions: file handling clean up. by [email protected] · 16 years ago
  38. ec330b5 Remove emtpy lists and empty dictionaries from Preferences and by [email protected] · 16 years ago
  39. 6832cbe Fix a memory leak when calling the one-arg form of ListValue::Remove(). by [email protected] · 16 years ago
  40. 37f46b4 Try to fix spurious gcc warning. by [email protected] · 16 years ago
  41. 4dad9ad8 Many changes to DictionaryValues: by [email protected] · 16 years ago
  42. 047a03f Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by [email protected] · 16 years ago
  43. e4dad9fb Modify extension request IPC messages to pass a ListValue instead of a string. by [email protected] · 16 years ago
  44. 2b9d458 Coverity: Remove the check for index < 0 because index is a size_t and can never be < 0. by [email protected] · 16 years ago
  45. 7867cd0 Landing tfarina patch. See http://codereview.chromium.org/195040/show by [email protected] · 16 years ago
  46. 86c008e8 override chrome:// URLs via extensions. by [email protected] · 16 years ago
  47. e7f5c6f Implement the popup blocking whitelist pref. This makes the whitelist actually function.BUG=11440 by [email protected] · 16 years ago
  48. 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
  49. 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
  50. 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  51. 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
  52. 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  53. f82fb495 Flesh out ListValue class. by [email protected] · 17 years ago
  54. 4cd5f6a Added std::string to Value via Set/GetString overloading. by [email protected] · 17 years ago
  55. e8749c9 Revert "Added std::string to Value via Set/GetString overloading." by [email protected] · 17 years ago
  56. 3e9fe53 Added std::string to Value via Set/GetString overloading. by [email protected] · 17 years ago
  57. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  58. abb9d0c 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 [email protected] · 17 years ago
  59. d7cae12 Add base to the repository. by initial.commit · 17 years ago