index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
command_line_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take a StringPiece when looking up CommandLine switches.
jackhou
2015-05-21
1
-2
/
+23
*
Enforce lowercase switches when calling CommandLine::HasSwitch.
jackhou
2015-04-22
1
-5
/
+5
*
Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(cons...
yoichio
2015-04-17
1
-5
/
+5
*
Enforce lowercase switches when calling CommandLine::HasSwitch.
jackhou
2015-04-17
1
-5
/
+5
*
Prefix CommandLine usege with base namespace (Part 1: base/)
pgal.u-szeged
2014-11-25
1
-11
/
+9
*
base::CommandLine: Added optional quoting of placeholder arguments.
mgiuca
2014-10-01
1
-2
/
+25
*
CommandLineTest.ProgramQuotes: Fix crash-prone test.
mgiuca
2014-09-24
1
-4
/
+1
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-4
/
+8
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-0
/
+2
*
Extract arguments reconstruction logic out of GetCommandLineString() into Get...
gab@chromium.org
2012-10-29
1
-0
/
+58
*
[content shell] add support for getting tests from the command line.
jochen@chromium.org
2012-10-19
1
-1
/
+4
*
Allow callers of CommandLine::Init to know whether they were the first caller.
erikwright@chromium.org
2012-02-27
1
-2
/
+2
*
micro optimize CommandLine.GetSwitchPrefixLength
joth@chromium.org
2011-09-13
1
-1
/
+4
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-12
/
+12
*
Rename CommandLine::GetArgs(), update callers.
msw@chromium.org
2011-07-13
1
-4
/
+4
*
Base: Don't delete the previous command line when calling
rvargas@google.com
2011-07-13
1
-0
/
+8
*
Consolidate most CommandLine code across platforms.
msw@chromium.org
2011-05-14
1
-58
/
+144
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-2
/
+2
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Add a unit test for CommandLine that makes sure that GetProgram will not retu...
tommi@chromium.org
2010-11-29
1
-0
/
+19
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
1
-1
/
+26
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
1
-26
/
+1
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
1
-1
/
+26
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-1
/
+1
*
CommandLine: deprecate another function on non-Windows
evan@chromium.org
2010-10-08
1
-1
/
+2
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-3
/
+3
*
Factor out command-line quoting code on Windows.
evan@chromium.org
2010-08-10
1
-0
/
+31
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-9
/
+9
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Remove deprecated CommandLine::GetLooseValues(), rename to args().
evan@chromium.org
2010-07-21
1
-10
/
+10
*
Use GetSwitchValueASCII.
tony@chromium.org
2009-11-06
1
-6
/
+7
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-10
/
+4
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-25
/
+25
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-44
/
+29
*
Store the command line in a more convenient format on non-windows platforms.
estade@chromium.org
2008-10-15
1
-5
/
+24
*
Fix typo in command line unit test.
estade@chromium.org
2008-10-10
1
-1
/
+1
*
Add -- as a command line switch parsing terminator. This allows you to launc...
deanm@chromium.org
2008-10-06
1
-2
/
+9
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...
tc@google.com
2008-08-14
1
-6
/
+6
*
Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...
darin@google.com
2008-08-14
1
-2
/
+2
*
Fix command_line unit test now that argv is no longer const. (Doh!) Remove ...
mmentovai@google.com
2008-08-12
1
-11
/
+10
*
fix base test harness to work on mac. fix command_line unit tests to match wh...
pinkerton@google.com
2008-08-08
1
-4
/
+4
*
Pinkerton's port/fix-up of command-line processing to work cross-platform.
evanm@google.com
2008-08-07
1
-1
/
+20
*
Add base to the repository.
initial.commit
2008-07-26
1
-0
/
+125