summaryrefslogtreecommitdiffstats
path: root/base/command_line.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* base: get rid of deprecated TrimWhitespace() functiontfarina2015-12-061-0/+8
* Replace ToLower calls to the new formatbrettw2015-08-101-3/+3
* Update SplitString calls to new formbrettw2015-08-081-2/+3
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-3/+2
* Update SplitString calls to new formbrettw2015-08-071-2/+3
* Take a StringPiece when looking up CommandLine switches.jackhou2015-05-211-26/+43
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-221-1/+2
* Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(cons...yoichio2015-04-171-2/+1
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-171-1/+2
* Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perftapted2015-03-301-0/+4
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-1/+1
* Avoid a string copy for every CommandLine::HasSwitch queryjdduke2014-12-171-2/+4
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-22/+20
* base::CommandLine: Added optional quoting of placeholder arguments.mgiuca2014-10-011-45/+54
* base::CommandLine: Replace use of wstring with string16.mgiuca2014-10-011-6/+6
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-3/+3
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-3/+3
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-11/+14
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+3
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-3/+3
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-3/+3
* Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValue...vivek.vg@samsung.com2013-11-211-2/+2
* Allow typing label names on Windows by not treating things that start with sl...brettw@chromium.org2013-09-251-1/+15
* Allow tracing to console everywhere.vollick@chromium.org2013-07-111-0/+5
* Do not show sync promo when RestoreOnStartupURLs policy is setbartfab@chromium.org2013-06-181-0/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* 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
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-161-0/+2
* Revert 182032brettw@chromium.org2013-02-121-2/+0
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-121-0/+2
* Move string_split to base/strings.tfarina@chromium.org2013-02-071-1/+1
* Extract arguments reconstruction logic out of GetCommandLineString() into Get...gab@chromium.org2012-10-291-8/+19
* [content shell] add support for getting tests from the command line.jochen@chromium.org2012-10-191-1/+2
* Allow callers of CommandLine::Init to know whether they were the first caller.erikwright@chromium.org2012-02-271-3/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-4/+4
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-4/+4
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-4/+4
* micro optimize CommandLine.GetSwitchPrefixLengthjoth@chromium.org2011-09-131-1/+1
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-1/+1
* Nix CommandLine::GetSwitchCount.msw@chromium.org2011-07-131-4/+0
* Base: Don't delete the previous command line when callingrvargas@google.com2011-07-131-1/+7
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-250/+167
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-7/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Out-of-line default Commandline ctor and provide dtor.msw@chromium.org2011-03-011-0/+6
* Reorganize CommandLine code.msw@chromium.org2011-03-011-236/+217