index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
i18n
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some debugging code for InitializeICU for crbug.com/445616
scottmg
2016-03-11
1
-0
/
+15
*
Disable TimeFormattingTests on Android
clamy
2016-02-01
1
-5
/
+32
*
[iOS] Allow overriding icuctl.dat file location.
justincohen
2016-01-08
1
-0
/
+10
*
Switch to standard integer types in base/strings/.
avi
2015-12-25
1
-0
/
+1
*
Switch to standard integer types in base/i18n/.
avi
2015-12-24
31
-92
/
+162
*
Fix a memory leak in the encoding detector wrapper
jshin
2015-12-11
1
-9
/
+3
*
Added --force-ui-direction flag for developers to force LTR or RTL.
mgiuca
2015-12-04
3
-10
/
+70
*
mandoline: Reland "Fix ICU initialization".
erg
2015-11-12
2
-2
/
+47
*
Revert of mandoline: Fix ICU initialization. (patchset #31 id:570001 of https...
erg
2015-11-10
2
-46
/
+2
*
mandoline: Fix ICU initialization.
erg
2015-11-10
2
-2
/
+46
*
Restore locales after tests
olli.raula
2015-08-20
4
-4
/
+18
*
Creates BreakIterator::GetWordBreakStatus.
juliusa
2015-08-12
3
-2
/
+118
*
Optimize RTL check in ICU to avoid mmap access.
danduong
2015-08-12
3
-12
/
+52
*
Replace ToLower calls to the new format
brettw
2015-08-10
1
-5
/
+2
*
Support XCode's "Right to Left Pseudolanguage" on iOS.
marq
2015-08-10
1
-0
/
+11
*
Add ICU message format support
jshin
2015-08-07
3
-0
/
+432
*
Create an experiment that avoids mmap access of ICU during startup.
danduong
2015-07-27
1
-0
/
+10
*
Remove CaseInsensitiveCompare from string_util.h
brettw
2015-07-14
1
-0
/
+4
*
Add a FoldCase function, improve ToLower/ToUpper.
brettw
2015-07-09
3
-35
/
+157
*
Fixed tests TimeFormattingTest.TimeFormatDateUS & GB.
vitbar
2015-07-01
1
-4
/
+14
*
Show timestamps with millisecond accuracy in chrome://proximity-auth.
tengs
2015-06-24
3
-14
/
+34
*
Store and load icudtl.dat directly from the apk rather than extracting on sta...
agrieve
2015-06-19
1
-0
/
+16
*
Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...
agrieve
2015-06-19
2
-85
/
+118
*
Revert of Moved logic for mapping child process FDs for ICU and V8 into child...
mek
2015-06-16
2
-114
/
+85
*
Moved logic for mapping child process FDs for ICU and V8 into child_process_l...
agrieve
2015-06-16
2
-85
/
+114
*
RenderTextHarfBuzz no longer ignores its specified text direction.
mgiuca
2015-06-12
2
-4
/
+23
*
BiDiLineIterator: Remove "url" parameter.
mgiuca
2015-06-10
2
-6
/
+2
*
added test to test case converting with nonASCII
olli.syrjala
2015-05-19
1
-2
/
+54
*
Removes android ifdefs from InitializeICUWithFileDescriptor
sky
2015-05-08
2
-22
/
+18
*
Remove CodepageToWide and WideToCodepage
jshin
2015-05-06
3
-198
/
+1
*
Update the ICU's default timezone in browser/renderer
jshin
2015-04-29
1
-4
/
+19
*
Add temporary CHECKs in ICU init to attempt to more closely locate crash
scottmg
2015-04-25
1
-0
/
+19
*
Change CompareString16WithCollator to take const ref collator.
estade
2015-04-11
3
-12
/
+10
*
Fixing debug GN build.
bradnelson
2015-03-24
2
-0
/
+6
*
base: Fix/add header #ifndef guards.
danakj
2015-03-10
2
-2
/
+2
*
Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...
bnc
2015-03-09
2
-2
/
+2
*
base: Fix/add header #ifndef guards.
danakj
2015-03-09
2
-2
/
+2
*
Upgrade ICU to 54.1
jshin
2015-02-20
2
-4
/
+5
*
A memory issue occurred in https://codereview.chromium.org/827123004/
jww
2015-02-08
1
-6
/
+0
*
The Certificate Web UI incorrectly formats the issued and expires dates.
jww
2015-02-08
3
-0
/
+31
*
Update ReplaceIllegalCharactersInPath to handle quirks in HFS+ and VFAT
asanka
2015-01-31
3
-68
/
+112
*
Clean up time_formatting_unittest.cc now that chromium icu has been updated
Paweł Hajdan, Jr
2015-01-30
1
-17
/
+0
*
Cleanup dead code in base/ as found by Scythe.
thestig
2015-01-22
2
-4
/
+3
*
Move l10n_util's GetCanonicalLocal() function into base/i18n module.
tfarina
2015-01-16
2
-3
/
+3
*
mmap V8 snapshot and ICU data file in the android_webview
mkosiba
2015-01-09
2
-14
/
+22
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-1
/
+1
*
More wiring for server autofill data.
brettw
2014-12-19
1
-1
/
+1
*
Prefix CommandLine usege with base namespace (Part 1: base/)
pgal.u-szeged
2014-11-25
1
-3
/
+3
*
Avoid a string copy in URLRequestResourceBundleJob::GetData().
jyasskin
2014-11-17
1
-0
/
+4
*
Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476)
jshin
2014-10-22
1
-1
/
+2
[next]