summaryrefslogtreecommitdiffstats
path: root/components/nacl/loader
Commit message (Expand)AuthorAgeFilesLines
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-26/+2
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-2/+26
* Move gn _run target generation into test().jbudorick2016-02-031-26/+2
* NaCl cleanup: Remove a reference to the NaClHandle typemseaborn2016-01-221-1/+1
* GN: Drop enable_pnacl and enable_nacl_untrusted variablesmcgrathr2016-01-201-9/+4
* NaCl cleanup: Remove unused #includes of portability*.h and nacl_base.hmseaborn2016-01-161-1/+0
* NaCl cleanup: Remove use of the IMC bootstrap channelmseaborn2016-01-131-1/+0
* NaCl: Fix a recently-introduced handle/FD leak in the renderer processmseaborn2016-01-121-3/+0
* Reland of GN: Properly mark all NaCl test depencies as data_depsphosek2016-01-121-1/+2
* NaCl cleanup: Remove now-unneeded uses of BrokerDuplicateHandle()mseaborn2016-01-111-12/+0
* GN: Build nacl64.exe in Windows x86 buildmcgrathr2016-01-061-5/+48
* Revert of GN: Properly mark all NaCl test depencies as data_deps (patchset #2...dbeam2016-01-041-2/+1
* GN: Properly mark all NaCl test depencies as data_depsphosek2016-01-041-1/+2
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-265-13/+15
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-2620-30/+56
* GN: Build nacl_helper_nonsfi unit testsphosek2015-12-172-12/+79
* Move nacl targets to subdirectories.brettw2015-12-162-0/+232
* bpf_dsl: remove operator{!,&&,||} overloadsmdempsky2015-12-151-15/+20
* Revert of Move nacl targets to subdirectories. (patchset #6 id:100001 of http...yoichio2015-12-152-226/+0
* Move nacl targets to subdirectories.brettw2015-12-152-0/+226
* NaCl: Remove enable_ipc_proxy and enable_ppapi_proxy, which are always truemseaborn2015-12-142-29/+23
* Non-SFI NaCl: Remove some unused include_rules in DEPSmseaborn2015-12-101-5/+0
* Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>mdempsky2015-12-091-25/+16
* Fixes for 1324523008 which was reverted. (Due to GetUserDefaultLocaleName bei...liamjm2015-12-031-3/+0
* Change callers of ScopedGeneric::Pass() to std::move()danakj2015-12-032-2/+2
* Sandbox policy: Fix a comment to match the codemseaborn2015-11-251-1/+1
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Allow Mach shm to be passed to NaCl.erikchen2015-11-231-9/+22
* Revert of Non-SFI mode: Harden the seccomp-bpf sandbox. (patchset #1 id:1 of ...hidehiko2015-10-273-7/+38
* Non-SFI mode: Harden the seccomp-bpf sandbox.hidehiko2015-10-263-38/+7
* Non-SFI mode: Remove old Non-SFI code.hidehiko2015-10-1927-1670/+39
* Adding error handlers to setup.exe.pmonette2015-10-162-4/+9
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-0/+1
* ipc: Make factory methods for attachment brokers.erikchen2015-10-071-5/+2
* Fold away now dead NSS code.davidben2015-10-021-21/+0
* Update components/nacl/ for attachment brokering.erikchen2015-10-022-7/+18
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-1/+1
* nonsfi_sandbox: workaround new Clang optimizations in unit testsmdempsky2015-09-181-2/+3
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-1/+0
* Fix header guard ifdefs in components.thestig2015-09-153-9/+9
* MIPS: Add MAP_STACK definition for MIPSGordana.Cmiljanovic2015-09-101-3/+4
* Revert "Add sbox tests related to warming up of locales."Balazs Engedy2015-09-091-0/+3
* Add sbox tests related to warming up of locales.liamjm2015-09-091-3/+0
* Non-SFI mode: Cleanup clone() flags after NaCl rolllhchavez2015-08-271-7/+3
* NaCl cleanup: Remove now-unneeded use of irt_load_optionalmseaborn2015-08-261-4/+0
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Non-SFI mode: Sandbox support for NaCl async-signals.lhchavez2015-08-183-3/+103
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-172-7/+1
* Revert of Print stack traces in child processes when browser tests failed. (p...rockot2015-08-161-0/+6
* Print stack traces in child processes when browser tests failed.jam2015-08-131-6/+0