| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify the interface of JSONStringValueSerializer::Deserialize which can onl... | gab@chromium.org | 2013-11-21 | 3 | -1/+6 |
* | Let JsonDoubleQuote accept StringPiece | wangxianzhu@chromium.org | 2013-09-06 | 3 | -11/+15 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 3 | -4/+4 |
* | Make element removal methods in DictionaryValue and ListValue take scoped_ptr... | bauerb@chromium.org | 2013-08-06 | 2 | -30/+24 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -4/+2 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 3 | -9/+9 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Make base compile with no "using base::Value" in values.h | brettw@chromium.org | 2013-06-14 | 4 | -15/+18 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 5 | -6/+6 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 5 | -5/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | base: Consolidate all test data directories under base/test/data. | tfarina@chromium.org | 2013-04-07 | 1 | -4/+3 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 6 | -6/+6 |
* | base: Move the rest of JSONValueSerializer unit tests from c/common to base/j... | tfarina@chromium.org | 2013-03-28 | 1 | -0/+99 |
* | base: Move many JSONValueSerializer unit tests from chrome/common to base. | tfarina@chromium.org | 2013-03-20 | 5 | -5/+223 |
* | Handle block comments ending in **/ in the JSON parser | tapted@chromium.org | 2013-03-14 | 2 | -2/+18 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 2 | -2/+2 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-16 | 2 | -2/+4 |
* | Do a giant svn propset svn:eol-style LF on .cc and .h files that | jln@chromium.org | 2013-02-14 | 1 | -77/+77 |
* | Revert 182032 | brettw@chromium.org | 2013-02-12 | 2 | -4/+2 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-12 | 2 | -2/+4 |
* | Move utf_offset_string_conversions and utf_string_conversion_utils to strings. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Move string_number_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 2 | -2/+2 |
* | Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numb... | fangjue23303@gmail.com | 2013-02-05 | 2 | -3/+18 |
* | Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o... | pneubeck@chromium.org | 2013-01-18 | 1 | -11/+8 |
* | base: Do not use Value::Create* functions. | tfarina@chromium.org | 2012-12-16 | 2 | -19/+18 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | GTTF: remove FAILS_ prefix, part 1 | phajdan.jr@chromium.org | 2012-11-01 | 1 | -2/+1 |
* | Implement the JSONParser's hidden root optimization without relying on std::s... | rsesek@chromium.org | 2012-09-27 | 1 | -24/+13 |
* | Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Android | yongsheng.zhu@intel.com | 2012-08-23 | 1 | -1/+4 |
* | base: Fix minor warnings reported by cppcheck. | tfarina@chromium.org | 2012-08-06 | 1 | -1/+1 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 2 | -4/+4 |
* | base: Add missing "virtual" keyword and OVERRIDE to some methods. | tfarina@chromium.org | 2012-07-31 | 1 | -3/+3 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 2 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 7 | -7/+0 |
* | Update JSONReader to take base::StringPiece instead of std::string | mitchellwrosen@chromium.org | 2012-06-02 | 4 | -9/+11 |
* | Fix a bug in json parser where a 4 byte unicode character caused us to read a... | tommi@chromium.org | 2012-05-30 | 2 | -1/+16 |
* | Coverity: Remove dead code. | jhawkins@chromium.org | 2012-05-18 | 1 | -6/+0 |
* | Fix a leak in JSONParser::Parse when using hidden root optimizations. | rsesek@chromium.org | 2012-05-16 | 1 | -2/+2 |
* | Rewrite base::JSONReader to be 35-40% faster, depending on the input string. | rsesek@chromium.org | 2012-05-16 | 6 | -947/+1780 |
* | Added support for parsing out data from simple repetitive values that should ... | zelidrag@chromium.org | 2012-05-03 | 2 | -0/+79 |
* | JSONValueConverter changes for custom base::Value filed parsing. | zelidrag@chromium.org | 2012-04-13 | 2 | -1/+46 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 5 | -85/+94 |
* | Fix some grammatical errors in base/ | gavinp@chromium.org | 2012-04-02 | 1 | -1/+1 |
* | Fix handling of Unicode BOMs in JSONReader. | rsesek@chromium.org | 2012-03-28 | 2 | -3/+24 |
* | Improve JSONReader performance by up to 55% by using std::string instead of w... | rsesek@chromium.org | 2012-03-24 | 3 | -55/+162 |