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
/
app
/
l10n_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
1
-2
/
+2
*
Remove wstring from l10n_util. Part 1.
avi@chromium.org
2010-12-28
1
-18
/
+16
*
Minor changes to simplify IsValidLocaleSyntax logic.
dmazzoni@chromium.org
2010-12-14
1
-16
/
+17
*
Add utility function to determine if a locale is valid syntax; this will
dmazzoni@chromium.org
2010-12-13
1
-0
/
+92
*
wstrings: make l10n_util::TruncateString use string16
evan@chromium.org
2010-12-10
1
-13
/
+8
*
Review comments for r66277
thakis@chromium.org
2010-11-16
1
-2
/
+1
*
Fix clang build
thakis@chromium.org
2010-11-16
1
-0
/
+3
*
The UI language rather than the locale is now used to pick Chrome's language ...
grt@chromium.org
2010-11-16
1
-2
/
+18
*
Use GLib to parse environment variables to determine the default locale.
jshin@chromium.org
2010-10-30
1
-90
/
+49
*
Cleanup: Remove stale TODO
jeremy@chromium.org
2010-10-28
1
-5
/
+0
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Add DCHECK for misused string resources.
estade@chromium.org
2010-10-04
1
-37
/
+73
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-0
/
+2
*
[GTK] Fix paragraph directionality for first run dialog in Hebrew.
estade@chromium.org
2010-09-16
1
-5
/
+22
*
Remove a deprecated wstring ToLower function.
tony@chromium.org
2010-08-04
1
-6
/
+0
*
Remove wstrings from l10n_util/ResourceBundle locale functions.
evan@chromium.org
2010-08-04
1
-7
/
+5
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-4
/
+3
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
1
-1
/
+0
*
Adds the application locale police that allows to enforce the kApplicationLoc...
markusheintz@chromium.org
2010-07-19
1
-21
/
+5
*
Refactored the translate infobars.
jcivelli@chromium.org
2010-06-09
1
-0
/
+9
*
Misc. small cleanups I ran into while working on other changes.
pkasting@chromium.org
2010-06-02
1
-1
/
+2
*
translate infobar: sort languages in menus by application locale
kuan@chromium.org
2010-04-02
1
-14
/
+38
*
Enable LAGNUAGE environment for chromeos in debug build.
oshima@chromium.org
2010-03-25
1
-1
/
+8
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-231
/
+7
*
Fix language switch ignored changing RTL-ness.
glotov@google.com
2010-03-19
1
-3
/
+4
*
Fix of the initial locale set.
glotov@google.com
2010-03-17
1
-0
/
+7
*
Revert 41728 - Fix of the initial locale set.
glotov@chromium.org
2010-03-16
1
-7
/
+0
*
Fix of the initial locale set.
glotov@google.com
2010-03-16
1
-0
/
+7
*
linux: use ICU direction for determining text direction in renderer
evan@chromium.org
2010-03-01
1
-13
/
+13
*
Translate: Move label parsing logic into common code.
jeremy@chromium.org
2010-02-17
1
-0
/
+7
*
Maps our internal Chinese locale codes to those expected by the ICU API for
jshin@chromium.org
2010-02-11
1
-1
/
+23
*
remove ICU includes from l10n_util.h
evan@chromium.org
2010-01-25
1
-49
/
+6
*
OpenBSD/FreeBSD ifdefs and GYP changes for app/ directory
pvalchev@google.com
2010-01-23
1
-4
/
+4
*
Use GetSwitchValueASCII, so we don't use the deprecated versions.
evan@chromium.org
2009-12-17
1
-2
/
+2
*
Setting the ICU default locale is made explicit. This leads to a few more
jshin@chromium.org
2009-12-03
1
-32
/
+30
*
Mac language/locale cleanup
thomasvl@chromium.org
2009-11-19
1
-7
/
+32
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
1
-1
/
+1
*
Revert 31358
idana@chromium.org
2009-11-10
1
-1
/
+1
*
We shouldn't use BIDI_DEFAULT_(RTL|LTR) if we know the directionality of the ...
cira@chromium.org
2009-11-07
1
-1
/
+1
*
Convert ReplaceStringPlaceholders(std::string...) to take a
tony@chromium.org
2009-10-29
1
-0
/
+4
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-0
/
+1
*
[Linux] Supports the LANGUAGE environment variable.
suzhe@chromium.org
2009-09-30
1
-13
/
+65
*
This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR
xji@chromium.org
2009-09-16
1
-0
/
+6
*
UI language list fix.
jshin@chromium.org
2009-09-15
1
-11
/
+36
*
Add a "ToUpper" method.
paul@chromium.org
2009-09-09
1
-0
/
+9
*
Gtk languages options page part 1: accept-languages configuration.
mattm@chromium.org
2009-08-19
1
-0
/
+153
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
1
-12
/
+13
[next]