summaryrefslogtreecommitdiffstats
path: root/base/values.cc
Commit message (Expand)AuthorAgeFilesLines
* Extensions: file handling clean up.estade@chromium.org2009-12-181-0/+8
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-021-42/+99
* Fix a memory leak when calling the one-arg form of ListValue::Remove().pkasting@chromium.org2009-11-301-0/+1
* Try to fix spurious gcc warning.pkasting@chromium.org2009-11-251-2/+2
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-87/+142
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+2
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+2
* Coverity: Remove the check for index < 0 because index is a size_t and can ne...jhawkins@chromium.org2009-09-301-1/+1
* Landing tfarina patch. See http://codereview.chromium.org/195040/showjcampan@chromium.org2009-09-141-2/+2
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-2/+13
* Implement the popup blocking whitelist pref. This makes the whitelist actual...pkasting@chromium.org2009-05-091-14/+14
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* revert broken change 10833nsylvain@chromium.org2009-03-031-36/+34
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-34/+36
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-36/+34
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-34/+36
* Flesh out ListValue class.aa@chromium.org2009-01-201-3/+58
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-111-2/+43
* Revert "Added std::string to Value via Set/GetString overloading."scherkus@chromium.org2008-12-101-39/+3
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-101-3/+39
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Portability fix for Value. The MSVC CRT doesn't complain about memcpy_s unle...mmentovai@google.com2008-08-061-2/+1
* Add base to the repository.initial.commit2008-07-261-0/+583