1. 200ab41 Replace ToLower calls to the new format by brettw · 9 years ago
  2. ed9cfcf Update SplitString calls to new form by brettw · 9 years ago
  3. 460d085 Revert of Update SplitString calls to new form (patchset #5 id:80001 of https://codereview.chromium.org/1272823003/ ) by pkasting · 9 years ago
  4. 1224085 Update SplitString calls to new form by brettw · 9 years ago
  5. a5995af Take a StringPiece when looking up CommandLine switches. by jackhou · 9 years ago
  6. 5c9fc1f Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 9 years ago
  7. 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
  8. fe439af Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 10 years ago
  9. 5762d50 Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perf by tapted · 10 years ago
  10. a7ea666 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  11. 4383faa Avoid a string copy for every CommandLine::HasSwitch query by jdduke · 10 years ago
  12. 2d5b2e3 Cleanup: Get rid of more base::ASCIIToWide usage. by thestig · 10 years ago
  13. 90d7449 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 10 years ago
  14. 9959b0d base::CommandLine: Replace use of wstring with string16. by mgiuca · 10 years ago
  15. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  16. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 11 years ago
  17. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 11 years ago
  18. 3727389 Move CommandLine to base namespace. by brettw@chromium.org · 11 years ago
  19. 18c0702 Move UTF16ToASCII, remove WideToASCII. by brettw@chromium.org · 11 years ago
  20. 55bf332 Move TrimWhitespace to the base namespace. by brettw@chromium.org · 11 years ago
  21. 0e569b9 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  22. eb3dc33 Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValueNative(). by vivek.vg@samsung.com · 11 years ago
  23. 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
  24. 4ff9adc Allow tracing to console everywhere. by vollick@chromium.org · 11 years ago
  25. ad4cf18 Do not show sync promo when RestoreOnStartupURLs policy is set by bartfab@chromium.org · 11 years ago
  26. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  27. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  28. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  29. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  30. e110caf Revert 182032 by brettw@chromium.org · 12 years ago
  31. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  32. 63aaf3f Move string_split to base/strings. by tfarina@chromium.org · 12 years ago
  33. e399ff4 Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString(). by gab@chromium.org · 12 years ago
  34. 1e9efb1 [content shell] add support for getting tests from the command line. by jochen@chromium.org · 12 years ago
  35. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 13 years ago
  36. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  37. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  38. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  39. b23d184 micro optimize CommandLine.GetSwitchPrefixLength by joth@chromium.org · 13 years ago
  40. c57622c Rename CommandLine::GetCommandLineString(). by msw@chromium.org · 13 years ago
  41. a25adf4 Rename CommandLine::GetArgs(), update callers. by msw@chromium.org · 13 years ago
  42. 2dbe0e1 Nix CommandLine::GetSwitchCount. by msw@chromium.org · 13 years ago
  43. 58a1184 Base: Don't delete the previous command line when calling CommandLine::Init() by rvargas@google.com · 13 years ago
  44. 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 13 years ago
  45. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 14 years ago
  46. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  47. 96b695b Out-of-line default Commandline ctor and provide dtor. by msw@chromium.org · 14 years ago
  48. 7b2af61 Reorganize CommandLine code. by msw@chromium.org · 14 years ago
  49. 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
  50. 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
  51. 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
  52. 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
  53. 393265a Get rid of std::wstring version of HasSwitch. by tfarina@chromium.org · 14 years ago
  54. 3c6690c Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 14 years ago
  55. 877e84e Attempt to reland http://codereview.chromium.org/4928002/ by tommi@chromium.org · 14 years ago
  56. f6e6492 Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  57. 9729af6 Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  58. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  59. af4c7a0 Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. by mattm@chromium.org · 14 years ago
  60. 41d604b CommandLine: remove wstring-based program() accessor by evan@chromium.org · 14 years ago
  61. 6734092 base: Move SplitString functions into the base namespace and update the callers. by tfarina@chromium.org · 14 years ago
  62. afe7c02 CommandLine: deprecate another function on non-Windows by evan@chromium.org · 14 years ago
  63. fcbde68 CommandLine: remove deprecated wstring API by evan@chromium.org · 14 years ago
  64. e995a8b base: Finish moving the SplitString functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  65. cb8b2cb FBTF: Move some heavy, repeatedly emitted symbols to implementation files. by erg@google.com · 14 years ago
  66. 580ab7f CommandLine: eliminate wstring-accepting AppendLooseValue by evan@chromium.org · 14 years ago
  67. 6d2940d CommandLine: remove three useless functions. by evan@chromium.org · 14 years ago
  68. cdf8085 Factor out command-line quoting code on Windows. by evan@chromium.org · 14 years ago
  69. 1596139 CommandLine: Deprecate a function on non-Windows. by evan@chromium.org · 14 years ago
  70. 65dcdf9 PrependWrapper is platform-specific, so it should take a platform string. by evan@chromium.org · 14 years ago
  71. c7cd837 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by brettw@chromium.org · 14 years ago
  72. 6ebdb8d Remove deprecated CommandLine API. by evan@chromium.org · 14 years ago
  73. 3f98514 Add an AppendSwitchASCII to CommandLine, and convert a test to it. by evan@chromium.org · 14 years ago
  74. 0b90a5c CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() by evan@chromium.org · 14 years ago
  75. 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
  76. bb42a35 Remove deprecated CommandLine::GetLooseValues(), rename to args(). by evan@chromium.org · 14 years ago
  77. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  78. 1e26155 Fixed a TODO in data export of net-internals, added Chrome version and command line. by maruel@chromium.org · 14 years ago
  79. 7bb671f Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgram(). Simplify a couple DCHECKs with DCHECK_EQ. by thestig@chromium.org · 14 years ago
  80. c42da17 Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  81. a25fcdb Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  82. 716ed75 Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. by jschuh@chromium.org · 15 years ago
  83. e02b5f4 Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in process listings. by mdm@chromium.org · 15 years ago
  84. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  85. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  86. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  87. 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
  88. 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
  89. b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
  90. d7d657a posix: avoid using printf when we're not sure of the types involved by evan@chromium.org · 15 years ago
  91. 58727a4 Add a FilePath version of the CommandLine constructor. Mark the wstring version as deprecated. by thestig@chromium.org · 15 years ago
  92. 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
  93. 56e9ace Fix Issue 19689: Command line URL parameter does not support Chinese. by suzhe@chromium.org · 15 years ago
  94. 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  95. d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
  96. 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  97. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  98. d9e2be8 Porting the browser tests to Unix. by jcampan@chromium.org · 15 years ago
  99. bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 16 years ago
  100. fee6d86 Add CommandLine::Terminate to be able to re-initialize the process command line by evan@chromium.org · 16 years ago