summaryrefslogtreecommitdiffstats
path: root/base/command_line.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-28/+26
* linux: drop linux-specific CommandLine functionevan@chromium.org2009-10-131-7/+6
* CommandLine: rejigger how initialization works.evan@chromium.org2009-10-121-19/+5
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-7/+1
* posix: avoid using printf when we're not sure of the types involvedevan@chromium.org2009-10-091-8/+12
* Add a FilePath version of the CommandLine constructor. Mark the wstring versi...thestig@chromium.org2009-10-091-1/+16
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-101-0/+31
* Fix Issue 19689: Command line URL parameter does not support Chinese.suzhe@chromium.org2009-08-261-9/+9
* Linux: refactor zygote supportagl@chromium.org2009-06-121-0/+6
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-6/+0
* Linux: refactor zygote supportagl@chromium.org2009-06-101-0/+6
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+11
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-1/+0