- 3371ab0 Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 10 years ago
- c0b00106 Update {virtual,override} to follow C++11 style in base. by nick · 10 years ago
- dda803bd De-duplicate BASE_IMPLEMENTATION define in the GN build. by brettw · 10 years ago
- 9099f49 Fix GN NaCl Debug build of base. by ncbray · 10 years ago
- 9fdfd05 base: Stop passing by non-const references in some more places. by danakj · 10 years ago
- 54a99450 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
- a82ce4efc2 JSONStringValueSerializer takes a StringPiece instead of std::string&. by mgiuca · 11 years ago
- 4ea5490 JSONStringValueSerializer: Constructor argument must not be null. by mgiuca · 11 years ago
- f16b59a Log pref file size histogram on read rather than on write. by gab · 11 years ago
- e5937ef Fix shadowing warning in json_parser on VS2015 by scottmg · 11 years ago
- 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
- 7d09007e Fixes for Clang plugin checks in base/ by dmichael · 11 years ago
- 127772e Allow C++11 Delegated Constructors. by andersr · 11 years ago
- 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
- 073d514d Cleanup: Better constify some strings in base. by thestig · 11 years ago
- 805eabb Convert ARRAYSIZE_UNSAFE -> arraysize in base/. by viettrungluu · 11 years ago
- 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
- 9cf9b94a Fix more disabled MSVC warnings, base/ edition. by pkasting · 11 years ago
- 852bc07c Recursively load mojo packages by Brett Wilson · 11 years ago
- e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
- e5c2a22e Move WriteFile and WriteFileDescriptor from file_util to base namespace. by [email protected] · 11 years ago
- f690ed9 Fix build issues in base/ for Android x64 by [email protected] · 12 years ago
- 4d3cc01 Invalid JSON output when BinaryValue type present as part of input object. by [email protected] · 12 years ago
- e959b8dc Fix braces and indentation in json_writer.cc prior as a precursor for subsequent modifications. by [email protected] · 12 years ago
- 44ea531 JSONWriter cleanups falling out from optimization attempts. by [email protected] · 12 years ago
- bbe1571 Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by [email protected] · 12 years ago
- 11b366d Revert of https://codereview.chromium.org/100823007/ by [email protected] · 12 years ago
- 215d261 Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by [email protected] · 12 years ago
- fb0777a Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code. by [email protected] · 12 years ago
- 7eac0c3f Let JsonDoubleQuote accept StringPiece by [email protected] · 12 years ago
- 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
- d814a885 Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by [email protected] · 12 years ago
- dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
- dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
- 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
- 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
- a43a667b Make base compile with no "using base::Value" in values.h by [email protected] · 12 years ago
- d1a5a2f Use a direct include of strings headers in base/. by [email protected] · 12 years ago
- d529cb0 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
- a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
- 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
- e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- fd1d067b base: Consolidate all test data directories under base/test/data. by [email protected] · 12 years ago
- eb62f726 base: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
- c4803e43 base: Move the rest of JSONValueSerializer unit tests from c/common to base/json. by [email protected] · 12 years ago
- cf0e622 base: Move many JSONValueSerializer unit tests from chrome/common to base. by [email protected] · 12 years ago
- 9e63f95 Handle block comments ending in **/ in the JSON parser by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 13 years ago
- 04af979a Make base compile with no "using base::FilePath". by [email protected] · 13 years ago
- 2055349 Do a giant svn propset svn:eol-style LF on .cc and .h files that by [email protected] · 13 years ago
- 5272b32 Revert 182032 by [email protected] · 13 years ago
- e45e674 Make base compile with no "using base::FilePath". by [email protected] · 13 years ago
- a3f72189 Move utf_offset_string_conversions and utf_string_conversion_utils to strings. by [email protected] · 13 years ago
- dfa049e Move string_number_conversions to base/strings. by [email protected] · 13 years ago
- c472a6c Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numbers in error reports won't confuse users. by [email protected] · 13 years ago
- a899c0b0 Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by [email protected] · 13 years ago
- 7e3ec42c base: Do not use Value::Create* functions. by [email protected] · 13 years ago
- ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
- e00ccc9 GTTF: remove FAILS_ prefix, part 1 by [email protected] · 13 years ago
- fd2ebe6 Implement the JSONParser's hidden root optimization without relying on std::string internals. by [email protected] · 13 years ago
- 72059f1 Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Android by [email protected] · 13 years ago
- 2e58cbd base: Fix minor warnings reported by cppcheck. by [email protected] · 13 years ago
- 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
- c19003d base: Add missing "virtual" keyword and OVERRIDE to some methods. by [email protected] · 13 years ago
- a61890e Correct const accessors in base/values.(h|cc) by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 0bf68e21 Update JSONReader to take base::StringPiece instead of std::string by [email protected] · 13 years ago
- 83b02bf Fix a bug in json parser where a 4 byte unicode character caused us to read an unterminated string from the stack. by [email protected] · 13 years ago
- b319b5fdd Coverity: Remove dead code. by [email protected] · 13 years ago
- 86cac20 Fix a leak in JSONParser::Parse when using hidden root optimizations. by [email protected] · 13 years ago
- 6e680cf Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by [email protected] · 13 years ago
- 4e1ec03 Added support for parsing out data from simple repetitive values that should not be represented with class/structs. by [email protected] · 13 years ago
- 038cf35 JSONValueConverter changes for custom base::Value filed parsing. by [email protected] · 13 years ago
- cd578575 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by [email protected] · 13 years ago
- 40cb8e0c Fix some grammatical errors in base/ by [email protected] · 13 years ago
- b09b083 Fix handling of Unicode BOMs in JSONReader. by [email protected] · 13 years ago
- 27cc5a0 Improve JSONReader performance by up to 55% by using std::string instead of wstring. by [email protected] · 13 years ago
- 6f4fa51 Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. by [email protected] · 13 years ago
- 4abb460 JSONWriter cleanup: integrate pretty print into write options. by [email protected] · 13 years ago
- f601615 Convert CRLF to LF in json_string_value_serializer.cc by [email protected] · 13 years ago
- ba4fb5a Add a new option to JSONWriter, which instructs it not to append '.0' or by [email protected] · 13 years ago
- ffbec69 Break two classes defined in json_value_serializer.cc, .h into separate files. by [email protected] · 14 years ago
- 983b9b7 Remove reinterpret_cast on JSONValueConverter by [email protected] · 14 years ago
- 50fa6f92 Fix a potential memory leak bug. by [email protected] · 14 years ago
- a9b8e0a Use ScopedVector instead of std::vector in case of repeated messages. by [email protected] · 14 years ago
- 6009ca9 Add custom field converter to JSONValueConverter. by [email protected] · 14 years ago
- 261c877e Returns a bool for JSONValueConverter::Convert() by [email protected] · 14 years ago
- 193f946b Add JSONValueConverter. by [email protected] · 14 years ago
- e4f682a Revert 114680 - Remove FRIEND_TEST declarations to improve optimizations by [email protected] · 14 years ago
- d030986 Remove FRIEND_TEST declarations to improve optimizations by [email protected] · 14 years ago
- 225020ce Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() by [email protected] · 14 years ago
- 2455393 Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so. by [email protected] · 14 years ago
- 8d77b63 Allow trailing comma in JSON policy files. by [email protected] · 14 years ago
- b171946 Add OVERRIDE to base/. by [email protected] · 14 years ago
- 113d724 Revert 110021 - Broke CrOS compile by [email protected] · 14 years ago
- 5f4b64f Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so. by [email protected] · 14 years ago
- 967704b base/json: Collapse a condition in ReadHexDigits into a single if clause. by [email protected] · 14 years ago
- f9a65c7 base/json: Use IsAsciiDigit in JSONReader::ReadInt() function. by [email protected] · 14 years ago
- 005bab0 Move json_value_serializer from content/common to base. by [email protected] · 14 years ago