- fb1da50 Recommend base::test::ScopedCommandLine usage. by thestig · 8 years ago
- d52b711 Add a chrome_elf_unittest ChromeElfLoadSanityTest which validates that loading chrome_elf does not load user32.dll by ananta · 8 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
- 5762d50 Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perf by tapted · 10 years ago
- ca5a607 Make callers of CommandLine use it via the base:: namespace, and remove the global alias. by avi · 10 years ago
- 90d7449 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 10 years ago
- 9959b0d base::CommandLine: Replace use of wstring with string16. by mgiuca · 10 years ago
- 3727389 Move CommandLine to base namespace. by brettw@chromium.org · 11 years ago
- 40b2d58 Allow typing label names on Windows by not treating things that start with slashes as arguments rather than switches. by brettw@chromium.org · 11 years ago
- 4ff9adc Allow tracing to console everywhere. by vollick@chromium.org · 11 years ago
- a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
- e399ff4 Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString(). by gab@chromium.org · 12 years ago
- 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@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
- e585bed Rename BASE_API to BASE_EXPORT. by darin@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
- 2dbe0e1 Nix CommandLine::GetSwitchCount. by msw@chromium.org · 13 years ago
- 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 14 years ago
- 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 14 years ago
- 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
- 96b695b Out-of-line default Commandline ctor and provide dtor. by msw@chromium.org · 14 years ago
- 7b2af61 Reorganize CommandLine code. by msw@chromium.org · 14 years ago
- da7a548 Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Use GetFunctionPointer/GetProcAddress to avoid XP link and run errors. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
- 813b51b Revert 75405 - Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
- ec49caa Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
- d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
- 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
- 393265a Get rid of std::wstring version of HasSwitch. by tfarina@chromium.org · 14 years ago
- af4c7a0 Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. by mattm@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
- fcbde68 CommandLine: remove deprecated wstring API by evan@chromium.org · 14 years ago
- cb8b2cb FBTF: Move some heavy, repeatedly emitted symbols to implementation files. by erg@google.com · 14 years ago
- 580ab7f CommandLine: eliminate wstring-accepting AppendLooseValue by evan@chromium.org · 14 years ago
- 6d2940d CommandLine: remove three useless functions. by evan@chromium.org · 14 years ago
- 1596139 CommandLine: Deprecate a function on non-Windows. by evan@chromium.org · 14 years ago
- 65dcdf9 PrependWrapper is platform-specific, so it should take a platform string. by evan@chromium.org · 14 years ago
- 6ebdb8d Remove deprecated CommandLine API. by evan@chromium.org · 14 years ago
- 3f98514 Add an AppendSwitchASCII to CommandLine, and convert a test to it. by evan@chromium.org · 14 years ago
- 0b90a5c CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() by evan@chromium.org · 14 years ago
- 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
- 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
- bb42a35 Remove deprecated CommandLine::GetLooseValues(), rename to args(). by evan@chromium.org · 14 years ago
- 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
- 16013dc Make out-of-process tests output correct XML file (re-submitting due to wrong revert) by kinuko@chromium.org · 14 years ago
- 7321fda Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed) by kinuko@chromium.org · 14 years ago
- 5e0662f Make out-of-process tests output correct XML file (filepath fixed) by kinuko@chromium.org · 14 years ago
- 1e26155 Fixed a TODO in data export of net-internals, added Chrome version and command line. by maruel@chromium.org · 14 years ago
- 2cce060 Revert 47917 - Make outofprocess tests output correct XML file by nick@chromium.org · 14 years ago
- 9d5ea94 Make out-of-process tests output correct XML file by kinuko@chromium.org · 14 years ago
- e102c60 Auto restart when update available while running in the background on windows. by atwilson@chromium.org · 15 years ago
- 2f58eea Revert 43989 - This is a new version of the older patch. Main changes include: by atwilson@chromium.org · 15 years ago
- 518303b This is a new version of the older patch. Main changes include: by atwilson@chromium.org · 15 years ago
- 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
- c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
- 7bd4dca Add API to CommandLine to get a FilePath value of a switch. by evan@chromium.org · 15 years ago
- e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
- 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
- 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
- b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
- 58727a4 Add a FilePath version of the CommandLine constructor. Mark the wstring version as deprecated. by thestig@chromium.org · 15 years ago
- 18175a0 Linux: set the process title (that shows in "ps" etc.) of renderers correctly when using the zygote. by mdm@chromium.org · 15 years ago
- 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
- 932e75e Histogram count of number of command line arguments by jar@chromium.org · 15 years ago
- d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
- 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
- 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
- bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 16 years ago
- 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 16 years ago
- fee6d86 Add CommandLine::Terminate to be able to re-initialize the process command line by evan@chromium.org · 16 years ago
- c60ca40 POSIX: add command line option to launch renderers in a wrapper by agl@chromium.org · 16 years ago
- 87bdd75 Provides the ability to write a unit test that brings up a browser. As by sky@google.com · 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
- 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
- 638e9fb Get rid of the command-line hacks for posix platforms. by evanm@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