summaryrefslogtreecommitdiffstats
path: root/components/nacl/renderer/ppb_nacl_private_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* NaCl cleanup: Remove use of the IMC bootstrap channelmseaborn2016-01-131-7/+0
* NaCl cleanup: Remove now-unneeded uses of BrokerDuplicateHandle()mseaborn2016-01-111-16/+0
* PNaCl: Use Chrome IPC to talk to the linker process, instead of SRPCmseaborn2016-01-041-2/+30
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-261-20/+17
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-261-0/+5
* NaCl: Fix a file descriptor leak on Unixmseaborn2015-12-011-0/+15
* PNaCl: Enable the Subzero translator for x86-32 without a flag.stichnot2015-11-301-3/+8
* Revert "PNaCl: Enable the Subzero translator for x86-32 without a flag."stichnot2015-11-291-8/+3
* PNaCl: Enable the Subzero translator for x86-32 without a flag.stichnot2015-11-281-3/+8
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* Make the WebURLLoaderClients in the pepper code destroy (or have some guard) ...tyoshino2015-08-061-15/+18
* Update SplitString calls in componentsbrettw2015-07-231-6/+3
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Remove fallback code for getting pnacl-subzero tool name.jvoung2015-07-151-7/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-33/+24
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-3/+3
* Refactor NaClProcessHost. Reduce chances to leak the resource.hidehiko2015-05-071-9/+16
* SFI NaCl: Batch-open resource filesyusukes2015-05-051-1/+1
* Refactor params of NaClProcessMsg_Start.hidehiko2015-04-301-10/+12
* Use of base::StringPairs appropriately in nacl.payal.pandey2015-04-291-2/+1
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Set up a NaCl load status callback to start replacing "start_module".jvoung2015-04-221-19/+2
* Pepper: Remove a use of third_party/jsoncppteravest2015-04-211-25/+22
* Stop adding the "files/" prefix when sending open_resource IPCyusukes2015-04-161-11/+1
* Split PNaCl LLC and Subzero UMA stats (but retain a total bucket also).jvoung2015-04-031-25/+47
* Move some of the PNaCl UMA stats to a common location.jvoung2015-04-021-0/+11
* Add a switch for using PNaCl Subzero and use it for -O0 translation.jvoung2015-03-311-20/+45
* Non-SFI NaCl: Batch-open resource filesyusukes2015-03-101-13/+41
* NaCl: Simplify the plumbing for PPAPI's DevInterfacesEnabled flagmseaborn2015-01-241-18/+4
* NaCl: Remove now-unneeded SRPC reverse service codemseaborn2015-01-231-34/+0
* Cleanup: Fix some formatting nits in ppb_nacl_private_impl.ccmseaborn2015-01-231-7/+7
* NaCl: Remove now-unused ReportLoadSuccess() function from PPB_NaCl_Privatemseaborn2015-01-231-12/+0
* NaCl: Remove reliance on "init_done" SRPC call in the remaining PNaCl casemseaborn2015-01-221-24/+40
* NaCl: Merge three global PP_Instance mappings into onemseaborn2015-01-221-41/+85
* NaCl: Remove unused functions from PPB_NaCl_Privatemseaborn2015-01-221-45/+0
* Remove nonsfi token workaround.teravest2015-01-151-14/+18
* Revert of Remove nonsfi token workaround. (patchset #1 id:20001 of https://co...nya2015-01-071-19/+14
* Remove nonsfi token workaround.teravest2015-01-051-14/+19
* Prefix CommandLine usage with base namespace (Part 9: components)kkosztyo.u-szeged2014-12-041-2/+3
* Allow IRT manifest_service open_resource with PNaCl translator nexes.jvoung2014-12-011-29/+22
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-2/+2
* Fix: comparison between 'enum PP_NaClAppProcessType' and 'enum nacl::NaClAppP...jvoung2014-10-031-9/+13
* NaCl: Replace launch/start param flags with a NaClAppProcessType enum.jvoung2014-10-031-15/+25
* Pepper: Stop using SRPC for irt_open_resource().Justin TerAvest2014-09-101-8/+8
* NaCl: Detect plugin crashes via EOF on Chromium IPC.Justin TerAvest2014-09-041-7/+0
* Drop NaCl support for posting stdout/stderr to JS.teravest2014-09-031-20/+0
* Retry Set RequestContextObject for PNaCl pexe fetches, to fix On-Demand update.jvoung2014-08-301-0/+1
* Revert of Set RequestContextObject for PNaCl pexe fetches, to fix On-Demand u...jvoung2014-08-291-1/+0