| Commit message (Expand) | Author | Age | Files | Lines |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -0/+20 |
* | Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ... | bauerb@chromium.org | 2011-07-12 | 1 | -0/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | [Sync] Remove more boilerplate from chrome://sync-internals js files | akalin@chromium.org | 2011-05-10 | 1 | -0/+5 |
* | There's no need to export the key_iterator class, and exporting it | darin@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -8/+9 |
* | Let the method ListValue::AppendIfNotPresent always take ownership of the |in... | markusheintz@chromium.org | 2011-03-18 | 1 | -2/+3 |
* | Move FilePath <-> Value conversions into a separate file. | bauerb@chromium.org | 2011-03-15 | 1 | -4/+0 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 1 | -3/+7 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -9/+9 |
* | Made return types of various Value::DeepCopy() implementations more specific | akalin@chromium.org | 2011-01-18 | 1 | -10/+13 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -30/+30 |
* | Handle policy refresh internally in ConfigurationPolicyPrefStore. | mnissler@chromium.org | 2010-12-23 | 1 | -21/+0 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -10/+10 |
* | JavaScript to Value bridge. | scottbyer@google.com | 2010-12-07 | 1 | -0/+2 |
* | Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" | bauerb@chromium.org | 2010-12-06 | 1 | -0/+4 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -0/+2 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -0/+5 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -21/+0 |
* | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 1 | -10/+0 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -13/+0 |
* | Remove (deprecated) wstring version of Value::CreateStringValue(). | viettrungluu@chromium.org | 2010-08-15 | 1 | -3/+0 |
* | Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). | viettrungluu@chromium.org | 2010-08-14 | 1 | -2/+0 |
* | Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi... | viettrungluu@chromium.org | 2010-08-14 | 1 | -8/+0 |
* | Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. | viettrungluu@chromium.org | 2010-08-14 | 1 | -1/+0 |
* | Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp... | viettrungluu@chromium.org | 2010-08-14 | 1 | -4/+0 |
* | Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa... | viettrungluu@chromium.org | 2010-08-13 | 1 | -2/+0 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 1 | -12/+7 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -3/+5 |
* | Add dictionary comparing functions to DictionaryValue and unit tests | danno@chromium.org | 2010-08-04 | 1 | -0/+21 |
* | Remove Value/StringValue's ...UTF16() methods in favour of overloading. | viettrungluu@chromium.org | 2010-08-03 | 1 | -10/+16 |
* | Make ValuesTest use std::strings (instead of wstrings) for dictionary keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -13/+16 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -38/+80 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -10/+7 |
* | Preference provider implementation backed by JSON files in a directory. | mnissler@chromium.org | 2010-05-14 | 1 | -0/+6 |
* | Add notifications to allow desktop notification permissions to be synced. | zork@chromium.org | 2010-04-12 | 1 | -0/+4 |
* | Revert 44234 - Add notifications to allow desktop notification permissions to... | zork@chromium.org | 2010-04-12 | 1 | -4/+0 |
* | Add notifications to allow desktop notification permissions to be synced. | zork@chromium.org | 2010-04-12 | 1 | -0/+4 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -10/+10 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -3/+5 |
* | importer: use FilePath instead of wstring in some places | evan@chromium.org | 2010-02-19 | 1 | -0/+7 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+4 |
* | Add string16 methods to JSON value classes. | munjal@chromium.org | 2010-01-15 | 1 | -0/+15 |
* | Extensions: file handling clean up. | estade@chromium.org | 2009-12-18 | 1 | -0/+1 |
* | Remove emtpy lists and empty dictionaries from Preferences and | tony@chromium.org | 2009-12-02 | 1 | -0/+7 |
* | Fix a memory leak when calling the one-arg form of ListValue::Remove(). | pkasting@chromium.org | 2009-11-30 | 1 | -2/+2 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -14/+39 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+2 |
* | Landing tfarina patch. See http://codereview.chromium.org/195040/show | jcampan@chromium.org | 2009-09-14 | 1 | -20/+21 |