summaryrefslogtreecommitdiffstats
path: root/base/values.cc
Commit message (Expand)AuthorAgeFilesLines
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-0/+3
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-0/+10
* Add DictionaryValue::Set and ::SetWithoutPathExpansion functionsestade2015-01-061-6/+16
* Remove Create*Value (except CreateNullValue)estade@chromium.org2014-07-251-25/+0
* Fix typo in base/values.cc from r249102, add a testestade@chromium.org2014-02-111-1/+1
* libaddressinput - reduce number of copies in storage class by 2estade@chromium.org2014-02-051-0/+18
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-301-19/+19
* GTTF: Enable glibcxx debug mode for Debug builds by default.phajdan.jr@chromium.org2013-12-101-0/+2
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-271-2/+22
* Remove commented out logs in base/values.ccgab@chromium.org2013-11-261-3/+0
* Fix memory leak in PrefMetricsServicebattre@chromium.org2013-09-111-1/+1
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+3
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-7/+9
* Make base compile with no "using base::Value" in values.hbrettw@chromium.org2013-06-141-4/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Move BrowserAction references from ExtensionPrefs to ExtensionActionAPIrdevlin.cronin@chromium.org2013-05-091-0/+3
* Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...pneubeck@chromium.org2013-03-101-34/+19
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-2/+2
* Revert 183116grt@chromium.org2013-02-181-2/+2
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-2/+2
* Fix scoped_ptr<T[]> to disallow construction and reset from NULL.dcheng@chromium.org2013-02-021-1/+0
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-10/+6
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* BinaryValue support for NULL buffer.rpaquay@chromium.org2013-01-081-22/+14
* Add copy and assignment to FundamentalValue and StringValue.estade@chromium.org2012-11-201-1/+7
* This CL provides a general ONC signature which is used for validation and nor...pneubeck@chromium.org2012-11-061-0/+9
* Add some useful features to base::Values:kalman@chromium.org2012-09-141-0/+59
* Add an ostream operator to Value (based on JSONWriter) so that assertionskalman@chromium.org2012-09-121-0/+10
* Clean-up inline members of nested classes (base/)hans@chromium.org2012-08-101-0/+12
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-15/+40
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-35/+87
* persist known media galleries (only directories for now)estade@chromium.org2012-07-031-0/+9
* Reverting due to memory waterfall failures.jhawkins@chromium.org2012-05-201-14/+22
* Allowed BinaryValue to take a NULL buffer.mitchellwrosen@chromium.org2012-05-191-22/+14
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-1/+9
* Value::GetAsDictionarybattre@chromium.org2011-11-261-0/+20
* Make DictionaryValue::SetWithoutPathExpansion more efficient.grt@chromium.org2011-10-211-5/+6
* Adds Find method to the ListValue class.pastarmovj@chromium.org2011-09-191-0/+22
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-25/+9
* base: Add AsBinary() function to Value API.tfarina@chromium.org2011-08-251-6/+14
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-3/+11
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-241-9/+1
* Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)satorux@chromium.org2011-08-241-1/+8
* base: Map non-finite double Values to 0.0.derat@chromium.org2011-08-231-2/+5
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-231-1/+2
* base: Add DCHECK that double Values are finite.derat@chromium.org2011-08-171-0/+3
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-8/+6
* base: Rename ValueType to something less redundant as _just_ Type.tfarina@chromium.org2011-08-121-1/+1
* base: Remove CreateBinaryValue() function as it's redundant.tfarina@chromium.org2011-08-111-5/+0