summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-203-9/+25
* Move BiDiLineIterator to base/i18n/ directory.tfarina@chromium.org2011-01-202-0/+107
* Add SCOPED_TRACEs to ICUStringConversionsTestphajdan.jr@chromium.org2011-01-041-0/+20
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-222-20/+17
* Add BREAK_NEWLINE mode to break_iterator.cctsepez@chromium.org2010-12-213-41/+263
* Fix build with -Duse_system_icu=1 and libicu-4.4.*phajdan.jr@chromium.org2010-12-201-4/+6
* Commiting second word iterator patch for tsepez. this was originally reviewed...cdn@chromium.org2010-12-153-63/+70
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-12/+14
* Fix extension install UI for extensions with RTL Names.jeremy@chromium.org2010-12-122-0/+53
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-14/+12
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-12/+14
* Remove ICU header dependencies outside of /i18n directory.cdn@chromium.org2010-12-102-12/+22
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-19/+27
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-242-32/+17
* FTP: improve character encoding detection in cases where ICU's first guess is...phajdan.jr@chromium.org2010-11-182-5/+37
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-162-21/+2
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-033-0/+62
* Use GLib to parse environment variables to determine the default locale.jshin@chromium.org2010-10-302-10/+53
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-192-2/+2
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-182-2/+2
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-182-2/+2
* Pull latest PPAPI. Change key handling to support the new API.brettw@chromium.org2010-09-232-2/+23
* Change ICU_UTIL_DATA_IMPL on Linux to match the reality.jshin@chromium.org2010-09-071-4/+2
* Add functions to get the length or compute a substring of UTF8 and UTF16dmazzoni@chromium.org2010-08-233-0/+276
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-183-11/+15
* FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src...viettrungluu@chromium.org2010-08-143-8/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-268-0/+8
* Fix 2 include guards found by my scriptthakis@chromium.org2010-07-261-0/+5
* Make it possible to compile word_iterator.h on Gentoo when usingphajdan.jr@chromium.org2010-07-221-1/+2
* [chromeos]Set GtkWidget's default direction correctly.suzhe@chromium.org2010-07-021-1/+10
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-235-90/+128
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-112-0/+57
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-072-3/+26
* Small cleanups/style fixes. Simplifies RTL functions slightly.pkasting@chromium.org2010-05-052-28/+23
* fix mac bustage by adding NL to end of fileben@chromium.org2010-03-201-1/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-203-0/+607
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-092-2/+4
* Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) jschuh@google.com2010-02-261-9/+0
* Revert 36459 - Breaks 7 WebKit testsjschuh@chromium.org2010-01-161-2/+1
* Changes are:jschuh@chromium.org2010-01-161-1/+2
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-293-3/+3
* Split base.gyp and add base_nacl_win64 targetgregoryd@google.com2009-12-041-0/+13
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+2
* [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs.shess@chromium.org2009-11-172-0/+63
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-1/+0
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-103-165/+24
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-073-91/+211
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-223-44/+77