| Commit message (Expand) | Author | Age | Files | Lines |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-20 | 1 | -56/+75 |
* | Revert 75405 - Register Application Restart with Windows Restart Manager on b... | msw@chromium.org | 2011-02-18 | 1 | -75/+56 |
* | Register Application Restart with Windows Restart Manager on browser_main sta... | msw@chromium.org | 2011-02-18 | 1 | -56/+75 |
* | Move the SetProcTitle code out of base and into chrome/common. This is only | brettw@chromium.org | 2010-12-29 | 1 | -62/+8 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -7/+0 |
* | Start using file_util symlink code, now that it's available. | gspencer@chromium.org | 2010-12-03 | 1 | -6/+5 |
* | Attempt to reland http://codereview.chromium.org/4928002/ | tommi@chromium.org | 2010-11-15 | 1 | -3/+16 |
* | Revert 66088 - Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-15 | 1 | -16/+3 |
* | Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-14 | 1 | -3/+16 |
* | Bring up IPC in NaCl. | abarth@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -2/+2 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 1 | -6/+0 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | CommandLine: deprecate another function on non-Windows | evan@chromium.org | 2010-10-08 | 1 | -6/+6 |
* | CommandLine: remove deprecated wstring API | evan@chromium.org | 2010-10-07 | 1 | -18/+10 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -0/+12 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 1 | -6/+18 |
* | CommandLine: remove three useless functions. | evan@chromium.org | 2010-08-12 | 1 | -34/+10 |
* | Factor out command-line quoting code on Windows. | evan@chromium.org | 2010-08-10 | 1 | -16/+49 |
* | CommandLine: Deprecate a function on non-Windows. | evan@chromium.org | 2010-08-09 | 1 | -0/+3 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -2/+3 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -1/+1 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 1 | -12/+0 |
* | Add an AppendSwitchASCII to CommandLine, and convert a test to it. | evan@chromium.org | 2010-07-30 | 1 | -5/+10 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -10/+44 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+43 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -14/+5 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -0/+7 |
* | Fixed a TODO in data export of net-internals, added Chrome version and comman... | maruel@chromium.org | 2010-05-21 | 1 | -0/+5 |
* | Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgr... | thestig@chromium.org | 2010-05-03 | 1 | -4/+3 |
* | Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_va... | jschuh@chromium.org | 2010-01-11 | 1 | -0/+1 |
* | Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter ... | jschuh@chromium.org | 2010-01-11 | 1 | -1/+0 |
* | Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_va... | jschuh@chromium.org | 2010-01-11 | 1 | -0/+1 |
* | Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p... | mdm@chromium.org | 2010-01-03 | 1 | -2/+34 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -11/+8 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -28/+26 |
* | linux: drop linux-specific CommandLine function | evan@chromium.org | 2009-10-13 | 1 | -7/+6 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -19/+5 |
* | Drop redundant CommandLine::Terminate. | evan@chromium.org | 2009-10-12 | 1 | -7/+1 |
* | posix: avoid using printf when we're not sure of the types involved | evan@chromium.org | 2009-10-09 | 1 | -8/+12 |
* | Add a FilePath version of the CommandLine constructor. Mark the wstring versi... | thestig@chromium.org | 2009-10-09 | 1 | -1/+16 |
* | Linux: set the process title (that shows in "ps" etc.) of renderers correctly... | mdm@chromium.org | 2009-09-10 | 1 | -0/+31 |
* | Fix Issue 19689: Command line URL parameter does not support Chinese. | suzhe@chromium.org | 2009-08-26 | 1 | -9/+9 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -0/+6 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -6/+0 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -0/+6 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+11 |
* | Porting the browser tests to Unix. | jcampan@chromium.org | 2009-06-05 | 1 | -1/+0 |