Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
cc8e4d8a61f8bac0b008f3b08f03bdd1c618a603
/
base
/
command_line_unittest.cc
cc8e4d8
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
a6a6a68
Switch to standard integer types in base/.
by avi
· 9 years ago
7614aae
Updates to base unittests so they run correctly in libchrome on Android
by arihc
· 9 years ago
a5995af
Take a StringPiece when looking up CommandLine switches.
by jackhou
· 9 years ago
5c9fc1f
Enforce lowercase switches when calling CommandLine::HasSwitch.
by jackhou
· 10 years ago
2123b05
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
fe439af
Enforce lowercase switches when calling CommandLine::HasSwitch.
by jackhou
· 10 years ago
9c8f32a
Prefix CommandLine usege with base namespace (Part 1: base/)
by pgal.u-szeged
· 10 years ago
90d7449
base::CommandLine: Added optional quoting of placeholder arguments.
by mgiuca
· 10 years ago
6742f34
CommandLineTest.ProgramQuotes: Fix crash-prone test.
by mgiuca
· 10 years ago
0e569b9
Remove UTF string conversion functions from the global namespace.
by avi@chromium.org
· 11 years ago
17f6062
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/.
by avi@chromium.org
· 11 years ago
59eef1f
Move file_path.h to base/files.
by brettw@chromium.org
· 12 years ago
82bcf51
Replace FilePath with base::FilePath.
by brettw@chromium.org
· 12 years ago
e399ff4
Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString().
by gab@chromium.org
· 12 years ago
1e9efb1
[content shell] add support for getting tests from the command line.
by jochen@chromium.org
· 12 years ago
506c72b
Allow callers of CommandLine::Init to know whether they were the first caller.
by erikwright@chromium.org
· 13 years ago
b23d184
micro optimize CommandLine.GetSwitchPrefixLength
by joth@chromium.org
· 13 years ago
c57622c
Rename CommandLine::GetCommandLineString().
by msw@chromium.org
· 13 years ago
a25adf4
Rename CommandLine::GetArgs(), update callers.
by msw@chromium.org
· 13 years ago
58a1184
Base: Don't delete the previous command line when calling CommandLine::Init()
by rvargas@google.com
· 13 years ago
53fbac1
Consolidate most CommandLine code across platforms.
by msw@chromium.org
· 14 years ago
24e9fac
Change other usages of .size() to .empty() when applicable.
by erg@google.com
· 14 years ago
aed4b38
Pure pedantry: Replace all ".size() == 0" with ".empty()".
by erg@google.com
· 14 years ago
d2c0920
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 tommi@chromium.org
· 14 years ago
877e84e
Attempt to reland http://codereview.chromium.org/4928002/
by tommi@chromium.org
· 14 years ago
f6e6492
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
by tommi@chromium.org
· 14 years ago
9729af6
Changing the installer switches from wchar_t[] to char[].
by tommi@chromium.org
· 14 years ago
41d604b
CommandLine: remove wstring-based program() accessor
by evan@chromium.org
· 14 years ago
afe7c02
CommandLine: deprecate another function on non-Windows
by evan@chromium.org
· 14 years ago
11f89b0
Header cleanup in base.
by brettw@chromium.org
· 14 years ago
cdf8085
Factor out command-line quoting code on Windows.
by evan@chromium.org
· 14 years ago
25ca7dd
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
by evan@chromium.org
· 14 years ago
6e67c1d
base/ header cleanup. Forward declaration instead of including.
by erg@google.com
· 14 years ago
bb42a35
Remove deprecated CommandLine::GetLooseValues(), rename to args().
by evan@chromium.org
· 14 years ago
7bcc4c1
Use GetSwitchValueASCII.
by tony@chromium.org
· 15 years ago
c4fee2c
Remove deprecated CommandLine(std::wstring) ctor.
by evan@chromium.org
· 15 years ago
e3fca69
Use ASCII strings for switch names.
by evan@chromium.org
· 15 years ago
b8c0b1d
Remove logging.h from cc files that don't use it.
by thestig@chromium.org
· 16 years ago
ad8855a
NO CODE CHANGE
by deanm@chromium.org
· 16 years ago
4bbc613
Make CommandLine into a normal object, with some statics for getting at the current process's command line.
by evan@chromium.org
· 16 years ago
92c59f2
Store the command line in a more convenient format on non-windows platforms.
by estade@chromium.org
· 16 years ago
a048e38
Fix typo in command line unit test.
by estade@chromium.org
· 16 years ago
a638cc9
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 deanm@chromium.org
· 16 years ago
f003cfe
Use a more compact license header in source files.
by license.bot
· 16 years ago
1bc8d52
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 tc@google.com
· 16 years ago
f327280
Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-)
by darin@google.com
· 16 years ago
cd20e5c
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 mmentovai@google.com
· 16 years ago
0c0e01c
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 pinkerton@google.com
· 16 years ago
91cdff8
Pinkerton's port/fix-up of command-line processing to work cross-platform.
by evanm@google.com
· 16 years ago
3f4a732
Add base to the repository.
by initial.commit
· 16 years ago