1. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  2. 8b7b117 include what you use: errno.h and string.h in base/ by mostynb · 9 years ago
  3. 00a05f7 Stop warnings resulting from unimplemented SetProcessBackgrounded(). by shrike · 9 years ago
  4. 6e8e11d Revert hidden renderer backgrounding on the Mac. by shrike · 9 years ago
  5. 593f78c Allow terminating processes with a pid of 1. by rickyz · 9 years ago
  6. 08e576f Add support for backgrounding processes on the Mac by shrike · 9 years ago
  7. 6acf5ca Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout() methods. No need to pass exit_code in above methods if exit_code is not required. by g.mehndiratt · 9 years ago
  8. 2368b75 Revert of Add support for backgrounding processes on the Mac (patchset #22 id:420001 of https://codereview.chromium.org/989703002/) by tnagel · 9 years ago
  9. 0dfb514 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  10. 9126397 Revert of Add support for backgrounding processes on the Mac (patchset #21 id:400001 of https://codereview.chromium.org/989703002/) by thakis · 9 years ago
  11. 1e236d2 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  12. b1e9a07 Outline Process destructor, fixes a plugin warning on Windows. by thakis · 9 years ago
  13. eb3cd35 Remove base::KillProcess() by rvargas · 9 years ago
  14. 1a11448 Fix a typo on Process::OpenWithExtraPrivileges by rvargas · 9 years ago
  15. 80a2063 Redefine base::Process:Terminate so that it can replace base::KillProcess by rvargas · 9 years ago
  16. 651c3e2 base: Add/Fix namespace closing comments. by danakj · 9 years ago
  17. c66501f Remove base::WaitForExitCode* by rvargas · 9 years ago
  18. be05ac2 Remove uses of CloseProcessHandle. by rvargas · 9 years ago
  19. 2b74c8f Move OpenProcessHandle to Process::Open. by rvargas · 9 years ago
  20. c5a6f98 Rename base::Process::pid() to Pid() by rvargas · 10 years ago
  21. 27f4756 Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles. by rvargas · 10 years ago
  22. 74cc137 Base: Add Process::WaitForExit and WaitForExitWithTimeout. by rvargas · 10 years ago
  23. c016566 Don't pass ProcessHandle through ChildProcessHostDelegate. by rvargas · 10 years ago
  24. a9aa671 Enforce handle ownership in base::Process. by rvargas · 10 years ago
  25. 687756f Update include paths in base for base/process changes. by rsesek@chromium.org · 11 years ago
  26. c2b81bd Move the remaning base/process* files into base/process/. by rsesek@chromium.org · 11 years ago[Renamed (97%) from base/process_posix.cc]
  27. 780d067 Fix tab backgrounding by davemoore@chromium.org · 13 years ago
  28. d00c64e Properly order the cc files based off the h files in base/. by erg@google.com · 14 years ago
  29. 6e67c1d base/ header cleanup. Forward declaration instead of including. by erg@google.com · 14 years ago
  30. 1d919db BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX by pvalchev@google.com · 14 years ago
  31. ad59fcb Lower priorities of background tabs on linux. by davemoore@chromium.org · 15 years ago
  32. a340455 Remove all MemoryModel-related code, since we're unlikely to use it again. Also changes some sample code to use a random generic name ("PruningAlgorithm") instead of MemoryModel in hopes that no one will be confused. by pkasting@chromium.org · 15 years ago
  33. 65d4310 POSIX: don't spawn zombies. by agl@chromium.org · 15 years ago
  34. b9177de Use portable typedef for PIDs (process IDs). by phajdan.jr@chromium.org · 15 years ago
  35. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 15 years ago
  36. 219df3a Convert some little-used process function NOTIMPLEMENTED()s into a bug. by evan@chromium.org · 15 years ago
  37. f655033 Lie on the priority change and saw we did it w/ a comment about why we won't by thomasvl@chromium.org · 15 years ago
  38. 570d744 Add simple terminate support for now to help bring up browser/renderer, will by thomasvl@chromium.org · 15 years ago
  39. b00b0cf More Mac & Linux fixes for base namespaces. by brettw@google.com · 16 years ago
  40. 67cbe88 Linux build bustage fix. Review URL: http://codereview.chromium.org/10737 by brettw@google.com · 16 years ago
  41. c60d989 Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code. by brettw@google.com · 16 years ago
  42. ba3b5a3 Remove some Windows-specific stuff from RenderProcessHost by having callers get the process handle and PID directly from the corresponding Process object. by brettw@google.com · 16 years ago
  43. 0c9f1eb Port parts of base/process_util to Linux. by evanm@google.com · 16 years ago