summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Revert 36459 - Breaks 7 WebKit testsjschuh@chromium.org2010-01-161-2/+1
* Changes are:jschuh@chromium.org2010-01-161-1/+2
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-293-3/+3
* Split base.gyp and add base_nacl_win64 targetgregoryd@google.com2009-12-041-0/+13
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+2
* [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs.shess@chromium.org2009-11-172-0/+63
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-1/+0
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-103-165/+24
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-073-91/+211
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-223-44/+77
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-4/+3
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-103-18/+364
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-097-0/+469
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-085-0/+364
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-073-440/+61
* Move the ICU string conversions into its own file. This new file is includedbrettw@chromium.org2009-10-022-0/+727