summaryrefslogtreecommitdiffstats
path: root/components/nacl/browser
Commit message (Expand)AuthorAgeFilesLines
* SFI NaCl: Batch-open resource filesyusukes2015-05-052-14/+20
* Fix a typo in a for loop, causing it to not terminatelpique2015-05-041-1/+1
* win: Fix all plugin warnings in components/.thakis2015-05-012-1/+4
* Refactor params of NaClProcessMsg_Start.hidehiko2015-04-304-86/+59
* Apply automated fixits for Chrome clang plugin to components.dcheng2015-04-292-3/+3
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-2/+2
* Pepper: Remove Mojo integration and tests.teravest2015-04-231-2/+0
* favor DCHECK_CURRENTLY_ON for better logs in components/ (part 2)mostynb2015-04-231-16/+16
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-6/+0
* Introducing phased profiling framework.vadimt2015-04-012-2/+2
* Add a switch for using PNaCl Subzero and use it for -O0 translation.jvoung2015-03-313-1/+10
* Simplify ChildProcessLaunchersievers2015-03-282-2/+4
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-252-2/+2
* Disable PnaclTranslationCacheTest.GetLargeOnDisk and StoreLargeOnDisk on WinXPkjellander2015-03-191-0/+15
* Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128yusukes2015-03-171-3/+10
* Non-SFI NaCl: Batch-open resource filesyusukes2015-03-104-48/+190
* NaCl cleanup: Remove references to native_client/src/public/nacl_file_info.hmseaborn2015-02-093-3/+11
* Get nacl building again for androidsehr2015-01-304-6/+12
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-15/+13
* Remove nonsfi token workaround.teravest2015-01-154-16/+45
* Show PID of NonSFI NaCl process as a WARNING for debuggingtzik2015-01-061-2/+7
* Update NaCl to use the new version of LaunchProcess.rvargas2015-01-022-3/+3
* Pepper: Add a Pepper+NaCl+Mojo test.teravest2014-12-291-0/+2
* Prefix CommandLine usage with base namespace (Part 9: components)kkosztyo.u-szeged2014-12-042-19/+21
* Instrumenting callbacks to InFlightBackendIO::ReadData to find source of jank...vadimt2014-11-251-0/+6
* NaCl: Simpler validation for main nexe.teravest2014-11-202-80/+67
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-2/+2
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-062-2/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-294-10/+10
* Supply IRT file when launching PNaCl translators, and set irt_load_optional.jvoung2014-10-221-10/+6
* Standardize usage of virtual/override/final in components/dcheng2014-10-215-36/+32
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-3/+3
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-066-25/+25
* NaCl: Replace launch/start param flags with a NaClAppProcessType enum.jvoung2014-10-033-35/+16
* Remove implicit HANDLE conversions from components.rvargas2014-09-301-1/+2
* Use content::RunBlockingPoolTask() in tests.mtomasz2014-09-151-71/+73
* NaCl: Use RAII for sockets in NaClProcessHost.teravest2014-09-122-56/+18
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-104-4/+4
* Pepper: Stop using SRPC for irt_open_resource().Justin TerAvest2014-09-102-22/+85
* Refactoring the WeakPtrFactory usage, Member variables should appear before t...mohan.reddy2014-09-104-9/+10
* Remove implicit conversions from scoped_refptr to T* in components/nacl/dcheng2014-08-263-5/+5
* NaCl: Send fatal log messages via shared memory.teravest@chromium.org2014-08-202-1/+27
* Fix nacl_process_host.h includes.teravest@chromium.org2014-07-282-16/+5
* Pepper: Remove LOAD_MODULE SRPC call in SFI mode.teravest@chromium.org2014-07-244-13/+62
* Revert 285028 "Pepper: Remove LOAD_MODULE SRPC call in SFI mode."bruening@google.com2014-07-244-49/+13
* Pepper: Remove LOAD_MODULE SRPC call in SFI mode.teravest@chromium.org2014-07-234-13/+49
* Pepper: Fix permissions for PNaCl plugins.teravest@chromium.org2014-07-091-2/+4
* Fix NULL segv in nacl::GetPpapiPermissions() if bad render_view_id.tsepez@chromium.org2014-07-021-0/+2
* Enable mmap and identity-based validation caching on pnacl-{llc,ld}.nexejvoung@chromium.org2014-06-307-49/+71
* Do not create SRPC channel for NaCl in non-SFI mode.hidehiko@chromium.org2014-06-231-64/+65