summaryrefslogtreecommitdiffstats
path: root/components/nacl
Commit message (Expand)AuthorAgeFilesLines
* Move CommandLine to base namespace.brettw@chromium.org2014-03-172-6/+8
* Pepper: Move GetSandboxISA() to PPB_NaCl_Private.teravest@chromium.org2014-03-143-1/+63
* Revert of Add very simple loading test for non-SFI NaCl. (https://codereview....sadrul@chromium.org2014-03-142-4/+1
* Add very simple loading test for non-SFI NaCl.hidehiko@chromium.org2014-03-142-1/+4
* Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...thakis@chromium.org2014-03-142-19/+2
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-142-2/+19
* Refactor configuration of sandboxes - first stepsaberent@chromium.org2014-03-132-16/+28
* [MIPS] Add missing NaCl defines for MIPSpetarj@mips.com2014-03-121-0/+4
* Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...jochen@chromium.org2014-03-122-19/+2
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-122-2/+19
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-1/+0
* NaCl: Remove PNaCl's IRT interface whitelist from the PNaCl IRT shimsmseaborn@chromium.org2014-03-081-0/+5
* Dropping --nacl-loader-cmd-prefixbradnelson@google.com2014-03-083-19/+4
* Support non-SFI mode in NaCl manifest file.hidehiko@chromium.org2014-03-079-9/+45
* Add flag to avoid blocking the PNaCl translator when chrome NaCl GDB flag is on.jvoung@chromium.org2014-03-071-2/+9
* Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebugjvoung@google.com2014-03-071-1/+8
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Add RenderThread::GetShutdownEvent().teravest@chromium.org2014-03-061-5/+2
* Remove some PlatformFile uses from NaCl.rvargas@chromium.org2014-03-059-82/+68
* Revert "Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaCl...jvoung@google.com2014-02-281-8/+1
* Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebugjvoung@chromium.org2014-02-281-1/+8
* Amend PATH for nacl64 so loader can find x64 CRTscottmg@chromium.org2014-02-261-0/+43
* Pepper: Add channel for trusted plugin.teravest@chromium.org2014-02-2613-51/+279
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* PPAPI/NaCl: Move some nexe loading error reporting to the renderer.dmichael@chromium.org2014-02-257-39/+73
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-217-23/+143
* Revert "Connect PPAPI IPC channels for non-SFI mode."loislo@chromium.org2014-02-217-142/+23
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-217-23/+142
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Add sandbox ISA and extra compile flag fields to PNaCl translation cache keydschuff@chromium.org2014-02-185-12/+43
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* PnaclCoordinator: Use llc's module-splitting for pexe compilationdschuff@chromium.org2014-02-154-0/+22
* NaCl: Remove references to a never-finished ARM Thumb sandboxmseaborn@chromium.org2014-02-141-3/+0
* Pepper: Make StartSelLdr asynchronous.teravest@chromium.org2014-02-111-16/+32
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-112-1/+4
* Explicitly define "nacl_defines" when OS is "ios"sdefresne@chromium.org2014-02-101-0/+7
* Pepper: Move ProgressEvent queueing.teravest@chromium.org2014-02-101-19/+51
* NaCl: Make include_rules stricter for native_client/ headersmseaborn@chromium.org2014-02-073-3/+13
* Create IPC channel to communicate with the renderer in NaClListener::OnStart().hidehiko@chromium.org2014-02-065-110/+58
* NaCl: Update to use new embedding interface provided by chrome_main.hmseaborn@chromium.org2014-02-061-8/+19
* Fix freeing of PNaCl translation cache backenddschuff@chromium.org2014-01-313-8/+42
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-272-3/+3
* Implement nacl_irt_memory for non-sfi mode.hidehiko@chromium.org2014-01-227-46/+146
* Implement nacl_irt_clock for non-sfi mode.hidehiko@chromium.org2014-01-176-6/+104
* Make per-file message file reviewers consistent across owners.tsepez@chromium.org2014-01-171-0/+5
* Implement nacl_irt_futex for non-sfi mode.hidehiko@chromium.org2014-01-163-0/+84
* Implement nacl_irt_thread and nacl_irt_tls for non-sfi mode.hidehiko@chromium.org2014-01-163-0/+130
* Implement nacl_irt_fdio for non-sfi mode.hidehiko@chromium.org2014-01-155-1/+195
* Initial implementation of IRT for non-SFI mode.hidehiko@chromium.org2014-01-104-0/+173
* Allow multiple NaCl modules to be debugged.bradnelson@google.com2014-01-101-8/+15