summaryrefslogtreecommitdiffstats
path: root/components/nacl/broker
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SandboxedProcessLauncherDelegate::PreSandbox.rickyz2015-11-112-4/+3
* Adding error handlers to setup.exe.pmonette2015-10-161-1/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-131-2/+2
* ipc: Make factory methods for attachment brokers.erikchen2015-10-071-8/+2
* Update components/nacl/ for attachment brokering.erikchen2015-10-022-0/+13
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-2/+2
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-6/+5
* Fix a typo on Process::OpenWithExtraPrivilegesrvargas2015-03-161-1/+1
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-1/+1
* Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles.rvargas2015-01-172-7/+5
* Prefix CommandLine usage with base namespace (Part 9: components)kkosztyo.u-szeged2014-12-041-2/+2
* Make content::StartSandboxedProcess return a Process instead of a handle.rvargas2014-11-241-2/+2
* NaCl: Use base::Process instead of ProcessHandle on NaClBrokerListener.rvargas2014-11-181-5/+7
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-4/+4
* 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
* Comment explaining PROCESS_DUP_HANDLEsehr@chromium.org2013-08-261-0/+8
* Enable task manager to kill NaCl windows processes, and fix crash throttlingsehr@chromium.org2013-08-231-1/+2
* Move broker related files to components/nacl/broker.yael.aharon@intel.com2013-07-263-0/+183