summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-073-6/+6
* NaCl: Allow nacl64.exe's stdout/stderr to be sent to the Windows consolemseaborn@chromium.org2013-01-241-0/+3
* Use SOCK_SEQPACKET for synchronous IPC.glider@google.com2013-01-181-1/+1
* PPAPI/NaCl: Move handle extraction code to ppapi/proxydmichael@chromium.org2013-01-163-215/+17
* When launching PNaCl helper nexes, explicitly disable IRT loading.jvoung@google.com2013-01-111-10/+15
* NaCl: Clean up file descriptor setup in nacl_helper on linuxmseaborn@chromium.org2013-01-101-7/+1
* NaCl: Fix '*' spacing style in nacl_helper_linux.ccmseaborn@chromium.org2013-01-091-7/+7
* NaCl: Use C++-style comments as per the Chromium stylemseaborn@chromium.org2013-01-031-37/+31
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-022-3/+3
* PPAPI/NaCl: Make NaClIPCAdapter pass handles for Resource Messagesdmichael@chromium.org2012-12-112-18/+61
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-0/+4
* Revert 171408raymes@chromium.org2012-12-061-4/+0
* Revert 171389raymes@chromium.org2012-12-061-0/+4
* Revert 171080raymes@chromium.org2012-12-061-4/+0
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-0/+4
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-042-6/+5
* Fix linux build with use_openssl=1 in GYP_DEFINESdigit@chromium.org2012-11-261-1/+1
* chrome: Update the remaining calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-191-8/+8
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-174-4/+11
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1