1. 127772e Allow C++11 Delegated Constructors. by andersr · 11 years ago
  2. 073d514d Cleanup: Better constify some strings in base. by thestig · 11 years ago
  3. fb0777a Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code. by [email protected] · 12 years ago
  4. 0bf68e21 Update JSONReader to take base::StringPiece instead of std::string by [email protected] · 13 years ago
  5. 6e680cf Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by [email protected] · 13 years ago
  6. cd578575 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by [email protected] · 13 years ago
  7. 40cb8e0c Fix some grammatical errors in base/ by [email protected] · 13 years ago
  8. b09b083 Fix handling of Unicode BOMs in JSONReader. by [email protected] · 13 years ago
  9. 27cc5a0 Improve JSONReader performance by up to 55% by using std::string instead of wstring. by [email protected] · 13 years ago
  10. 967704b base/json: Collapse a condition in ReadHexDigits into a single if clause. by [email protected] · 14 years ago
  11. f9a65c7 base/json: Use IsAsciiDigit in JSONReader::ReadInt() function. by [email protected] · 14 years ago
  12. 32c438e2 base/json: Make ReadHexDigits easier to read by using IsHexDigit() function. by [email protected] · 14 years ago
  13. 249153f base/json: Get rid of static initializer in JSONReader. by [email protected] · 14 years ago
  14. 6a808eb base/json: Don't use static variables of user-defined type (i.e, std::wstring). by [email protected] · 14 years ago
  15. 6782f83 iwyu: Include stringprintf.h where appropriate, part 1. by [email protected] · 14 years ago
  16. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  17. fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
  18. eae9c06 Order function definitions in base/ according to the header. by [email protected] · 15 years ago
  19. 16b52716 Remove (deprecated) wstring version of Value::CreateStringValue(). by [email protected] · 15 years ago
  20. 8b6e84a Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by [email protected] · 15 years ago
  21. 61197df base: Add HexDigitToInt function to string_util.h by [email protected] · 15 years ago
  22. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  23. ba39967 detect preferences errors by [email protected] · 15 years ago
  24. 4dad9ad8 Many changes to DictionaryValues: by [email protected] · 16 years ago
  25. 93d49d7 Move the json-related files into a separate json directory. This hopefully also by [email protected] · 16 years ago[Renamed (99%) from base/json_reader.cc]
  26. 047a03f Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by [email protected] · 16 years ago
  27. 5b0bc25 Silence a false coverity warning by changing the code a bit. by [email protected] · 16 years ago
  28. 1fec840 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by [email protected] · 16 years ago
  29. 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
  30. 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  31. 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
  32. 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  33. 41fb1d7 Get rid of wstring variants of StringToFoo. by [email protected] · 16 years ago
  34. b930d13 Update some comments/nits following r7486. by [email protected] · 17 years ago
  35. b4cebf8 Change the signature of JSONReader::Read() and related by [email protected] · 17 years ago
  36. 88e72845 Add error messages to JSONReader and friends. This required a bit of refactoring to do cleanly. This CL doesn't actually use this capability anywhere except for unit tests. I will add that in a future CL. by [email protected] · 17 years ago
  37. 6dce8ade Remove the locale parameter from the StringToDouble and by [email protected] · 17 years ago
  38. 4f2ad3f5 Make unit_tests pass with pt_BR.UTF-8 locale. by [email protected] · 17 years ago
  39. d46d6f3b Fixes bug where JSON reader errored on reading vertical tabs (\v). The by [email protected] · 17 years ago
  40. c9ec454 by [email protected] · 17 years ago
  41. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  42. d9023ab Cross-platform portability fixes for JSONReader. Adds generic string-to-double parsing and tests in string_util. by [email protected] · 17 years ago
  43. e724599 Add a flag to JSONReader to allow trailing commas. by [email protected] · 17 years ago
  44. d7cae12 Add base to the repository. by initial.commit · 17 years ago