| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract arguments reconstruction logic out of GetCommandLineString() into Get... | gab@chromium.org | 2012-10-29 | 1 | -1/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Allow callers of CommandLine::Init to know whether they were the first caller. | erikwright@chromium.org | 2012-02-27 | 1 | -3/+5 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 1 | -2/+1 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 1 | -2/+1 |
* | Nix CommandLine::GetSwitchCount. | msw@chromium.org | 2011-07-13 | 1 | -4/+0 |
* | Consolidate most CommandLine code across platforms. | msw@chromium.org | 2011-05-14 | 1 | -41/+29 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-04-04 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -1/+2 |
* | Out-of-line default Commandline ctor and provide dtor. | msw@chromium.org | 2011-03-01 | 1 | -2/+4 |
* | Reorganize CommandLine code. | msw@chromium.org | 2011-03-01 | 1 | -108/+80 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-20 | 1 | -0/+3 |
* | Revert 75405 - Register Application Restart with Windows Restart Manager on b... | msw@chromium.org | 2011-02-18 | 1 | -3/+0 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-18 | 1 | -0/+3 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -23/+28 |
* | Move the SetProcTitle code out of base and into chrome/common. This is only | brettw@chromium.org | 2010-12-29 | 1 | -9/+1 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -7/+0 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -3/+4 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 1 | -1/+0 |
* | CommandLine: deprecate another function on non-Windows | evan@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | CommandLine: remove deprecated wstring API | evan@chromium.org | 2010-10-07 | 1 | -2/+0 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -9/+2 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 1 | -2/+8 |
* | CommandLine: remove three useless functions. | evan@chromium.org | 2010-08-12 | 1 | -13/+0 |
* | CommandLine: Deprecate a function on non-Windows. | evan@chromium.org | 2010-08-09 | 1 | -11/+10 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -3/+3 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 1 | -9/+0 |
* | Add an AppendSwitchASCII to CommandLine, and convert a test to it. | evan@chromium.org | 2010-07-30 | 1 | -2/+5 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -6/+15 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -32/+11 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -7/+5 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -1/+2 |
* | Make out-of-process tests output correct XML file (re-submitting due to wrong... | kinuko@chromium.org | 2010-05-24 | 1 | -2/+5 |
* | Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed) | kinuko@chromium.org | 2010-05-24 | 1 | -5/+2 |
* | Make out-of-process tests output correct XML file (filepath fixed) | kinuko@chromium.org | 2010-05-24 | 1 | -2/+5 |
* | Fixed a TODO in data export of net-internals, added Chrome version and comman... | maruel@chromium.org | 2010-05-21 | 1 | -0/+3 |
* | Revert 47917 - Make outofprocess tests output correct XML file | nick@chromium.org | 2010-05-21 | 1 | -5/+2 |
* | Make out-of-process tests output correct XML file | kinuko@chromium.org | 2010-05-21 | 1 | -2/+5 |
* | Auto restart when update available while running in the background on windows. | atwilson@chromium.org | 2010-04-09 | 1 | -8/+11 |
* | Revert 43989 - This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-09 | 1 | -11/+8 |
* | This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-08 | 1 | -8/+11 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -3/+9 |
* | Add API to CommandLine to get a FilePath value of a switch. | evan@chromium.org | 2009-10-13 | 1 | -2/+7 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -6/+24 |
* | linux: drop linux-specific CommandLine function | evan@chromium.org | 2009-10-13 | 1 | -3/+0 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -11/+21 |
* | Drop redundant CommandLine::Terminate. | evan@chromium.org | 2009-10-12 | 1 | -5/+5 |