| Commit message (Expand) | Author | Age | Files | Lines |
* | ** 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 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 1 | -4/+3 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 3 | -18/+364 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 7 | -0/+469 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 5 | -0/+364 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 3 | -440/+61 |
* | Move the ICU string conversions into its own file. This new file is included | brettw@chromium.org | 2009-10-02 | 2 | -0/+727 |