summaryrefslogtreecommitdiffstats
path: root/base/values.h
Commit message (Expand)AuthorAgeFilesLines
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+9
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-0/+3
* Add DictionaryValue::Set and ::SetWithoutPathExpansion functionsestade2015-01-061-3/+6
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-26/+25
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-20/+20
* Remove Create*Value (except CreateNullValue)estade@chromium.org2014-07-251-7/+0
* Clarify Value::Get*()'s interface to reflect the current implementation.gab@chromium.org2014-03-091-0/+10
* libaddressinput - reduce number of copies in storage class by 2estade@chromium.org2014-02-051-0/+6
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-11/+0
* GTTF: Enable glibcxx debug mode for Debug builds by default.phajdan.jr@chromium.org2013-12-101-0/+1
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-271-0/+5
* Fix memory leak in PrefMetricsServicebattre@chromium.org2013-09-111-1/+1
* test IWYU fixups for basemostynb@opera.com2013-09-031-2/+4
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-8/+8
* Add some documentation to Value.brettw@chromium.org2013-07-171-16/+16
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Add operator<< for subtypes of base::Value.pneubeck@google.com2013-04-161-1/+24
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-121-3/+0
* Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...pneubeck@chromium.org2013-03-101-27/+0
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-1/+3
* Revert 183116grt@chromium.org2013-02-181-3/+1
* History: Pass min/max timestamps as query parameters to history server.dubroy@chromium.org2013-02-181-1/+3
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-0/+3
* BinaryValue support for NULL buffer.rpaquay@chromium.org2013-01-081-13/+13
* Add copy and assignment to FundamentalValue and StringValue.estade@chromium.org2012-11-201-13/+5
* Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory.kinaba@chromium.org2012-11-151-2/+3
* Get rid of use of CreateStringValue in chromeos/ directory.estade@chromium.org2012-11-151-3/+2
* This CL provides a general ONC signature which is used for validation and nor...pneubeck@chromium.org2012-11-061-0/+2
* Add some useful features to base::Values:kalman@chromium.org2012-09-141-0/+18
* Add an ostream operator to Value (based on JSONWriter) so that assertionskalman@chromium.org2012-09-121-0/+3
* Clean-up inline members of nested classes (base/)hans@chromium.org2012-08-101-5/+6
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-4/+8
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-8/+18
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* persist known media galleries (only directories for now)estade@chromium.org2012-07-031-0/+4
* Reverting due to memory waterfall failures.jhawkins@chromium.org2012-05-201-13/+13
* Allowed BinaryValue to take a NULL buffer.mitchellwrosen@chromium.org2012-05-191-13/+13
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-9/+6
* Coverity: Fix a leak.jhawkins@chromium.org2012-05-091-5/+6
* Value::GetAsDictionarybattre@chromium.org2011-11-261-0/+7
* Add a key/value iterator to DictionaryValue (in addition to the existing keykalman@chromium.org2011-11-081-0/+18
* Adds Find method to the ListValue class.pastarmovj@chromium.org2011-09-191-0/+5
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-5/+0
* base: Add AsBinary() function to Value API.tfarina@chromium.org2011-08-251-0/+2
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-0/+3
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-241-15/+2
* Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)satorux@chromium.org2011-08-241-0/+8
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-231-2/+7
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-2/+3
* base: Rename ValueType to something less redundant as _just_ Type.tfarina@chromium.org2011-08-121-6/+6