summaryrefslogtreecommitdiffstats
path: root/base/command_line.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-0/+9
* Add CommandLine::Terminate to be able to re-initialize the process command lineevan@chromium.org2009-02-251-1/+6
* POSIX: add command line option to launch renderers in a wrapperagl@chromium.org2009-02-101-0/+10
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-245/+223
* Store the command line in a more convenient format on non-windows platforms.estade@chromium.org2008-10-151-18/+63
* Add -- as a command line switch parsing terminator. This allows you to launc...deanm@chromium.org2008-10-061-0/+23
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-0/+1
* Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...tc@google.com2008-08-141-4/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Fix command_line unit test now that argv is no longer const. (Doh!) Remove ...mmentovai@google.com2008-08-121-1/+1
* Fix build breakage on Windows.evanm@google.com2008-08-121-0/+2
* Get rid of the command-line hacks for posix platforms.evanm@google.com2008-08-121-21/+17
* fix base test harness to work on mac. fix command_line unit tests to match wh...pinkerton@google.com2008-08-081-2/+6
* Remove cruft of old unit test harness, replace it with gTest goodness. Fix ex...pinkerton@google.com2008-08-081-4/+4
* Fix an accidental nested extern and conversion cleanup from brett's landing.pinkerton@google.com2008-08-071-4/+4
* Pinkerton's port/fix-up of command-line processing to work cross-platform.evanm@google.com2008-08-071-37/+104
* Add base to the repository.initial.commit2008-07-261-0/+246