1. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  2. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 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. 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
  9. 393265a Get rid of std::wstring version of HasSwitch. by tfarina@chromium.org · 14 years ago
  10. 3c6690c Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 14 years ago
  11. 877e84e Attempt to reland http://codereview.chromium.org/4928002/ by tommi@chromium.org · 14 years ago
  12. f6e6492 Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  13. 9729af6 Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  14. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  15. af4c7a0 Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. by mattm@chromium.org · 14 years ago
  16. 41d604b CommandLine: remove wstring-based program() accessor by evan@chromium.org · 14 years ago
  17. 6734092 base: Move SplitString functions into the base namespace and update the callers. by tfarina@chromium.org · 14 years ago
  18. afe7c02 CommandLine: deprecate another function on non-Windows by evan@chromium.org · 14 years ago
  19. fcbde68 CommandLine: remove deprecated wstring API by evan@chromium.org · 14 years ago
  20. e995a8b base: Finish moving the SplitString functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  21. cb8b2cb FBTF: Move some heavy, repeatedly emitted symbols to implementation files. by erg@google.com · 14 years ago
  22. 580ab7f CommandLine: eliminate wstring-accepting AppendLooseValue by evan@chromium.org · 14 years ago
  23. 6d2940d CommandLine: remove three useless functions. by evan@chromium.org · 14 years ago
  24. cdf8085 Factor out command-line quoting code on Windows. by evan@chromium.org · 14 years ago
  25. 1596139 CommandLine: Deprecate a function on non-Windows. by evan@chromium.org · 14 years ago
  26. 65dcdf9 PrependWrapper is platform-specific, so it should take a platform string. by evan@chromium.org · 14 years ago
  27. c7cd837 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by brettw@chromium.org · 14 years ago
  28. 6ebdb8d Remove deprecated CommandLine API. by evan@chromium.org · 14 years ago
  29. 3f98514 Add an AppendSwitchASCII to CommandLine, and convert a test to it. by evan@chromium.org · 14 years ago
  30. 0b90a5c CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() by evan@chromium.org · 14 years ago
  31. 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
  32. bb42a35 Remove deprecated CommandLine::GetLooseValues(), rename to args(). by evan@chromium.org · 14 years ago
  33. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  34. 1e26155 Fixed a TODO in data export of net-internals, added Chrome version and command line. by maruel@chromium.org · 14 years ago
  35. 7bb671f Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgram(). Simplify a couple DCHECKs with DCHECK_EQ. by thestig@chromium.org · 14 years ago
  36. c42da17 Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  37. a25fcdb Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  38. 716ed75 Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  39. e02b5f4 Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in process listings. by mdm@chromium.org · 15 years ago
  40. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  41. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  42. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  43. 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
  44. 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
  45. b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
  46. d7d657a posix: avoid using printf when we're not sure of the types involved by evan@chromium.org · 15 years ago
  47. 58727a4 Add a FilePath version of the CommandLine constructor. Mark the wstring version as deprecated. by thestig@chromium.org · 15 years ago
  48. 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
  49. 56e9ace Fix Issue 19689: Command line URL parameter does not support Chinese. by suzhe@chromium.org · 15 years ago
  50. 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  51. d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
  52. 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  53. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  54. d9e2be8 Porting the browser tests to Unix. by jcampan@chromium.org · 15 years ago
  55. bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 15 years ago
  56. fee6d86 Add CommandLine::Terminate to be able to re-initialize the process command line by evan@chromium.org · 15 years ago
  57. c60ca40 POSIX: add command line option to launch renderers in a wrapper by agl@chromium.org · 15 years ago
  58. 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
  59. 92c59f2 Store the command line in a more convenient format on non-windows platforms. by estade@chromium.org · 16 years ago
  60. 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
  61. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  62. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  63. 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
  64. aeff944 Use %ls instead of %s in wprintf format strings for wchar_t fields. by mmentovai@google.com · 16 years ago
  65. cd20e5c Fix command_line unit test now that argv is no longer const. (Doh!) Remove a technically illegal zero-length array. Fix a couple of warnings for good measure as long as I'm in here. by mmentovai@google.com · 16 years ago
  66. 1c0026a Fix build breakage on Windows. by evanm@google.com · 16 years ago
  67. 638e9fb Get rid of the command-line hacks for posix platforms. by evanm@google.com · 16 years ago
  68. 0c0e01c fix base test harness to work on mac. fix command_line unit tests to match what windows expects. fix base xcode project to separate building and running unit tests into two targets. by pinkerton@google.com · 16 years ago
  69. 670ea47 Remove cruft of old unit test harness, replace it with gTest goodness. Fix extern-ness of a couple of globals in command_line. by pinkerton@google.com · 16 years ago
  70. d5fb8e9 Fix an accidental nested extern and conversion cleanup from brett's landing. by pinkerton@google.com · 16 years ago
  71. 91cdff8 Pinkerton's port/fix-up of command-line processing to work cross-platform. by evanm@google.com · 16 years ago
  72. 3f4a732 Add base to the repository. by initial.commit · 16 years ago