| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 15 | -17/+17 |
* | Moving ICU constants to separate OBJ for split-link | cpu@chromium.org | 2013-05-22 | 4 | -11/+36 |
* | Cleanup: Remove unneeded base/file_util.h includes in base. | thestig@chromium.org | 2013-05-14 | 1 | -1/+0 |
* | Use CR_DEFINE_STATIC_LOCAL for iOS leaky mapped file. | justincohen@google.com | 2013-05-06 | 1 | -1/+1 |
* | Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n... | hajimehoshi@chromium.org | 2013-04-23 | 3 | -58/+70 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 3 | -3/+3 |
* | Added two ICU RTL function jni bindings. | kkimlabs@chromium.org | 2013-03-28 | 1 | -3/+4 |
* | C++0x fix: add spaces between literals and identifiers. | glider@chromium.org | 2013-03-15 | 2 | -7/+7 |
* | Fix instant extended grey autocompletion for RTL languages in CrOS and Win. | beaudoin@chromium.org | 2013-02-26 | 3 | -14/+134 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -1/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -5/+5 |
* | Fix more remaining FilePath -> base::FilePath. | brettw@chromium.org | 2013-02-18 | 1 | -0/+2 |
* | Disable "using base::FilePath" on Linux since it now compiles. | brettw@chromium.org | 2013-02-17 | 1 | -3/+4 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -4/+5 |
* | Move sys_string_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 4 | -4/+4 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -5/+6 |
* | base: Convert scoped_arrays to the new scoped_ptr style. | tfarina@chromium.org | 2013-01-18 | 1 | -3/+3 |
* | Add missing, and remove unnecessary, 'explicit' from constructors. (base/) | hans@chromium.org | 2013-01-15 | 1 | -2/+2 |
* | Enforce consistent include style for ICU headers. | phajdan.jr@chromium.org | 2013-01-09 | 1 | -1/+1 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 14 | -30/+29 |
* | Linux: update expectations of TimeFormattingTest for ICU-50. | phajdan.jr@chromium.org | 2013-01-03 | 1 | -0/+21 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -1/+1 |
* | Check string and UI direction in GetDisplayStringInLTRDirectionality, etc. | msw@chromium.org | 2012-09-13 | 3 | -92/+157 |
* | base::i18n::StringSearch...() returns match index and length | derat@chromium.org | 2012-09-09 | 3 | -46/+133 |
* | Add BREAK_CHARACTER to base::i18n::BreakIterator. | hbono@chromium.org | 2012-08-31 | 3 | -0/+29 |
* | Load ICU data from file on iOS. | blundell@chromium.org | 2012-08-16 | 1 | -0/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 13 | -13/+0 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -10/+1 |
* | Normalize download file name on chromeos | tbarzic@chromium.org | 2012-03-27 | 3 | -3/+41 |
* | Fix a typo in the comment for ToUnicodeCallbackSubstitute() | steveblock@chromium.org | 2012-03-23 | 1 | -2/+2 |
* | Transition to base/mac/bundle_locations.h step 1 | jeremy@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | Add comment to NumberFormatWrapper. | avi@chromium.org | 2012-01-10 | 1 | -1/+3 |
* | Extract common code from StringPiece and StringPiece16 into a templated base ... | erikwright@chromium.org | 2011-12-22 | 1 | -0/+1 |
* | Revert "Extract common code from StringPiece and StringPiece16 into a templat... | erikwright@chromium.org | 2011-12-13 | 1 | -1/+0 |
* | Extract common code from StringPiece and StringPiece16 into a templated base ... | erikwright@chromium.org | 2011-12-13 | 1 | -0/+1 |
* | Cleanup: Convert ASCIIToUTF16("") to string16(). | jhawkins@chromium.org | 2011-11-28 | 1 | -2/+3 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+4 |
* | add base/i18n OWNERS file (with just jshin in it) | estade@chromium.org | 2011-11-15 | 1 | -0/+1 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 2 | -7/+7 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 2 | -7/+7 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 2 | -7/+7 |
* | WriteInto handles length_with_null values of 1 better. | cbentzel@chromium.org | 2011-10-18 | 2 | -8/+19 |
* | Change i18n icu header inclusions to not use system header syntax. | asvitkine@chromium.org | 2011-10-14 | 3 | -4/+4 |
* | Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests. | tfarina@chromium.org | 2011-10-07 | 2 | -107/+87 |
* | ntp4: fix app title directionality | estade@chromium.org | 2011-10-04 | 3 | -95/+148 |
* | This is a reapply of | xji@google.com | 2011-09-21 | 2 | -0/+27 |