| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -6/+2 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+6 |
* | Add Tokenize() for StringPiece. | mbelshe@chromium.org | 2010-06-02 | 1 | -0/+3 |
* | Add a method that truncates strings to the end point of a valid UTF8 characte... | nick@chromium.org | 2010-05-28 | 1 | -0/+6 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 1 | -0/+8 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -8/+0 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -0/+8 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -8/+0 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -0/+8 |
* | chromeos: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-14 | 1 | -4/+0 |
* | Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) | jschuh@google.com | 2010-02-26 | 1 | -1/+0 |
* | This CL addresses 2 issues: | jcampan@chromium.org | 2010-02-10 | 1 | -0/+7 |
* | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+13 |
* | Move two generic string split functions from sync API to their own API in bas... | timsteele@google.com | 2010-01-21 | 1 | -0/+2 |
* | Revert 36459 - Breaks 7 WebKit tests | jschuh@chromium.org | 2010-01-16 | 1 | -0/+1 |
* | Changes are: | jschuh@chromium.org | 2010-01-16 | 1 | -1/+0 |
* | This CL contains the back-end implementation of the translate feature. It add... | jcampan@chromium.org | 2010-01-14 | 1 | -2/+10 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -9/+7 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -4/+9 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -1/+14 |
* | Add StringPrintV, fix libxml_utils.cc to use it | piman@chromium.org | 2009-12-08 | 1 | -0/+3 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -4/+3 |
* | Ignore UTF-8's BOM when parsing userscript's metadata. | hayato@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -10/+26 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Convert ReplaceStringPlaceholders(std::string...) to take a | tony@chromium.org | 2009-10-29 | 1 | -1/+1 |
* | First parts of new FTP LIST response parsing code. | phajdan.jr@chromium.org | 2009-10-28 | 1 | -0/+2 |
* | Add more string16 variants. | darin@chromium.org | 2009-10-19 | 1 | -0/+9 |
* | Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith. | darin@chromium.org | 2009-10-15 | 1 | -0/+15 |
* | Re-attempt r28993 | darin@chromium.org | 2009-10-14 | 1 | -0/+7 |
* | Reverting 28993. | darin@chromium.org | 2009-10-14 | 1 | -7/+0 |
* | Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace. | darin@chromium.org | 2009-10-14 | 1 | -0/+7 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -4/+0 |
* | Implement the missing memory information functions that memory_test uses. | vandebo@chromium.org | 2009-10-08 | 1 | -0/+2 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -5/+0 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -1/+2 |
* | Move the ICU string conversions into its own file. This new file is included | brettw@chromium.org | 2009-10-02 | 1 | -88/+4 |
* | Add a version of ReplaceStringPlaceholders that operates on std::string | tony@chromium.org | 2009-09-29 | 1 | -0/+4 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -5/+5 |
* | Small comment updates. No code change. | mdm@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Strip .plugin off of Mac plugin names when showing the crash info bar. | stuartmorgan@google.com | 2009-09-04 | 1 | -0/+6 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 1 | -1/+20 |
* | Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func... | jshin@chromium.org | 2009-06-24 | 1 | -0/+14 |
* | GTK: Implement BlockedPopupContainerView for linux. | erg@google.com | 2009-06-10 | 1 | -0/+1 |
* | add CollapseWhitespaceASCII | rafaelw@chromium.org | 2009-06-04 | 1 | -0/+2 |
* | Move a few functions commonly called with char* to StringPiece. | deanm@chromium.org | 2009-05-29 | 1 | -3/+3 |
* | Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht... | erikkay@google.com | 2009-05-20 | 1 | -0/+28 |
* | Re-land of earlier NTP theme patch; now with mac and linux compatibility. | glen@chromium.org | 2009-05-15 | 1 | -19/+6 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 1 | -0/+1 |
* | Retry r16006. | estade@chromium.org | 2009-05-14 | 1 | -0/+4 |