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
*
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
*
Revert 102006 - fix know issues in RenderText
sky@chromium.org
2011-09-20
2
-27
/
+0
*
fix know issues in RenderText
xji@google.com
2011-09-20
2
-0
/
+27
*
Base/Valgrind: Close the UStringSearch.
jhawkins@chromium.org
2011-09-19
2
-8
/
+6
*
Searching for downloads currently does a plain substring search, which does not
vanlam@google.com
2011-09-16
3
-0
/
+226
*
Base: Switch base_i18n to be a separate dll (component build)
rvargas@google.com
2011-08-31
12
-70
/
+115
*
Upstream android i18n change
michaelbai@google.com
2011-08-29
2
-5
/
+8
*
Optimize phishing page term feature extraction.
gcasto@chromium.org
2011-08-09
2
-7
/
+8
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
3
-4
/
+143
*
Fix the loading of ca@valencia.pak, which is available in
tony@chromium.org
2011-06-06
1
-1
/
+9
*
Fix memory leak of base/i18n/time_formatter.cc
kinaba@google.com
2011-05-30
1
-2
/
+2
*
Fix ChromeOS clock menu so that it can show 12-hour clock in all locales.
kinaba@google.com
2011-05-30
3
-7
/
+206
*
base/i18n: Make BreakIterator::IsWord() more readable.
tfarina@chromium.org
2011-05-26
2
-19
/
+18
*
base/i18n: Pass |str| as const reference in BreakIterator::Init().
tfarina@chromium.org
2011-05-25
3
-19
/
+19
*
Make DetectEncoding() failed when ucsdet_detect() returls NULL.
yoshiki@chromium.org
2011-05-24
1
-0
/
+2
*
base/i18n: Remove unneeded includes in case_conversion.*
tfarina@chromium.org
2011-05-16
2
-6
/
+3
*
base/i18n: Put break_iterator* into namespace i18n.
tfarina@chromium.org
2011-05-16
3
-17
/
+27
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-4
/
+4
*
wstring: remove WideToUpper/WideToLower
evan@chromium.org
2011-05-10
3
-23
/
+0
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
3
-0
/
+100
*
Fix DirectoryLister not to require refcounting.
willchan@chromium.org
2011-04-27
1
-2
/
+4
*
wstring: remove wstring functions from base/i18n/rtl.h
evan@chromium.org
2011-04-25
3
-83
/
+18
*
Revert my recent changes regarding title directionality.
evan@chromium.org
2011-04-25
1
-22
/
+0
*
Change NavigationEntry's title fields to carry the text direction.
evan@chromium.org
2011-04-23
1
-0
/
+5
*
Update DCHECK() usage to utilize the more expressive debugging functions.
kushi.p@gmail.com
2011-04-22
1
-2
/
+2
*
Add and use a base::i18n::StringWithDirection for carrying titles.
evan@chromium.org
2011-04-21
1
-1
/
+18
*
Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType().
satorux@chromium.org
2011-04-14
2
-1
/
+88
*
Replacing base::DIR_TEMP with ScopedTempDir when appropriate.
mkwst@chromium.org
2011-04-12
1
-22
/
+1
*
FTP: Multiple fixes for localized directory listings:
phajdan.jr@chromium.org
2011-04-11
2
-2
/
+42
*
Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...
phajdan.jr@chromium.org
2011-04-06
2
-41
/
+1
*
FTP: Multiple fixes for localized directory listings:
phajdan.jr@chromium.org
2011-04-06
2
-1
/
+41
*
Make 'dangerous download warning' visible in Japanese UI on Windows.
jshin@chromium.org
2011-03-28
2
-12
/
+25
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-7
/
+7
*
Retry on fix. I am a bad programmer.
evan@chromium.org
2011-03-14
1
-2
/
+4
*
Windows fix.
evan@chromium.org
2011-03-14
1
-1
/
+1
*
wstring: simplify an rtl test
evan@chromium.org
2011-03-13
1
-65
/
+31
*
Drop the icu version number from the name of icu data file on Windows.
jshin@chromium.org
2011-03-10
1
-1
/
+1
*
More DCHECK() updates. A mixture of _EQ and _GE.
mhm@chromium.org
2011-03-01
1
-1
/
+1
*
Pull in ICU 4.6
jshin@chromium.org
2011-02-24
1
-2
/
+3
[next]