summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-6/+9
* Extract arguments reconstruction logic out of GetCommandLineString() into Get...gab@chromium.org2012-10-291-1/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Allow callers of CommandLine::Init to know whether they were the first caller.erikwright@chromium.org2012-02-271-3/+5
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-2/+1
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-2/+1
* Nix CommandLine::GetSwitchCount.msw@chromium.org2011-07-131-4/+0
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-41/+29
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-1/+2
* Out-of-line default Commandline ctor and provide dtor.msw@chromium.org2011-03-011-2/+4
* Reorganize CommandLine code.msw@chromium.org2011-03-011-108/+80
* 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