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
*
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
*
Add support for ICU data in a data file.
thomasvl@chromium.org
2011-02-10
1
-1
/
+36
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
base/i18n: Add namespace i18n to CharIterator.
tfarina@chromium.org
2011-01-20
3
-9
/
+25
*
Move BiDiLineIterator to base/i18n/ directory.
tfarina@chromium.org
2011-01-20
2
-0
/
+107
*
Add SCOPED_TRACEs to ICUStringConversionsTest
phajdan.jr@chromium.org
2011-01-04
1
-0
/
+20
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
2
-20
/
+17
*
Add BREAK_NEWLINE mode to break_iterator.cc
tsepez@chromium.org
2010-12-21
3
-41
/
+263
*
Fix build with -Duse_system_icu=1 and libicu-4.4.*
phajdan.jr@chromium.org
2010-12-20
1
-4
/
+6
*
Commiting second word iterator patch for tsepez. this was originally reviewed...
cdn@chromium.org
2010-12-15
3
-63
/
+70
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-12
/
+14
*
Fix extension install UI for extensions with RTL Names.
jeremy@chromium.org
2010-12-12
2
-0
/
+53
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-14
/
+12
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-12
/
+14
*
Remove ICU header dependencies outside of /i18n directory.
cdn@chromium.org
2010-12-10
2
-12
/
+22
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-19
/
+27
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
2
-32
/
+17
*
FTP: improve character encoding detection in cases where ICU's first guess is...
phajdan.jr@chromium.org
2010-11-18
2
-5
/
+37
*
The UI language rather than the locale is now used to pick Chrome's language ...
grt@chromium.org
2010-11-16
2
-21
/
+2
[next]