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