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