summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
Commit message (Expand)AuthorAgeFilesLines
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-201-0/+3
* Revert 75405 - Register Application Restart with Windows Restart Manager on b...msw@chromium.org2011-02-181-3/+0
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-181-0/+3
* Start sorting methods in class declarations.erg@google.com2011-01-071-23/+28
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-9/+1
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-7/+0
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-3/+4
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-1/+0
* CommandLine: deprecate another function on non-Windowsevan@chromium.org2010-10-081-1/+1
* CommandLine: remove deprecated wstring APIevan@chromium.org2010-10-071-2/+0
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-9/+2
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-2/+8
* CommandLine: remove three useless functions.evan@chromium.org2010-08-121-13/+0
* CommandLine: Deprecate a function on non-Windows.evan@chromium.org2010-08-091-11/+10
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-3/+3
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-9/+0
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-2/+5
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-6/+15
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-32/+11
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-7/+5
* Move implementation from header to source.erg@chromium.org2010-07-151-1/+2
* Make out-of-process tests output correct XML file (re-submitting due to wrong...kinuko@chromium.org2010-05-241-2/+5
* Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-241-5/+2
* Make out-of-process tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-241-2/+5
* Fixed a TODO in data export of net-internals, added Chrome version and comman...maruel@chromium.org2010-05-211-0/+3
* Revert 47917 - Make outofprocess tests output correct XML filenick@chromium.org2010-05-211-5/+2
* Make out-of-process tests output correct XML filekinuko@chromium.org2010-05-211-2/+5
* Auto restart when update available while running in the background on windows.atwilson@chromium.org2010-04-091-8/+11
* Revert 43989 - This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-091-11/+8
* This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-081-8/+11
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+1
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-3/+9
* Add API to CommandLine to get a FilePath value of a switch.evan@chromium.org2009-10-131-2/+7
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-6/+24
* linux: drop linux-specific CommandLine functionevan@chromium.org2009-10-131-3/+0
* CommandLine: rejigger how initialization works.evan@chromium.org2009-10-121-11/+21
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-5/+5
* Add a FilePath version of the CommandLine constructor. Mark the wstring versi...thestig@chromium.org2009-10-091-1/+4
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-101-0/+10
* Linux: refactor zygote supportagl@chromium.org2009-06-121-0/+3
* Histogram count of number of command line argumentsjar@chromium.org2009-06-121-0/+3
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+0
* Linux: refactor zygote supportagl@chromium.org2009-06-101-0/+3
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+1
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-1/+1
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Add CommandLine::Terminate to be able to re-initialize the process command lineevan@chromium.org2009-02-251-0/+7
* POSIX: add command line option to launch renderers in a wrapperagl@chromium.org2009-02-101-0/+4
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-0/+10