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
*
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
*
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
[next]