summaryrefslogtreecommitdiffstats
path: root/base/command_line.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-4/+4
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-4/+4
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-4/+4
* micro optimize CommandLine.GetSwitchPrefixLengthjoth@chromium.org2011-09-131-1/+1
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-1/+1
* Nix CommandLine::GetSwitchCount.msw@chromium.org2011-07-131-4/+0
* Base: Don't delete the previous command line when callingrvargas@google.com2011-07-131-1/+7
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-250/+167
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-7/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Out-of-line default Commandline ctor and provide dtor.msw@chromium.org2011-03-011-0/+6
* Reorganize CommandLine code.msw@chromium.org2011-03-011-236/+217
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-201-56/+75
* Revert 75405 - Register Application Restart with Windows Restart Manager on b...msw@chromium.org2011-02-181-75/+56
* Register Application Restart with Windows Restart Manager on browser_main sta...msw@chromium.org2011-02-181-56/+75
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-62/+8
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-7/+0
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-031-6/+5
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-151-3/+16
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-151-16/+3
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-141-3/+16
* Bring up IPC in NaCl.abarth@chromium.org2010-11-121-1/+1
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-2/+2
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-6/+0
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* CommandLine: deprecate another function on non-Windowsevan@chromium.org2010-10-081-6/+6
* CommandLine: remove deprecated wstring APIevan@chromium.org2010-10-071-18/+10
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-0/+12
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-6/+18
* CommandLine: remove three useless functions.evan@chromium.org2010-08-121-34/+10
* Factor out command-line quoting code on Windows.evan@chromium.org2010-08-101-16/+49
* CommandLine: Deprecate a function on non-Windows.evan@chromium.org2010-08-091-0/+3
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-2/+3
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-1/+1
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-12/+0
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-5/+10
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-10/+44
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+43
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-14/+5
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+7
* Fixed a TODO in data export of net-internals, added Chrome version and comman...maruel@chromium.org2010-05-211-0/+5
* Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgr...thestig@chromium.org2010-05-031-4/+3
* Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_va...jschuh@chromium.org2010-01-111-0/+1
* Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter ...jschuh@chromium.org2010-01-111-1/+0
* Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_va...jschuh@chromium.org2010-01-111-0/+1
* Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p...mdm@chromium.org2010-01-031-2/+34
* 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-11/+8