1. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  2. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
  3. 103973a Fix build issues in base/ for Android x64 by yang.gu@intel.com · 11 years ago
  4. 71ec72b Invalid JSON output when BinaryValue type present as part of input object. by tsepez@chromium.org · 11 years ago
  5. 1d7a4c4 Fix braces and indentation in json_writer.cc prior as a precursor for subsequent modifications. by tsepez@chromium.org · 11 years ago
  6. edbdd40 JSONWriter cleanups falling out from optimization attempts. by gab@chromium.org · 11 years ago
  7. dc66ca7 Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by rsesek@chromium.org · 11 years ago
  8. 5c31094 Revert of https://codereview.chromium.org/100823007/ by antrim@chromium.org · 11 years ago
  9. ddbee0a Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by rsesek@chromium.org · 11 years ago
  10. 6766700 Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code. by gab@chromium.org · 11 years ago
  11. e6b74f1 Let JsonDoubleQuote accept StringPiece by wangxianzhu@chromium.org · 11 years ago
  12. 1abc696 Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  13. ae43e0a Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by bauerb@chromium.org · 11 years ago
  14. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  15. 5a112e7 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 11 years ago
  16. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  17. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  18. 88aa655 Make base compile with no "using base::Value" in values.h by brettw@chromium.org · 11 years ago
  19. b705214 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  20. 67d593d Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  21. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  22. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  23. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  24. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  25. d05540d base: Consolidate all test data directories under base/test/data. by tfarina@chromium.org · 12 years ago
  26. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 12 years ago
  27. e659804 base: Move the rest of JSONValueSerializer unit tests from c/common to base/json. by tfarina@chromium.org · 12 years ago
  28. 4af74f5 base: Move many JSONValueSerializer unit tests from chrome/common to base. by tfarina@chromium.org · 12 years ago
  29. 4b60cba Handle block comments ending in **/ in the JSON parser by tapted@chromium.org · 12 years ago
  30. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  31. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  32. b526b9c Do a giant svn propset svn:eol-style LF on .cc and .h files that by jln@chromium.org · 12 years ago
  33. e110caf Revert 182032 by brettw@chromium.org · 12 years ago
  34. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  35. bc99112 Move utf_offset_string_conversions and utf_string_conversion_utils to strings. by brettw@chromium.org · 12 years ago
  36. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  37. aa29462 Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numbers in error reports won't confuse users. by fangjue23303@gmail.com · 12 years ago
  38. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  39. 50be576 base: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
  40. 091db52 Move scoped_temp_dir from base to base/files by brettw@chromium.org · 12 years ago
  41. 1231059 GTTF: remove FAILS_ prefix, part 1 by phajdan.jr@chromium.org · 12 years ago
  42. a2275b1 Implement the JSONParser's hidden root optimization without relying on std::string internals. by rsesek@chromium.org · 12 years ago
  43. ef4a679 Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Android by yongsheng.zhu@intel.com · 12 years ago
  44. 2774420 base: Fix minor warnings reported by cppcheck. by tfarina@chromium.org · 12 years ago
  45. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  46. 2852dcb base: Add missing "virtual" keyword and OVERRIDE to some methods. by tfarina@chromium.org · 12 years ago
  47. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  48. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  49. d994d94 Update JSONReader to take base::StringPiece instead of std::string by mitchellwrosen@chromium.org · 12 years ago
  50. 1d1e621 Fix a bug in json parser where a 4 byte unicode character caused us to read an unterminated string from the stack. by tommi@chromium.org · 12 years ago
  51. faf1c28 Coverity: Remove dead code. by jhawkins@chromium.org · 12 years ago
  52. 5756836 Fix a leak in JSONParser::Parse when using hidden root optimizations. by rsesek@chromium.org · 12 years ago
  53. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  54. bed581e Added support for parsing out data from simple repetitive values that should not be represented with class/structs. by zelidrag@chromium.org · 12 years ago
  55. 7c3d453 JSONValueConverter changes for custom base::Value filed parsing. by zelidrag@chromium.org · 13 years ago
  56. dc692f5 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by rsesek@chromium.org · 13 years ago
  57. ce63374 Fix some grammatical errors in base/ by gavinp@chromium.org · 13 years ago
  58. a37c616 Fix handling of Unicode BOMs in JSONReader. by rsesek@chromium.org · 13 years ago
  59. 125e899 Improve JSONReader performance by up to 55% by using std::string instead of wstring. by rsesek@chromium.org · 13 years ago
  60. 284387b Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. by rsesek@chromium.org · 13 years ago
  61. 3cfd016 JSONWriter cleanup: integrate pretty print into write options. by ericdingle@chromium.org · 13 years ago
  62. 43729f8 Convert CRLF to LF in json_string_value_serializer.cc by ericdingle@chromium.org · 13 years ago
  63. 31679d9 Add a new option to JSONWriter, which instructs it not to append '.0' or by kkania@chromium.org · 13 years ago
  64. 218cd87 Break two classes defined in json_value_serializer.cc, .h into separate files. by bbudge@chromium.org · 13 years ago
  65. aaeda4a Remove reinterpret_cast on JSONValueConverter by tzik@chromium.org · 13 years ago
  66. ad52ef6 Fix a potential memory leak bug. by mukai@chromium.org · 13 years ago
  67. d84e804 Use ScopedVector instead of std::vector in case of repeated messages. by mukai@chromium.org · 13 years ago
  68. bd4c0b6 Add custom field converter to JSONValueConverter. by mukai@chromium.org · 13 years ago
  69. 89b31e9 Returns a bool for JSONValueConverter::Convert() by mukai@chromium.org · 13 years ago
  70. 55292e4 Add JSONValueConverter. by mukai@chromium.org · 13 years ago
  71. 1d86509 Revert 114680 - Remove FRIEND_TEST declarations to improve optimizations by jar@chromium.org · 13 years ago
  72. 387645e Remove FRIEND_TEST declarations to improve optimizations by jar@chromium.org · 13 years ago
  73. d84df40 Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() by robertshield@chromium.org · 13 years ago
  74. dfb9b25 Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so. by ericdingle@chromium.org · 13 years ago
  75. b81dd3f Allow trailing comma in JSON policy files. by pastarmovj@chromium.org · 13 years ago
  76. 08e6a60 Add OVERRIDE to base/. by avi@chromium.org · 13 years ago
  77. b023121 Revert 110021 - Broke CrOS compile by rsleevi@chromium.org · 13 years ago
  78. eb0ae73 Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so. by ericdingle@chromium.org · 13 years ago
  79. d4009cc base/json: Collapse a condition in ReadHexDigits into a single if clause. by tfarina@chromium.org · 13 years ago
  80. f6ec55b base/json: Use IsAsciiDigit in JSONReader::ReadInt() function. by tfarina@chromium.org · 13 years ago
  81. 608dee3 Move json_value_serializer from content/common to base. by dpranke@chromium.org · 13 years ago
  82. 4a95417 base/json: Make ReadHexDigits easier to read by using IsHexDigit() function. by tfarina@chromium.org · 13 years ago
  83. 7c304b5 base/json: Get rid of static initializer in JSONReader. by tfarina@chromium.org · 13 years ago
  84. 33aea05 base/json: Get rid of an old TODO that doesn't apply anymore. by tfarina@chromium.org · 13 years ago
  85. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  86. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  87. 5637b68 base/json: Don't use static variables of user-defined type (i.e, std::wstring). by tfarina@chromium.org · 13 years ago
  88. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  89. 13e5365 Move base/values.h into the base namespace. This includes a cros DEPS roll by dmazzoni@chromium.org · 13 years ago
  90. 8fcfe96 iwyu: Include stringprintf.h where appropriate, part 1. by jhawkins@chromium.org · 13 years ago
  91. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  92. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  93. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 14 years ago
  94. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  95. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  96. ee8d340 Remove remaining deprecated wstring methods from base/values.{cc,h}. by viettrungluu@chromium.org · 14 years ago
  97. 6835465 Remove deprecated wstring Get(As)String() methods from Value, etc. by viettrungluu@chromium.org · 14 years ago
  98. 3ae8610 Remove (deprecated) wstring version of Value::CreateStringValue(). by viettrungluu@chromium.org · 14 years ago
  99. 02e420f Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  100. 4603a8d Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by viettrungluu@chromium.org · 14 years ago