summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-5/+5
* Add a FilePath version of the CommandLine constructor. Mark the wstring versi...thestig@chromium.org2009-10-091-1/+4
* Linux: set the process title (that shows in "ps" etc.) of renderers correctly...mdm@chromium.org2009-09-101-0/+10
* Linux: refactor zygote supportagl@chromium.org2009-06-121-0/+3
* Histogram count of number of command line argumentsjar@chromium.org2009-06-121-0/+3
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+0
* Linux: refactor zygote supportagl@chromium.org2009-06-101-0/+3
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+1
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-1/+1
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Add CommandLine::Terminate to be able to re-initialize the process command lineevan@chromium.org2009-02-251-0/+7
* POSIX: add command line option to launch renderers in a wrapperagl@chromium.org2009-02-101-0/+4
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-301-0/+10
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-59/+100
* Store the command line in a more convenient format on non-windows platforms.estade@chromium.org2008-10-151-0/+16
* Add -- as a command line switch parsing terminator. This allows you to launc...deanm@chromium.org2008-10-061-6/+9
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...tc@google.com2008-08-141-2/+2
* Get rid of the command-line hacks for posix platforms.evanm@google.com2008-08-121-1/+7
* Pinkerton's port/fix-up of command-line processing to work cross-platform.evanm@google.com2008-08-071-2/+6
* Add base to the repository.initial.commit2008-07-261-0/+119