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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
1
-3
/
+3
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
1
-3
/
+3
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
1
-11
/
+14
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-2
/
+3
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-3
/
+3
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-3
/
+3
*
Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValue...
vivek.vg@samsung.com
2013-11-21
1
-2
/
+2
*
Allow typing label names on Windows by not treating things that start with sl...
brettw@chromium.org
2013-09-25
1
-1
/
+15
*
Allow tracing to console everywhere.
vollick@chromium.org
2013-07-11
1
-0
/
+5
*
Do not show sync promo when RestoreOnStartupURLs policy is set
bartfab@chromium.org
2013-06-18
1
-0
/
+1
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
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
*
Make base compile with no "using base::FilePath".
brettw@chromium.org
2013-02-16
1
-0
/
+2
*
Revert 182032
brettw@chromium.org
2013-02-12
1
-2
/
+0
*
Make base compile with no "using base::FilePath".
brettw@chromium.org
2013-02-12
1
-0
/
+2
*
Move string_split to base/strings.
tfarina@chromium.org
2013-02-07
1
-1
/
+1
*
Extract arguments reconstruction logic out of GetCommandLineString() into Get...
gab@chromium.org
2012-10-29
1
-8
/
+19
*
[content shell] add support for getting tests from the command line.
jochen@chromium.org
2012-10-19
1
-1
/
+2
*
Allow callers of CommandLine::Init to know whether they were the first caller.
erikwright@chromium.org
2012-02-27
1
-3
/
+5
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-4
/
+4
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-4
/
+4
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-4
/
+4
*
micro optimize CommandLine.GetSwitchPrefixLength
joth@chromium.org
2011-09-13
1
-1
/
+1
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
Rename CommandLine::GetArgs(), update callers.
msw@chromium.org
2011-07-13
1
-1
/
+1
*
Nix CommandLine::GetSwitchCount.
msw@chromium.org
2011-07-13
1
-4
/
+0
*
Base: Don't delete the previous command line when calling
rvargas@google.com
2011-07-13
1
-1
/
+7
*
Consolidate most CommandLine code across platforms.
msw@chromium.org
2011-05-14
1
-250
/
+167
*
iwyu: Cleanup in the following files:
jhawkins@chromium.org
2011-04-04
1
-7
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Out-of-line default Commandline ctor and provide dtor.
msw@chromium.org
2011-03-01
1
-0
/
+6
*
Reorganize CommandLine code.
msw@chromium.org
2011-03-01
1
-236
/
+217
*
Register Application Restart with Windows Restart Manager on browser_main sta...
msw@chromium.org
2011-02-20
1
-56
/
+75
*
Revert 75405 - Register Application Restart with Windows Restart Manager on b...
msw@chromium.org
2011-02-18
1
-75
/
+56
*
Register Application Restart with Windows Restart Manager on browser_main sta...
msw@chromium.org
2011-02-18
1
-56
/
+75
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-62
/
+8
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-7
/
+0
*
Start using file_util symlink code, now that it's available.
gspencer@chromium.org
2010-12-03
1
-6
/
+5
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
1
-3
/
+16
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
1
-16
/
+3
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
1
-3
/
+16
*
Bring up IPC in NaCl.
abarth@chromium.org
2010-11-12
1
-1
/
+1
*
Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.
mattm@chromium.org
2010-10-21
1
-2
/
+2
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-6
/
+0
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-2
/
+2
*
CommandLine: deprecate another function on non-Windows
evan@chromium.org
2010-10-08
1
-6
/
+6
*
CommandLine: remove deprecated wstring API
evan@chromium.org
2010-10-07
1
-18
/
+10
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
[next]