Sign in
chromium
/
chromium
/
src.git
/
dde8877bc21f56ea610b4889f34d31f970d54fd6
/
base
/
command_line_unittest.cc
a16212a5
Convert NULL and 0 to nullptr in base using clang-tidy.
by Ivan Kotenkov
· 8 years ago
d851aa1
base: Support command line wrappers with quoted arguments
by skyostil
· 8 years ago
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 9 years ago
e89963ac
Updates to base unittests so they run correctly in libchrome on Android
by arihc
· 10 years ago
1bd9da9
Take a StringPiece when looking up CommandLine switches.
by jackhou
· 10 years ago
b20cbb4
Enforce lowercase switches when calling CommandLine::HasSwitch.
by jackhou
· 10 years ago
817cf38
Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(const char*). (patchset #5 id:80001 of https://codereview.chromium.org/1046363002/)
by yoichio
· 10 years ago
f589617
Enforce lowercase switches when calling CommandLine::HasSwitch.
by jackhou
· 10 years ago
421dddb
Prefix CommandLine usege with base namespace (Part 1: base/)
by pgal.u-szeged
· 11 years ago
c974d510
base::CommandLine: Added optional quoting of placeholder arguments.
by mgiuca
· 11 years ago
b937b242
CommandLineTest.ProgramQuotes: Fix crash-prone test.
by mgiuca
· 11 years ago
f729d7a
Remove UTF string conversion functions from the global namespace.
by
[email protected]
· 11 years ago
a4ea1f1
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/.
by
[email protected]
· 12 years ago
5799981
Move file_path.h to base/files.
by
[email protected]
· 12 years ago
023ad6ab
Replace FilePath with base::FilePath.
by
[email protected]
· 12 years ago
45f982e
Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString().
by
[email protected]
· 13 years ago
21e342f
[content shell] add support for getting tests from the command line.
by
[email protected]
· 13 years ago
72e2e242
Allow callers of CommandLine::Init to know whether they were the first caller.
by
[email protected]
· 13 years ago
1fa39f0
micro optimize CommandLine.GetSwitchPrefixLength
by
[email protected]
· 14 years ago
61a4c6f
Rename CommandLine::GetCommandLineString().
by
[email protected]
· 14 years ago
75f1c78
Rename CommandLine::GetArgs(), update callers.
by
[email protected]
· 14 years ago
f96fe2c4
Base: Don't delete the previous command line when calling CommandLine::Init()
by
[email protected]
· 14 years ago
a40ca430
Consolidate most CommandLine code across platforms.
by
[email protected]
· 14 years ago
6775e40a
Change other usages of .size() to .empty() when applicable.
by
[email protected]
· 14 years ago
f6b8ce3
Pure pedantry: Replace all ".size() == 0" with ".empty()".
by
[email protected]
· 14 years ago
450b34ec
Add a unit test for CommandLine that makes sure that GetProgram will not return a quoted string and that (on Windows) the program part of a command line string will always be quoted.
by
[email protected]
· 15 years ago
e6124ad5
Attempt to reland http://codereview.chromium.org/4928002/
by
[email protected]
· 15 years ago
9d84e1a
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
by
[email protected]
· 15 years ago
12c0b18
Changing the installer switches from wchar_t[] to char[].
by
[email protected]
· 15 years ago
fc8edf5
CommandLine: remove wstring-based program() accessor
by
[email protected]
· 15 years ago
78c4c42
CommandLine: deprecate another function on non-Windows
by
[email protected]
· 15 years ago
f163393
Header cleanup in base.
by
[email protected]
· 15 years ago
98a1c268
Factor out command-line quoting code on Windows.
by
[email protected]
· 15 years ago
05076ba2
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
by
[email protected]
· 15 years ago
5d91c9e
base/ header cleanup. Forward declaration instead of including.
by
[email protected]
· 15 years ago
2e4c50c
Remove deprecated CommandLine::GetLooseValues(), rename to args().
by
[email protected]
· 15 years ago
c4e52f0d
Use GetSwitchValueASCII.
by
[email protected]
· 16 years ago
51343d5a
Remove deprecated CommandLine(std::wstring) ctor.
by
[email protected]
· 16 years ago
b7e0a2a
Use ASCII strings for switch names.
by
[email protected]
· 16 years ago
bd1d148
Remove logging.h from cc files that don't use it.
by
[email protected]
· 16 years ago
7afa9c92
NO CODE CHANGE
by
[email protected]
· 16 years ago
bb97536
Make CommandLine into a normal object, with some statics for getting at the current process's command line.
by
[email protected]
· 16 years ago
10e42bf
Store the command line in a more convenient format on non-windows platforms.
by
[email protected]
· 17 years ago
8c9510d
Fix typo in command line unit test.
by
[email protected]
· 17 years ago
02c8796
Add -- as a command line switch parsing terminator. This allows you to launch chrome to a given URL safely, without having to validate the URL and worry it might be interpreted as a dangerous command line argument.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
e63d598
Add command_line_unittest and pr_time_test to the linux set of unittests. Fix the const-ness of argv in CommandLine on posix.
by
[email protected]
· 17 years ago
cb2f363
Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-)
by
[email protected]
· 17 years ago
4e44b4d
Fix command_line unit test now that argv is no longer const. (Doh!) Remove a technically illegal zero-length array. Fix a couple of warnings for good measure as long as I'm in here.
by
[email protected]
· 17 years ago
5d42633
fix base test harness to work on mac. fix command_line unit tests to match what windows expects. fix base xcode project to separate building and running unit tests into two targets.
by
[email protected]
· 17 years ago
f3adb5c
Pinkerton's port/fix-up of command-line processing to work cross-platform.
by
[email protected]
· 17 years ago
d7cae12
Add base to the repository.
by initial.commit
· 17 years ago