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