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