| Commit message (Expand) | Author | Age | Files | Lines |
* | Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith. | darin@chromium.org | 2009-10-15 | 2 | -10/+71 |
* | Make all NSPR symbols "private extern". | mark@chromium.org | 2009-10-15 | 1 | -1/+25 |
* | Add a variation of a stack to the base unittest umr flaky list. | nsylvain@chromium.org | 2009-10-15 | 1 | -0/+18 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 2 | -22/+0 |
* | Remove file_util::TrimTrailingSeparators(), which is deprecated and | tkent@chromium.org | 2009-10-15 | 5 | -18/+6 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 2 | -0/+22 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 2 | -22/+0 |
* | Don't use NSBundle when unsure of thread safety. | mark@chromium.org | 2009-10-15 | 1 | -12/+11 |
* | More CopyDirectory tests and fixes | vandebo@chromium.org | 2009-10-15 | 3 | -9/+145 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -30/+28 |
* | Re-attempt r28993 | darin@chromium.org | 2009-10-14 | 2 | -28/+64 |
* | Reverting 28993. | darin@chromium.org | 2009-10-14 | 2 | -64/+28 |
* | Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace. | darin@chromium.org | 2009-10-14 | 2 | -28/+64 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 2 | -3/+16 |
* | Move the framework and helper application into a versioned directory in support | mark@chromium.org | 2009-10-14 | 1 | -6/+1 |
* | Add a comment to file_path.h describing a couple of bits of trivia that came | mark@chromium.org | 2009-10-14 | 1 | -0/+28 |
* | Demangle C++ symbols in stack traces for Linux. | evan@chromium.org | 2009-10-14 | 2 | -2/+74 |
* | Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. | tony@chromium.org | 2009-10-14 | 4 | -6/+9 |
* | Fix a whole bunch of style nits. | erg@google.com | 2009-10-13 | 5 | -8/+13 |
* | Add API to CommandLine to get a FilePath value of a switch. | evan@chromium.org | 2009-10-13 | 1 | -2/+7 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 8 | -24/+16 |
* | Match window's behavior when recursively copying directories that exist. | vandebo@chromium.org | 2009-10-13 | 2 | -5/+153 |
* | Add FilePathTest.StripTrailingSeparators to base_unittests to test | mark@chromium.org | 2009-10-13 | 1 | -1/+64 |
* | Mac: Make the nsimage_cache behave more like +[NSImage imageNamed:] | avi@chromium.org | 2009-10-13 | 1 | -1/+7 |
* | When a nested run loop is driven directly by Run/DoRun as opposed to being a | mark@chromium.org | 2009-10-13 | 2 | -18/+30 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 5 | -10/+14 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 3 | -1/+10 |
* | Make GetLinuxDistro thread-safe. | thestig@chromium.org | 2009-10-13 | 1 | -8/+61 |
* | Remove obsolete source excludes in base/gfx. The files have been moved to app... | thestig@chromium.org | 2009-10-13 | 1 | -6/+0 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 10 | -80/+100 |
* | linux: drop linux-specific CommandLine function | evan@chromium.org | 2009-10-13 | 3 | -10/+9 |
* | include CHROMEOS files and defintions in TOOLKIT_VEIWS build. | oshima@chromium.org | 2009-10-12 | 1 | -2/+2 |
* | Convert a CopyRecursiveDirNoCache to use FilePaths instead | tony@chromium.org | 2009-10-12 | 3 | -30/+25 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 2 | -30/+26 |
* | In a signal handler, call _exit, not exit. | jrg@chromium.org | 2009-10-12 | 1 | -1/+4 |
* | Step 2 in porting disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 3 | -10/+25 |
* | Drop redundant CommandLine::Terminate. | evan@chromium.org | 2009-10-12 | 3 | -13/+7 |
* | Trim the list of signals used by debug_util::DisableOSCrashDumps() on Mac. | mark@chromium.org | 2009-10-12 | 2 | -19/+16 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 7 | -726/+0 |
* | Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes and | amanda@chromium.org | 2009-10-11 | 2 | -0/+34 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 8 | -281/+372 |
* | linux: include stdio.h for snprintf | craig.schlenter@chromium.org | 2009-10-10 | 1 | -0/+1 |
* | posix: avoid using printf when we're not sure of the types involved | evan@chromium.org | 2009-10-09 | 1 | -8/+12 |
* | Add logging macros that automatically append the last system error in string ... | tschmelcher@chromium.org | 2009-10-09 | 5 | -8/+407 |
* | Revert "Remove deprecated AbsolutePath function." | evan@chromium.org | 2009-10-09 | 2 | -0/+9 |
* | Remove deprecated AbsolutePath function. | evan@chromium.org | 2009-10-09 | 2 | -9/+0 |
* | Add a FilePath version of the CommandLine constructor. Mark the wstring versi... | thestig@chromium.org | 2009-10-09 | 2 | -2/+20 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 18 | -55/+56 |
* | Fixing scoped_ptr misusage in base/win_util.cc | timurrrr@chromium.org | 2009-10-09 | 1 | -7/+10 |
* | Fixes a bug that .crx can not be installed by "Could not create | tkent@chromium.org | 2009-10-09 | 2 | -4/+31 |