summaryrefslogtreecommitdiffstats
path: root/content/common/child_process_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in content/common for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use a direct include of strings headers in content/common/.avi@chromium.org2013-06-121-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-2/+2
* Remove PROCESS_DUP_HANDLE from OpenProcessHandle since PROCESS_DUP_HANDLE acc...wfh@chromium.org2013-04-091-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-9/+9
* More conversion from uint to size_t for shared memory allocation sizes.cevans@chromium.org2013-01-111-1/+1
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-1/+1
* Cleanup: Add a const variable for /proc/self/exe.thestig@chromium.org2012-09-151-1/+1
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-1/+9
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-14/+3
* Remove the ChildProcessMsg_AskBeforeShutdown message since it's now always se...jam@chromium.org2012-01-241-2/+0
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-0/+301