summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-3/+3
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-9/+11
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-1/+1
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-142-7/+7
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-12/+12
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-19/+7
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-302-6/+8
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-2/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* detect preferences errorserikkay@chromium.org2010-04-063-51/+133
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-062-3/+6
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-182-1/+18
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-18/+1
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-1/+18
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-4/+3
* Remove gtest_prod.h include from JSONReader.derat@chromium.org2010-01-211-1/+6
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-254-19/+64
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-032-2/+8
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-239-0/+1912