| Commit message (Expand) | Author | Age | Files | Lines |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -23/+28 |
* | Move the SetProcTitle code out of base and into chrome/common. This is only | brettw@chromium.org | 2010-12-29 | 1 | -9/+1 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -7/+0 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -3/+4 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 1 | -1/+0 |
* | CommandLine: deprecate another function on non-Windows | evan@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | CommandLine: remove deprecated wstring API | evan@chromium.org | 2010-10-07 | 1 | -2/+0 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -9/+2 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 1 | -2/+8 |
* | CommandLine: remove three useless functions. | evan@chromium.org | 2010-08-12 | 1 | -13/+0 |
* | CommandLine: Deprecate a function on non-Windows. | evan@chromium.org | 2010-08-09 | 1 | -11/+10 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -3/+3 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 1 | -9/+0 |
* | Add an AppendSwitchASCII to CommandLine, and convert a test to it. | evan@chromium.org | 2010-07-30 | 1 | -2/+5 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -6/+15 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -32/+11 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -7/+5 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -1/+2 |
* | Make out-of-process tests output correct XML file (re-submitting due to wrong... | kinuko@chromium.org | 2010-05-24 | 1 | -2/+5 |
* | Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed) | kinuko@chromium.org | 2010-05-24 | 1 | -5/+2 |
* | Make out-of-process tests output correct XML file (filepath fixed) | kinuko@chromium.org | 2010-05-24 | 1 | -2/+5 |
* | Fixed a TODO in data export of net-internals, added Chrome version and comman... | maruel@chromium.org | 2010-05-21 | 1 | -0/+3 |
* | Revert 47917 - Make outofprocess tests output correct XML file | nick@chromium.org | 2010-05-21 | 1 | -5/+2 |
* | Make out-of-process tests output correct XML file | kinuko@chromium.org | 2010-05-21 | 1 | -2/+5 |
* | Auto restart when update available while running in the background on windows. | atwilson@chromium.org | 2010-04-09 | 1 | -8/+11 |
* | Revert 43989 - This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-09 | 1 | -11/+8 |
* | This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-08 | 1 | -8/+11 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -3/+9 |
* | Add API to CommandLine to get a FilePath value of a switch. | evan@chromium.org | 2009-10-13 | 1 | -2/+7 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -6/+24 |
* | linux: drop linux-specific CommandLine function | evan@chromium.org | 2009-10-13 | 1 | -3/+0 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -11/+21 |
* | Drop redundant CommandLine::Terminate. | evan@chromium.org | 2009-10-12 | 1 | -5/+5 |
* | Add a FilePath version of the CommandLine constructor. Mark the wstring versi... | thestig@chromium.org | 2009-10-09 | 1 | -1/+4 |
* | Linux: set the process title (that shows in "ps" etc.) of renderers correctly... | mdm@chromium.org | 2009-09-10 | 1 | -0/+10 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -0/+3 |
* | Histogram count of number of command line arguments | jar@chromium.org | 2009-06-12 | 1 | -0/+3 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -3/+0 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -0/+3 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+1 |
* | posix: port PrependCommand to Windows and use for the plugin launcher. | evan@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Add CommandLine::Terminate to be able to re-initialize the process command line | evan@chromium.org | 2009-02-25 | 1 | -0/+7 |
* | POSIX: add command line option to launch renderers in a wrapper | agl@chromium.org | 2009-02-10 | 1 | -0/+4 |
* | Provides the ability to write a unit test that brings up a browser. As | sky@google.com | 2009-01-30 | 1 | -0/+10 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -59/+100 |
* | Store the command line in a more convenient format on non-windows platforms. | estade@chromium.org | 2008-10-15 | 1 | -0/+16 |
* | Add -- as a command line switch parsing terminator. This allows you to launc... | deanm@chromium.org | 2008-10-06 | 1 | -6/+9 |