summaryrefslogtreecommitdiffstats
path: root/base/command_line_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+2
* Updates to base unittests so they run correctly in libchrome on Androidarihc2015-08-121-0/+3
* Take a StringPiece when looking up CommandLine switches.jackhou2015-05-211-2/+23
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-221-5/+5
* Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(cons...yoichio2015-04-171-5/+5
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-171-5/+5
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-251-11/+9
* base::CommandLine: Added optional quoting of placeholder arguments.mgiuca2014-10-011-2/+25
* CommandLineTest.ProgramQuotes: Fix crash-prone test.mgiuca2014-09-241-4/+1
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-4/+8
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-0/+2
* Extract arguments reconstruction logic out of GetCommandLineString() into Get...gab@chromium.org2012-10-291-0/+58
* [content shell] add support for getting tests from the command line.jochen@chromium.org2012-10-191-1/+4
* Allow callers of CommandLine::Init to know whether they were the first caller.erikwright@chromium.org2012-02-271-2/+2
* micro optimize CommandLine.GetSwitchPrefixLengthjoth@chromium.org2011-09-131-1/+4
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-12/+12
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-4/+4
* Base: Don't delete the previous command line when callingrvargas@google.com2011-07-131-0/+8
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-58/+144
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-2/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Add a unit test for CommandLine that makes sure that GetProgram will not retu...tommi@chromium.org2010-11-291-0/+19
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-151-1/+26
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-151-26/+1
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-141-1/+26
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-1/+1
* CommandLine: deprecate another function on non-Windowsevan@chromium.org2010-10-081-1/+2
* Header cleanup in base.brettw@chromium.org2010-08-171-3/+3
* Factor out command-line quoting code on Windows.evan@chromium.org2010-08-101-0/+31
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-9/+9
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-10/+10
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-6/+7
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-10/+4
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-25/+25
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-44/+29
* Store the command line in a more convenient format on non-windows platforms.estade@chromium.org2008-10-151-5/+24
* Fix typo in command line unit test.estade@chromium.org2008-10-101-1/+1
* Add -- as a command line switch parsing terminator. This allows you to launc...deanm@chromium.org2008-10-061-2/+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-6/+6
* Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...darin@google.com2008-08-141-2/+2
* Fix command_line unit test now that argv is no longer const. (Doh!) Remove ...mmentovai@google.com2008-08-121-11/+10
* fix base test harness to work on mac. fix command_line unit tests to match wh...pinkerton@google.com2008-08-081-4/+4
* Pinkerton's port/fix-up of command-line processing to work cross-platform.evanm@google.com2008-08-071-1/+20
* Add base to the repository.initial.commit2008-07-261-0/+125