| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -19/+19 |
* | Made return types of various Value::DeepCopy() implementations more specific | akalin@chromium.org | 2011-01-18 | 1 | -11/+67 |
* | Handle policy refresh internally in ConfigurationPolicyPrefStore. | mnissler@chromium.org | 2010-12-23 | 1 | -132/+1 |
* | Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" | bauerb@chromium.org | 2010-12-06 | 1 | -0/+23 |
* | clang/mac: Fix most problems in unittest targets in webkit.gyp | thakis@chromium.org | 2010-10-03 | 1 | -2/+2 |
* | Fix DictionaryValue::Equals() to also detect differences in key names. | mnissler@chromium.org | 2010-08-18 | 1 | -6/+13 |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 1 | -1/+0 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -434/+0 |
* | Remove (deprecated) wstring version of Value::CreateStringValue(). | viettrungluu@chromium.org | 2010-08-15 | 1 | -26/+1 |
* | Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). | viettrungluu@chromium.org | 2010-08-14 | 1 | -17/+1 |
* | Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi... | viettrungluu@chromium.org | 2010-08-14 | 1 | -3/+0 |
* | Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp... | viettrungluu@chromium.org | 2010-08-14 | 1 | -4/+0 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add dictionary comparing functions to DictionaryValue and unit tests | danno@chromium.org | 2010-08-04 | 1 | -22/+153 |
* | Remove Value/StringValue's ...UTF16() methods in favour of overloading. | viettrungluu@chromium.org | 2010-08-03 | 1 | -44/+49 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Make ValuesTest use std::strings (instead of wstrings) for dictionary keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -0/+440 |
* | Preference provider implementation backed by JSON files in a directory. | mnissler@chromium.org | 2010-05-14 | 1 | -1/+46 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+1 |
* | Add string16 methods to JSON value classes. | munjal@chromium.org | 2010-01-15 | 1 | -1/+40 |
* | Remove emtpy lists and empty dictionaries from Preferences and | tony@chromium.org | 2009-12-02 | 1 | -0/+75 |
* | Fix a memory leak when calling the one-arg form of ListValue::Remove(). | pkasting@chromium.org | 2009-11-30 | 1 | -0/+10 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -2/+24 |
* | Minor Coverity nit: Unit test leaking data if failure occurs. | finnur@chromium.org | 2009-07-03 | 1 | -9/+7 |
* | Use scoped_ptr to prevent memory leaks on test failures. | patrick@chromium.org | 2009-03-24 | 1 | -19/+12 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -58/+53 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -53/+58 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -54/+53 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -53/+54 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Flesh out ListValue class. | aa@chromium.org | 2009-01-20 | 1 | -0/+36 |
* | Added std::string to Value via Set/GetString overloading. | scherkus@chromium.org | 2008-12-11 | 1 | -4/+44 |
* | Revert "Added std::string to Value via Set/GetString overloading." | scherkus@chromium.org | 2008-12-10 | 1 | -44/+4 |
* | Added std::string to Value via Set/GetString overloading. | scherkus@chromium.org | 2008-12-10 | 1 | -4/+44 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix the final few remaining warnings in base | mmentovai@google.com | 2008-08-21 | 1 | -8/+8 |
* | Revert r966, as it broke the Windows build. | evanm@google.com | 2008-08-15 | 1 | -8/+8 |
* | Fix signed/unsigned in prep for -Wall. | evanm@google.com | 2008-08-15 | 1 | -8/+8 |
* | rollback r922 to fix windows bustage | darin@google.com | 2008-08-15 | 1 | -8/+8 |
* | Fix more compiler warnings. | darin@google.com | 2008-08-15 | 1 | -8/+8 |
* | Don't cast negative values to unsigned. This eliminates warnings in GCC. | deanm@google.com | 2008-08-13 | 1 | -1/+4 |
* | Fix some warnings. | evanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+403 |