summaryrefslogtreecommitdiffstats
path: root/content/common/child_process_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: content/ editionpkasting@chromium.org2014-07-151-3/+3
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-2/+1
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-1/+2
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-2/+1
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+4
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-0/+1
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-1/+2
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-1/+3
* Clean up ChildProcessHost unique id generation.avi@chromium.org2014-01-081-11/+16
* gpu: Add IOSurface backed GpuMemoryBuffer implementation.reveman@chromium.org2013-12-051-2/+8
* Add multi-process GpuMemoryBuffer framework.reveman@chromium.org2013-10-221-0/+9
* On renderer shared memory allocation requests, create a new shared bufferskaslev@chromium.org2013-09-131-2/+2
* 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