- be16cf2 Upstream android string implementation etc. by [email protected] · 14 years ago
- 7a3b263a Localize strings, speeds. by [email protected] · 14 years ago
- 55b77ceb Support more than 9 arguments for ReplaceStringPlaceholders() by [email protected] · 14 years ago
- a724cebd wstring: remove wstring version of RemoveChars by [email protected] · 14 years ago
- cf81d2d wstring: remove wstring version of TrimWhitespace by [email protected] · 14 years ago
- 1e5a0922 Revert 82405 - Support more than 9 arguments for ReplaceStringPlaceholders()- support more than 9 arguments ($1, $2, $3, ..., $9 and $10, $11, $12, ...) for ReplaceStringPlaceholders()- add the unittest named ReplaceStringPlaceholdersMoreThan9Replacements for testing more than 9 arguments for ReplaceStringPlaceholders()BUG=16963TEST=string_util_unittest:StringUtilTest.ReplaceStringPlaceholdersMoreThan9ReplacementsPatch by [email protected] URL: http://codereview.chromium.org/6877008 by [email protected] · 14 years ago
- 65b10ba Support more than 9 arguments for ReplaceStringPlaceholders() by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
- f6b8ce3 Pure pedantry: Replace all ".size() == 0" with ".empty()". by [email protected] · 14 years ago
- 1732931 Move ElideString() from base/string_util.cc to app/text_elider.cc to by [email protected] · 15 years ago
- 864b558 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by [email protected] · 15 years ago
- b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by [email protected] · 15 years ago
- 31fae38c Fix clang build by moving ToLowerASCII into base namespace. by [email protected] · 15 years ago
- 07f1cee base: Move CaseInsensitiveCompare traits into the base namespace. by [email protected] · 15 years ago
- 0f337f0 base: remove various unused string utility functions by [email protected] · 15 years ago
- 5ab19bb fixes issue 52839 (MatchPattern timeout) by [email protected] · 15 years ago
- 0376e36 Add DCHECK for misused string resources. by [email protected] · 15 years ago
- 99b7c57f Implemented VLOG() et al. by [email protected] · 15 years ago
- 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
- 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by [email protected] · 15 years ago
- 4493574 Make the glob matcher support UTF8 strings. by [email protected] · 15 years ago
- e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by [email protected] · 15 years ago
- e8450483 Add an accordian effect to NTP. by [email protected] · 15 years ago
- 7b83a10 Convert FormatBytes to string16. by [email protected] · 15 years ago
- c3265d8 Revert "Convert FormatBytes to string16." by [email protected] · 15 years ago
- 016d78d Convert FormatBytes to string16. by [email protected] · 15 years ago
- e6811ed5 Move StringPrintf into its own file and use the base namespace. Currently this has using by [email protected] · 15 years ago
- c9c07779 Remove number conversion functions from string_util. These moved to string_number_conversions. by [email protected] · 15 years ago
- f1d8192 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by [email protected] · 15 years ago
- a89dc1ed Made changes to TruncateUtF8ToByteSize to cleanup the code. by [email protected] · 15 years ago
- 81e02d75 Add Tokenize() for StringPiece. by [email protected] · 15 years ago
- d06e3e0 Add a method that truncates strings to the end point of a valid UTF8 character, leaving the string's size to be less than or equal to a specified byte size. by [email protected] · 15 years ago
- 8c76ae2 Use HttpRequestHeaders for extra_headers. BUG=22588 by [email protected] · 15 years ago
- 26cfaf5 Rejigger how we format the display of bytes. by [email protected] · 15 years ago
- 270c641 Reland r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
- ab34ee5 Revert "Reland r42300: "HttpRequestHeaders refactor.""" by [email protected] · 15 years ago
- aa98311 Reland r42300: "HttpRequestHeaders refactor."" by [email protected] · 15 years ago
- ea4a1d0 Revert r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
- a6b4150d HttpRequestHeaders refactor. by [email protected] · 15 years ago
- bce55e27 Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) by [email protected] · 15 years ago
- ef12239 This CL addresses 2 issues: by [email protected] · 16 years ago
- 225c8f5 linux: build with -Wextra by [email protected] · 16 years ago
- 0443f912 Implement RemoveChars, a function to remove a list of characters from a string, and use it in PhoneNumber to remove extra phone number characters. by [email protected] · 16 years ago
- 858d4887 Revert 36459 - Breaks 7 WebKit tests by [email protected] · 16 years ago
- 548a6c0 Changes are: by [email protected] · 16 years ago
- 0bedb8a This CL contains the back-end implementation of the translate feature. It adds a Translate method to the renderer. by [email protected] · 16 years ago
- 022eab6 Mac: UI tweaks for task manager. by [email protected] · 16 years ago
- 9d6a8a9 Make JoinString implementation match prototype. by [email protected] · 16 years ago
- 6c17851 Implement ContactInfo, the FormGroup that stores contact information. by [email protected] · 16 years ago
- 969f815e Add StringPrintV, fix libxml_utils.cc to use it by [email protected] · 16 years ago
- c5a7248 Fixes to the string MatchPattern functions: by [email protected] · 16 years ago
- d09ef157 Ignore UTF-8's BOM when parsing userscript's metadata. by [email protected] · 16 years ago
- 81a7e67 Add 64bit support by [email protected] · 16 years ago
- 6657afa6 Add first class support for user scripts. by [email protected] · 16 years ago
- 08daf05 Convert ReplaceStringPlaceholders(std::string...) to take a by [email protected] · 16 years ago
- 20b2431 Add more string16 variants. by [email protected] · 16 years ago
- 24d4f62 Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith. by [email protected] · 16 years ago
- 866ba3fc Re-attempt r28993 by [email protected] · 16 years ago
- fbe88c1 Reverting 28993. Review URL: http://codereview.chromium.org/267100 by [email protected] · 16 years ago
- 40fc3d2 Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace. by [email protected] · 16 years ago
- d6e58c6e Remove the dependency on i18n/icu_string_conversions from base/string_util.h. by [email protected] · 16 years ago
- b4d8f2090 Implement the missing memory information functions that memory_test uses. by [email protected] · 16 years ago
- e4dad5bd Add a version of ReplaceStringPlaceholders that operates on std::string by [email protected] · 16 years ago
- 8a16266e Move StringPiece into the base namespace. It is colliding by [email protected] · 16 years ago
- 996fd70 Strip .plugin off of Mac plugin names when showing the crash info bar. by [email protected] · 16 years ago
- afc48937 Fix a bug where we reused a va_list across multiple calls. by [email protected] · 16 years ago
- ad9d93ea Print more info in IsStringASCII assertions. by [email protected] · 16 years ago
- 641cbaa Rewrite StringToInt traits for dealing with non-32-bit longs. by [email protected] · 16 years ago
- 16e97f7 Move base::va_copy from a function to a macro. by [email protected] · 16 years ago
- 9e4142b Move TrimWhitespaceUTF8 back to string_util_utf8.cc by [email protected] · 16 years ago
- 1d5980a Move TrimWhitespaceUTF8 from string_util_icu to string_util. by [email protected] · 16 years ago
- ce494a31 GTK: Implement BlockedPopupContainerView for linux. by [email protected] · 16 years ago
- 46878fb9 add CollapseWhitespaceASCII by [email protected] · 16 years ago
- 2423881b Move a few functions commonly called with char* to StringPiece. by [email protected] · 16 years ago
- d36519b Add JSON-specific escaping, which has different rules from JS escaping.BUG=http://crbug.com/11431TEST=base_unittests.exe --gtest_filter=StringEscapeTest.Json* by [email protected] · 16 years ago
- dff6d13 Re-land of earlier NTP theme patch; now with mac and linux compatibility. by [email protected] · 16 years ago
- c07cfb80 Add match count text to the GTK find bar. This also makes the bar wider. by [email protected] · 16 years ago
- 7be0e17 Retry r16006. by [email protected] · 16 years ago
- 7746aca Undo 16020 by [email protected] · 16 years ago
- 0078ffb Allow the new tab page to be themed (you may want to review DOMUIThemeSource as a whole and not just these changes). by [email protected] · 16 years ago
- 144199d revert r16006 due to msvc warning. by [email protected] · 16 years ago
- a8f9148 Properly convert from UTF8 to UTF16 in WebTextInputImpl. by [email protected] · 16 years ago
- d922242 Convert the internal GetStringF to use string16. This saves a by [email protected] · 16 years ago
- ced67512 Clean up another string template by [email protected] · 16 years ago
- 90f933a Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) by [email protected] · 16 years ago
- 4c4d8d2 Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs by [email protected] · 16 years ago
- 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
- 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
- 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
- dbf476d Port Replace(First)SubstringsAfterOffset to string16. by [email protected] · 16 years ago
- 41fb1d7 Get rid of wstring variants of StringToFoo. by [email protected] · 16 years ago
- 64340b1 Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and"" by [email protected] · 16 years ago
- 55150c49 Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and" by [email protected] · 16 years ago
- d9d709e ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and by [email protected] · 16 years ago
- b5df94e Reverting 10456. Review URL: http://codereview.chromium.org/28180 by [email protected] · 16 years ago
- 0676a96 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 by [email protected] · 16 years ago
- 0b7c092 Introduce UrlPattern. This is basically me resuming work on by [email protected] · 17 years ago