1. a5995af Take a StringPiece when looking up CommandLine switches. by jackhou · 9 years ago
  2. 5c9fc1f Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 9 years ago
  3. 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
  4. fe439af Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 10 years ago
  5. 5762d50 Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perf by tapted · 10 years ago
  6. ca5a607 Make callers of CommandLine use it via the base:: namespace, and remove the global alias. by avi · 10 years ago
  7. 90d7449 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 10 years ago
  8. 9959b0d base::CommandLine: Replace use of wstring with string16. by mgiuca · 10 years ago
  9. 3727389 Move CommandLine to base namespace. by brettw@chromium.org · 11 years ago
  10. 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
  11. 4ff9adc Allow tracing to console everywhere. by vollick@chromium.org · 11 years ago
  12. a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
  13. e399ff4 Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString(). by gab@chromium.org · 12 years ago
  14. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  15. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 13 years ago
  16. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  17. c57622c Rename CommandLine::GetCommandLineString(). by msw@chromium.org · 13 years ago
  18. a25adf4 Rename CommandLine::GetArgs(), update callers. by msw@chromium.org · 13 years ago
  19. 2dbe0e1 Nix CommandLine::GetSwitchCount. by msw@chromium.org · 13 years ago
  20. 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 13 years ago
  21. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 14 years ago
  22. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  23. 96b695b Out-of-line default Commandline ctor and provide dtor. by msw@chromium.org · 14 years ago
  24. 7b2af61 Reorganize CommandLine code. by msw@chromium.org · 14 years ago
  25. 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
  26. 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
  27. 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
  28. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  29. 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
  30. 393265a Get rid of std::wstring version of HasSwitch. by tfarina@chromium.org · 14 years ago
  31. af4c7a0 Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. by mattm@chromium.org · 14 years ago
  32. 41d604b CommandLine: remove wstring-based program() accessor by evan@chromium.org · 14 years ago
  33. afe7c02 CommandLine: deprecate another function on non-Windows by evan@chromium.org · 14 years ago
  34. fcbde68 CommandLine: remove deprecated wstring API by evan@chromium.org · 14 years ago
  35. cb8b2cb FBTF: Move some heavy, repeatedly emitted symbols to implementation files. by erg@google.com · 14 years ago
  36. 580ab7f CommandLine: eliminate wstring-accepting AppendLooseValue by evan@chromium.org · 14 years ago
  37. 6d2940d CommandLine: remove three useless functions. by evan@chromium.org · 14 years ago
  38. 1596139 CommandLine: Deprecate a function on non-Windows. by evan@chromium.org · 14 years ago
  39. 65dcdf9 PrependWrapper is platform-specific, so it should take a platform string. by evan@chromium.org · 14 years ago
  40. 6ebdb8d Remove deprecated CommandLine API. by evan@chromium.org · 14 years ago
  41. 3f98514 Add an AppendSwitchASCII to CommandLine, and convert a test to it. by evan@chromium.org · 14 years ago
  42. 0b90a5c CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() by evan@chromium.org · 14 years ago
  43. 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
  44. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  45. bb42a35 Remove deprecated CommandLine::GetLooseValues(), rename to args(). by evan@chromium.org · 14 years ago
  46. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  47. 16013dc Make out-of-process tests output correct XML file (re-submitting due to wrong revert) by kinuko@chromium.org · 14 years ago
  48. 7321fda Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed) by kinuko@chromium.org · 14 years ago
  49. 5e0662f Make out-of-process tests output correct XML file (filepath fixed) by kinuko@chromium.org · 14 years ago
  50. 1e26155 Fixed a TODO in data export of net-internals, added Chrome version and command line. by maruel@chromium.org · 14 years ago
  51. 2cce060 Revert 47917 - Make outofprocess tests output correct XML file by nick@chromium.org · 14 years ago
  52. 9d5ea94 Make out-of-process tests output correct XML file by kinuko@chromium.org · 14 years ago
  53. e102c60 Auto restart when update available while running in the background on windows. by atwilson@chromium.org · 15 years ago
  54. 2f58eea Revert 43989 - This is a new version of the older patch. Main changes include: by atwilson@chromium.org · 15 years ago
  55. 518303b This is a new version of the older patch. Main changes include: by atwilson@chromium.org · 15 years ago
  56. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  57. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  58. 7bd4dca Add API to CommandLine to get a FilePath value of a switch. by evan@chromium.org · 15 years ago
  59. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  60. 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
  61. 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
  62. b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
  63. 58727a4 Add a FilePath version of the CommandLine constructor. Mark the wstring version as deprecated. by thestig@chromium.org · 15 years ago
  64. 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
  65. 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  66. 932e75e Histogram count of number of command line arguments by jar@chromium.org · 15 years ago
  67. d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
  68. 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  69. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  70. bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 16 years ago
  71. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 16 years ago
  72. fee6d86 Add CommandLine::Terminate to be able to re-initialize the process command line by evan@chromium.org · 16 years ago
  73. c60ca40 POSIX: add command line option to launch renderers in a wrapper by agl@chromium.org · 16 years ago
  74. 87bdd75 Provides the ability to write a unit test that brings up a browser. As by sky@google.com · 16 years ago
  75. 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
  76. 92c59f2 Store the command line in a more convenient format on non-windows platforms. by estade@chromium.org · 16 years ago
  77. 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
  78. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  79. 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
  80. 638e9fb Get rid of the command-line hacks for posix platforms. by evanm@google.com · 16 years ago
  81. 91cdff8 Pinkerton's port/fix-up of command-line processing to work cross-platform. by evanm@google.com · 16 years ago
  82. 3f4a732 Add base to the repository. by initial.commit · 16 years ago