1. a16212a5 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 8 years ago
  2. d851aa1 base: Support command line wrappers with quoted arguments by skyostil · 8 years ago
  3. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  4. 9b6f4293 Switch to standard integer types in base/. by avi · 9 years ago
  5. e89963ac Updates to base unittests so they run correctly in libchrome on Android by arihc · 10 years ago
  6. 1bd9da9 Take a StringPiece when looking up CommandLine switches. by jackhou · 10 years ago
  7. b20cbb4 Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 10 years ago
  8. 817cf38 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
  9. f589617 Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 10 years ago
  10. 421dddb Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 11 years ago
  11. c974d510 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 11 years ago
  12. b937b242 CommandLineTest.ProgramQuotes: Fix crash-prone test. by mgiuca · 11 years ago
  13. f729d7a Remove UTF string conversion functions from the global namespace. by [email protected] · 11 years ago
  14. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  15. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  16. 023ad6ab Replace FilePath with base::FilePath. by [email protected] · 12 years ago
  17. 45f982e Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString(). by [email protected] · 13 years ago
  18. 21e342f [content shell] add support for getting tests from the command line. by [email protected] · 13 years ago
  19. 72e2e242 Allow callers of CommandLine::Init to know whether they were the first caller. by [email protected] · 13 years ago
  20. 1fa39f0 micro optimize CommandLine.GetSwitchPrefixLength by [email protected] · 14 years ago
  21. 61a4c6f Rename CommandLine::GetCommandLineString(). by [email protected] · 14 years ago
  22. 75f1c78 Rename CommandLine::GetArgs(), update callers. by [email protected] · 14 years ago
  23. f96fe2c4 Base: Don't delete the previous command line when calling CommandLine::Init() by [email protected] · 14 years ago
  24. a40ca430 Consolidate most CommandLine code across platforms. by [email protected] · 14 years ago
  25. 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
  26. f6b8ce3 Pure pedantry: Replace all ".size() == 0" with ".empty()". by [email protected] · 14 years ago
  27. 450b34ec Add a unit test for CommandLine that makes sure that GetProgram will not return a quoted string and that (on Windows) the program part of a command line string will always be quoted. by [email protected] · 15 years ago
  28. e6124ad5 Attempt to reland http://codereview.chromium.org/4928002/ by [email protected] · 15 years ago
  29. 9d84e1a Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by [email protected] · 15 years ago
  30. 12c0b18 Changing the installer switches from wchar_t[] to char[]. by [email protected] · 15 years ago
  31. fc8edf5 CommandLine: remove wstring-based program() accessor by [email protected] · 15 years ago
  32. 78c4c42 CommandLine: deprecate another function on non-Windows by [email protected] · 15 years ago
  33. f163393 Header cleanup in base. by [email protected] · 15 years ago
  34. 98a1c268 Factor out command-line quoting code on Windows. by [email protected] · 15 years ago
  35. 05076ba2 Convert a bunch of easy AppendSwitchWithValue to *ASCII. by [email protected] · 15 years ago
  36. 5d91c9e base/ header cleanup. Forward declaration instead of including. by [email protected] · 15 years ago
  37. 2e4c50c Remove deprecated CommandLine::GetLooseValues(), rename to args(). by [email protected] · 15 years ago
  38. c4e52f0d Use GetSwitchValueASCII. by [email protected] · 16 years ago
  39. 51343d5a Remove deprecated CommandLine(std::wstring) ctor. by [email protected] · 16 years ago
  40. b7e0a2a Use ASCII strings for switch names. by [email protected] · 16 years ago
  41. bd1d148 Remove logging.h from cc files that don't use it. by [email protected] · 16 years ago
  42. 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
  43. bb97536 Make CommandLine into a normal object, with some statics for getting at the current process's command line. by [email protected] · 16 years ago
  44. 10e42bf Store the command line in a more convenient format on non-windows platforms. by [email protected] · 17 years ago
  45. 8c9510d Fix typo in command line unit test. by [email protected] · 17 years ago
  46. 02c8796 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 [email protected] · 17 years ago
  47. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  48. e63d598 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 [email protected] · 17 years ago
  49. cb2f363 Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-) by [email protected] · 17 years ago
  50. 4e44b4d 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 [email protected] · 17 years ago
  51. 5d42633 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 [email protected] · 17 years ago
  52. f3adb5c Pinkerton's port/fix-up of command-line processing to work cross-platform. by [email protected] · 17 years ago
  53. d7cae12 Add base to the repository. by initial.commit · 17 years ago