summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/trusted/plugin
Commit message (Expand)AuthorAgeFilesLines
* Revert 119758 - Add skeleton for file cleanup and cache renaming during trans...karen@chromium.org2012-01-3110-479/+342
* Add skeleton for file cleanup and cache renaming during translation.sehr@google.com2012-01-3010-342/+479
* Move the pnacl translation nexes fully off the main thread.sehr@google.com2012-01-216-30/+34
* Repeat performance for 118553 -- Add nacl private interface and statesehr@google.com2012-01-211-4/+8
* Revert 118553 - Add nacl private interface and state for process creation.sehr@google.com2012-01-211-9/+5
* Add nacl private interface and state for process creation.sehr@google.com2012-01-201-5/+9
* Allow pnacl's LD to look up resources in the nexe's manifest. This will allowsehr@google.com2012-01-207-69/+158
* Pepper SRPC proxy style and type nitstoyoshim@chromium.org2012-01-191-2/+2
* NaCl: Remove getpid() calls from the PPAPI proxymseaborn@chromium.org2012-01-091-2/+2
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-062-3/+2
* - Malloc the rng_desc in PnaclCoordinator to match the free from NaClDescUnref.jvoung@google.com2012-01-063-24/+47
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-052-5/+5
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-042-2/+3
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-042-3/+2
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-032-31/+21
* Fixed coverity resource leaksgroby@chromium.org2011-12-301-4/+4
* Fixed coverity buggroby@chromium.org2011-12-221-0/+1
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-2/+4
* Coverity; Fixing pass by value bugs.dpapad@chromium.org2011-12-212-4/+4
* Change pnacl to read all resources from the extension.sehr@google.com2011-12-2111-59/+93
* Coverity: Add a missing return statement.thestig@chromium.org2011-12-211-2/+2
* FindMatchingProperty: pass string as const ref to avoid copyingtbreisacher@chromium.org2011-12-211-1/+1
* Remove support for using coordinator-specific lookup method. Replace it withsehr@google.com2011-12-1611-236/+266
* eliminate double initialization / finalization before last use.bsy@google.com2011-12-162-6/+2
* reduce log verbosity levelbsy@google.com2011-12-152-6/+15
* Fix buildbot warning about initialization order.sehr@google.com2011-12-151-2/+2
* This CL moves all command line processing out of the coordinator. Key other ...sehr@google.com2011-12-148-691/+756
* Chrome-side change to support stdout/err to postmessage debug hookup.bsy@google.com2011-12-093-2/+44
* Set default text input type to NONE for NaCl apps on OSXkochi@chromium.org2011-12-081-0/+11
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-4/+2
* Add rough version pnacl shim commandlines to pnacl coordinator.jvoung@google.com2011-12-061-3/+8
* Make the rate limiting of Native Client Plugin progress eventsbbudge@google.com2011-11-232-11/+16
* Make PPAPI use 'new ProgressEvent' instead of initProgressEvent.morrita@chromium.org2011-11-161-5/+7
* Change the native_client to use the third_party/jsoncpp.ronghuawu@chromium.org2011-11-123-3/+3
* Get all the resources relative to a single base. Currently the same basesehr@google.com2011-11-118-149/+51
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-115-20/+6
* Refactor the pnacl coordinator to load resources all at once, then loadsehr@google.com2011-11-106-385/+362
* Add crtbegin.o / crtend.o to the link line in the PNaCl coordinator.pdox@google.com2011-11-091-0/+2
* Silence an MSVC warningmcgrathr@chromium.org2011-11-071-1/+1
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-4/+5
* Refactor pnacl coordinator to make it easier to pass metadata values from thesehr@google.com2011-11-043-259/+280
* Add progress events for DSO downloads required on startup. Modify the NaClbbudge@chromium.org2011-10-264-60/+110
* gcc 4.6.1 -Wall -Werror fix.bsy@google.com2011-10-241-0/+1
* Fix NaCl download progress events for zipped Nexes.bbudge@google.com2011-10-201-3/+4
* gcc 4.6 fixes for ppapi so that these will build nacl-side. testedbsy@google.com2011-10-201-0/+3
* Remove stale references to private NaCl copy of PPAPInoelallen@google.com2011-10-191-4/+4
* Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...bbudge@google.com2011-10-182-19/+9
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-162-10/+10
* update to use ALLOW_THIS_IN_INITIALIZER_LIST.bsy@google.com2011-10-141-2/+4
* chromium side changes to enable nexe exit status to be reported to JavaScriptbsy@google.com2011-10-074-5/+85