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
*
Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476)
jshin
2014-10-22
1
-1
/
+2
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
1
-4
/
+4
*
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
viettrungluu
2014-10-16
3
-9
/
+9
*
Fix bug in BreakIterator class that could cause illegal access
iceman
2014-10-06
3
-5
/
+48
*
Use a more suitable storage for the timezone table.
bratell
2014-10-02
1
-12
/
+20
*
Move file_util to base/files/ directory.
brettw@chromium.org
2014-08-13
2
-2
/
+2
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-4
/
+4
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-4
/
+4
*
Move file_util_icu to base::i18n namespace
brettw@chromium.org
2014-08-07
3
-36
/
+41
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clusters
ckocagil@chromium.org
2014-07-30
2
-3
/
+15
*
Roll ICU to icu52
jshin@chromium.org
2014-07-18
1
-16
/
+2
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+1
*
Revert 277111 "Roll ICU to icu52"
sorin@chromium.org
2014-06-13
1
-2
/
+16
*
Roll ICU to icu52
jshin@chromium.org
2014-06-13
1
-16
/
+2
*
Refactor code to avoid direct dependency upon ICU: spellcheck_worditerator
andrewhayden@chromium.org
2014-06-13
2
-11
/
+72
*
[ICU] Avoid reading ICU data files in render process.
feng@chromium.org
2014-06-10
2
-2
/
+34
*
Log InitializeICU() failures in relase build
wangxianzhu@chromium.org
2014-05-27
1
-4
/
+4
*
Remove MessagePumpGtk.
erg@chromium.org
2014-04-16
2
-17
/
+0
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
2
-7
/
+23
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
1
-4
/
+0
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
1
-0
/
+4
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-5
/
+5
*
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
wangxianzhu@chromium.org
2014-03-10
1
-4
/
+1
*
Enable icu_use_data_file_flag on Android
jshin@chromium.org
2014-03-08
1
-0
/
+2
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Fix build issues in base/ for Android x64
yang.gu@intel.com
2014-02-28
1
-5
/
+10
*
Revert 253938 "Enable icu_use_data_file_flag on Android"
pkasting@chromium.org
2014-02-28
1
-2
/
+0
*
Fix "narrowing conversion" errors uncovered in building with gcc 4.8
agoode@chromium.org
2014-02-27
1
-3
/
+4
*
Enable icu_use_data_file_flag on Android
jshin@chromium.org
2014-02-27
1
-0
/
+2
*
Enable icu_use_data_file on Windows
jshin@chromium.org
2014-01-24
1
-2
/
+7
*
Revert of Enable icu_use_data_file on Windows (https://codereview.chromium.or...
jshin@chromium.org
2014-01-23
1
-1
/
+1
*
Enable icu_use_data_file on Windows
jshin@chromium.org
2014-01-22
1
-1
/
+1
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
Fix compilation of build_utf8_validator_tables on Win64.
ricea@chromium.org
2014-01-16
1
-1
/
+3
*
The browser-side WebSocket implementation needs to avoid sending invalid
ricea@chromium.org
2014-01-15
7
-0
/
+1318
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2014-01-02
3
-1
/
+82
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
2
-6
/
+8
*
Roll icu to 241739 and drop a version from icudt*dat
jshin@chromium.org
2013-12-19
1
-2
/
+5
*
Revert of https://codereview.chromium.org/107513011/
szym@chromium.org
2013-12-16
3
-82
/
+1
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2013-12-16
3
-1
/
+82
*
Revert of https://codereview.chromium.org/112063003/
szym@chromium.org
2013-12-13
3
-82
/
+1
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2013-12-13
3
-1
/
+82
*
Move the logic for getting icu data out of icu_util
jshin@chromium.org
2013-12-04
1
-29
/
+12
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
4
-5
/
+6
*
retry r235823 with more lax unit test.
estade@chromium.org
2013-11-25
3
-0
/
+650
*
Revert 235823 "Add a timezone utility file to base/."
dewittj@chromium.org
2013-11-19
3
-654
/
+0
*
Revert 235842 "fix android build by adding build_config.h"
dewittj@chromium.org
2013-11-19
1
-1
/
+1
*
fix android build by adding build_config.h
estade@chromium.org
2013-11-18
1
-1
/
+1
*
Add a timezone utility file to base/.
estade@chromium.org
2013-11-18
3
-0
/
+654
[next]