summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
Commit message (Expand)AuthorAgeFilesLines
* Take a StringPiece when looking up CommandLine switches.jackhou2015-05-211-7/+26
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-221-1/+1
* Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(cons...yoichio2015-04-171-1/+1
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-171-1/+1
* Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perftapted2015-03-301-0/+3
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-3/+0
* base::CommandLine: Added optional quoting of placeholder arguments.mgiuca2014-10-011-2/+39
* base::CommandLine: Replace use of wstring with string16.mgiuca2014-10-011-3/+4
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-7/+12
* Allow typing label names on Windows by not treating things that start with sl...brettw@chromium.org2013-09-251-0/+11
* Allow tracing to console everywhere.vollick@chromium.org2013-07-111-0/+3
* 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