summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
Commit message (Expand)AuthorAgeFilesLines
* Move broker related files to components/nacl/broker.yael.aharon@intel.com2013-07-263-181/+1
* NaCl: enable a real seccomp-bpf sandbox on x86.jln@chromium.org2013-07-232-14/+98
* Move common files from chrome/common to components/nacl/common.yael.aharon@intel.com2013-07-235-6/+6
* Update include paths in chrome/nacl/ for base/process changes.rsesek@chromium.org2013-07-233-3/+3
* Move and rename chrome_sandbox_types_mac.h.yael.aharon@intel.com2013-07-221-2/+2
* Move nacl_cmd_line to components/nacl/common.yael.aharon@intel.com2013-07-221-1/+1
* PNaCl security hardening: Bound the nexe's code segment size to 32MBmseaborn@chromium.org2013-07-201-0/+10
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-176-6/+6
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-172-2/+2
* Add a BreakpadClient which an embedder of the breakpad component has to providejochen@chromium.org2013-07-042-0/+13
* Preserve the O_APPEND flag when receiving SerializedHandle file descriptors.bbudge@chromium.org2013-07-042-20/+35
* NaCl: run sandbox sanity checks only when enabledjln@chromium.org2013-06-271-1/+1
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-272-4/+4
* Separate NaCl switches to their own file.yael.aharon@intel.com2013-06-246-3/+8
* Revert r207951 - "Separate NaCl switches to their own file."dpranke@chromium.org2013-06-226-8/+3
* Separate NaCl switches to their own file.yael.aharon@intel.com2013-06-216-3/+8
* Init NaClChromeMainArgs number_of_cores member so apps can size threadpoolsbsy@google.com2013-06-214-4/+38
* Revert 207350 "Init NaClChromeMainArgs number_of_cores member so..."rsesek@chromium.org2013-06-204-38/+4
* Init NaClChromeMainArgs number_of_cores member so apps can size threadpoolsbsy@google.com2013-06-204-4/+38
* NaCl: boilerplate for BPF sandbox on Linux.jln@chromium.org2013-06-204-1/+89
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-4/+4
* Use a direct include of strings headers in chrome/nacl/.avi@chromium.org2013-06-111-1/+1
* Revert 204389 "Set up NaClChromeMainArgs number_of_cores member ..."thestig@chromium.org2013-06-064-38/+4
* Set up NaClChromeMainArgs number_of_cores member so apps can size threadpoolsbsy@google.com2013-06-064-4/+38
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-022-2/+2
* This patch fixes following compilation introduced by r202702 on VS2012yosin@chromium.org2013-05-291-1/+1
* NaCl: enable meta-based validation for shared libraries.ncbray@chromium.org2013-05-295-0/+76
* Revert 202278 "NaCl: enable meta-based validation for shared lib..."rsesek@chromium.org2013-05-255-76/+0
* NaCl: enable meta-based validation for shared libraries.ncbray@chromium.org2013-05-255-0/+76
* Do not translate the file open flags other than read/write.mazda@chromium.org2013-05-243-24/+62
* Linux: remove unmaintained SELinux code.phajdan.jr@chromium.org2013-05-171-3/+1
* NaCl: Let SerializedHandle carry open flag.victorhsieh@chromium.org2013-05-141-4/+34
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-107-11/+12
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-102-2/+2
* Remove seccomp-legacy: phase 2.jln@chromium.org2013-04-302-2/+0
* Disables dyncode syscalls for nexes that were produced by the pnacl translato...sehr@chromium.org2013-04-231-0/+1
* Revert 195190 "Set up NaClChromeMainArgs number_of_cores member ..."szym@chromium.org2013-04-194-40/+4
* Set up NaClChromeMainArgs number_of_cores member so apps can size threadpools...bsy@google.com2013-04-194-4/+40
* Remove PROCESS_DUP_HANDLE from OpenProcessHandle since PROCESS_DUP_HANDLE acc...wfh@chromium.org2013-04-091-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-032-4/+4
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Support FD passing for NaCl on posixhamaji@chromium.org2013-03-261-5/+10
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-1/+1
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-202-3/+24
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-192-0/+4
* Linux nacl_helper: make it clear when we get sandboxedjln@chromium.org2013-03-021-0/+22
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-113-5/+7
* NaCl: Remove use of nacl::DescWrapper from nacl_ipc_adapter.ccmseaborn@chromium.org2013-02-072-14/+24