| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add support for the extended header parameter syntax in Content-Disposition h... | jshin@chromium.org | 2010-11-03 | 3 | -0/+62 |
* | Use GLib to parse environment variables to determine the default locale. | jshin@chromium.org | 2010-10-30 | 2 | -10/+53 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 2 | -2/+2 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 2 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 2 | -2/+2 |
* | Pull latest PPAPI. Change key handling to support the new API. | brettw@chromium.org | 2010-09-23 | 2 | -2/+23 |
* | Change ICU_UTIL_DATA_IMPL on Linux to match the reality. | jshin@chromium.org | 2010-09-07 | 1 | -4/+2 |
* | Add functions to get the length or compute a substring of UTF8 and UTF16 | dmazzoni@chromium.org | 2010-08-23 | 3 | -0/+276 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Convert GetDisplayStringInLTRDirectionality from wstring to string16. | tony@chromium.org | 2010-08-18 | 3 | -11/+15 |
* | FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src... | viettrungluu@chromium.org | 2010-08-14 | 3 | -8/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 8 | -0/+8 |
* | Fix 2 include guards found by my script | thakis@chromium.org | 2010-07-26 | 1 | -0/+5 |
* | Make it possible to compile word_iterator.h on Gentoo when using | phajdan.jr@chromium.org | 2010-07-22 | 1 | -1/+2 |
* | [chromeos]Set GtkWidget's default direction correctly. | suzhe@chromium.org | 2010-07-02 | 1 | -1/+10 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 5 | -90/+128 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 2 | -0/+57 |
* | This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog box | xji@chromium.org | 2010-05-07 | 2 | -3/+26 |
* | Small cleanups/style fixes. Simplifies RTL functions slightly. | pkasting@chromium.org | 2010-05-05 | 2 | -28/+23 |
* | fix mac bustage by adding NL to end of file | ben@chromium.org | 2010-03-20 | 1 | -1/+2 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 3 | -0/+607 |
* | base: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-09 | 2 | -2/+4 |
* | Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) | jschuh@google.com | 2010-02-26 | 1 | -9/+0 |
* | Revert 36459 - Breaks 7 WebKit tests | jschuh@chromium.org | 2010-01-16 | 1 | -2/+1 |
* | Changes are: | jschuh@chromium.org | 2010-01-16 | 1 | -1/+2 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 3 | -3/+3 |
* | Split base.gyp and add base_nacl_win64 target | gregoryd@google.com | 2009-12-04 | 1 | -0/+13 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs. | shess@chromium.org | 2009-11-17 | 2 | -0/+63 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 1 | -1/+0 |
* | Clean up recent string conversion function changes, part 1: Remove unnecessar... | pkasting@chromium.org | 2009-11-10 | 3 | -165/+24 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 3 | -91/+211 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 3 | -44/+77 |