1. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 16 years ago
  2. 51f8eb3 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) by hbono@chromium.org · 16 years ago
  3. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  4. 7d9dbcf Port Replace(First)SubstringsAfterOffset to string16. by dsh@google.com · 16 years ago
  5. 3b0f5f2 Get rid of wstring variants of StringToFoo. by dsh@google.com · 16 years ago
  6. 538f63f Add ToUpperASCII and StringToUpperASCII. by wtc@chromium.org · 16 years ago
  7. 237749a Reverting 10456. Review URL: http://codereview.chromium.org/28180 by hbono@chromium.org · 16 years ago
  8. 7c4dc44 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 by hbono@chromium.org · 16 years ago
  9. fb2d7a9 Introduce UrlPattern. This is basically me resuming work on by aa@chromium.org · 16 years ago
  10. 200cc93 Add HexStringToBytes which takes an arbitrary length hex string and creates a vector of bytes. by erikkay@google.com · 16 years ago
  11. dfe9fc4 Simplify HexEncode. by deanm@chromium.org · 16 years ago
  12. a2f7e79 Adding a HexEncode function to string_utils. by tommi@chromium.org · 16 years ago
  13. 103c998 Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites. by aa@chromium.org · 16 years ago
  14. 8bf9c5a This CL adds the autofill UI in forms. by jcampan@chromium.org · 16 years ago
  15. bf29e60 This CL adds prompting for dangerous types of files (executable) when they are automatically downloaded. by jcampan@chromium.org · 16 years ago
  16. 37790f3 by jungshik@google.com · 16 years ago
  17. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  18. 78715b7 Fix a new[] / delete mismatch in a unittest. by deanm@google.com · 16 years ago
  19. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago
  20. c01678f fix unit test bustage by darin@google.com · 16 years ago
  21. f327280 Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-) by darin@google.com · 16 years ago
  22. 8ae0c2c DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, for wchar_t* fields. by mmentovai@google.com · 16 years ago
  23. b533521 Implement an interface compatible wcslcpy and strlcpy. Possibly slightly by deanm@google.com · 16 years ago
  24. d649845 Implement IntToString-type methods without using a format string. I'm not sure if this will actually be more efficient. Also will make Int64ToString work on other platforms, since the old code used msvc-only %I64. Added a bunch of methods to have the whole Int/Int64 String/WString suite. by deanm@google.com · 16 years ago
  25. 38cabad Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  26. ae034d1 Back out r736 due to breakage by mmentovai@google.com · 16 years ago
  27. ec644e4 Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  28. 491d873 Add some extra test cases for whitespace at start/end of number. by ericroman@google.com · 16 years ago
  29. fa49905 Add UTF-16 <-> Wide conversions for Mac. by brettw@google.com · 16 years ago
  30. e3c034a Add defines for the size of wchar_t to build_config.h. Use this in places where we currently have an OS-specific check. by brettw@google.com · 16 years ago
  31. 8dcf71c Cross-platform portability fixes for JSONReader. Adds generic string-to-double parsing and tests in string_util. by mmentovai@google.com · 16 years ago
  32. fed55ab Remove the old NativeMB functions from string util, and use the new ones in sys_strings.h. I also removed duplicated code from the sandbox that can now use this, and fixed one case in the bug reporter that should not have been using the native multibyte encoding. by brettw@google.com · 16 years ago
  33. 9328568 Allow string-to-int conversions to provide a return value indicating success. Implement them consistently on all platforms. Fill in a couple of necessary missing pieces. Eliminate the need for many uses of sscanf. Add tests. by mmentovai@google.com · 16 years ago
  34. 26b1623 Revert my UTF change until we can figure out what to do with the sandbox. by brettw@google.com · 16 years ago
  35. 7529204 Write our own utf8<->wide conversion functions. This gives us more control over error handling instead of getting a blank string for invalid encodings. It also allows us to decrease the amount of platform-specific code. by brettw@google.com · 16 years ago
  36. 3f4a732 Add base to the repository. by initial.commit · 16 years ago