1. 09e952b base: Support command line wrappers with quoted arguments by skyostil · 7 years ago
  2. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  3. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  4. 7614aae Updates to base unittests so they run correctly in libchrome on Android by arihc · 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 · 9 years ago
  8. fe439af Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 9 years ago
  9. 9c8f32a Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 10 years ago
  10. 90d7449 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 10 years ago
  11. 6742f34 CommandLineTest.ProgramQuotes: Fix crash-prone test. by mgiuca · 10 years ago
  12. 0e569b9 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  13. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  14. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  15. 82bcf51 Replace FilePath with base::FilePath. by brettw@chromium.org · 12 years ago
  16. e399ff4 Extract arguments reconstruction logic out of GetCommandLineString() into GetArgumentsString(). by gab@chromium.org · 12 years ago
  17. 1e9efb1 [content shell] add support for getting tests from the command line. by jochen@chromium.org · 12 years ago
  18. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 13 years ago
  19. b23d184 micro optimize CommandLine.GetSwitchPrefixLength by joth@chromium.org · 13 years ago
  20. c57622c Rename CommandLine::GetCommandLineString(). by msw@chromium.org · 13 years ago
  21. a25adf4 Rename CommandLine::GetArgs(), update callers. by msw@chromium.org · 13 years ago
  22. 58a1184 Base: Don't delete the previous command line when calling CommandLine::Init() by rvargas@google.com · 13 years ago
  23. 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 13 years ago
  24. 24e9fac Change other usages of .size() to .empty() when applicable. by erg@google.com · 14 years ago
  25. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  26. d2c0920 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 tommi@chromium.org · 14 years ago
  27. 877e84e Attempt to reland http://codereview.chromium.org/4928002/ by tommi@chromium.org · 14 years ago
  28. f6e6492 Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  29. 9729af6 Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  30. 41d604b CommandLine: remove wstring-based program() accessor by evan@chromium.org · 14 years ago
  31. afe7c02 CommandLine: deprecate another function on non-Windows by evan@chromium.org · 14 years ago
  32. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  33. cdf8085 Factor out command-line quoting code on Windows. by evan@chromium.org · 14 years ago
  34. 25ca7dd Convert a bunch of easy AppendSwitchWithValue to *ASCII. by evan@chromium.org · 14 years ago
  35. 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
  36. bb42a35 Remove deprecated CommandLine::GetLooseValues(), rename to args(). by evan@chromium.org · 14 years ago
  37. 7bcc4c1 Use GetSwitchValueASCII. by tony@chromium.org · 15 years ago
  38. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  39. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  40. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 16 years ago
  41. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  42. 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
  43. 92c59f2 Store the command line in a more convenient format on non-windows platforms. by estade@chromium.org · 16 years ago
  44. a048e38 Fix typo in command line unit test. by estade@chromium.org · 16 years ago
  45. 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
  46. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  47. 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
  48. f327280 Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-) by darin@google.com · 16 years ago
  49. 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
  50. 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
  51. 91cdff8 Pinkerton's port/fix-up of command-line processing to work cross-platform. by evanm@google.com · 16 years ago
  52. 3f4a732 Add base to the repository. by initial.commit · 16 years ago