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