summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-2238-68/+410
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+3
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-2/+4
* Fixed misspelled word in ppb_image_data. Updated/rewrote docs in the other th...jond@google.com2011-12-218-80/+150
* Coverity; Fixing pass by value bugs.dpapad@chromium.org2011-12-212-4/+4
* Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.bbudge@chromium.org2011-12-213-21/+22
* Change pnacl to read all resources from the extension.sehr@google.com2011-12-2112-60/+96
* Revert 115289 - Added test for disallowed nacl sockets switch.rsleevi@chromium.org2011-12-215-131/+0
* Coverity: Add a missing return statement.thestig@chromium.org2011-12-211-2/+2
* Added test for disallowed nacl sockets switch.ygorshenin@google.com2011-12-215-0/+131
* FindMatchingProperty: pass string as const ref to avoid copyingtbreisacher@chromium.org2011-12-211-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-213-0/+4
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-213-4/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-203-0/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Coverity: Fixing pass by value bugsdpapad@chromium.org2011-12-202-2/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-2011-69/+102
* Revert 115093 because of memory test failures - WebSocket Pepper API: C++ hel...toyoshim@chromium.org2011-12-205-629/+4
* WebSocket Pepper API: C++ helper class implementation.toyoshim@chromium.org2011-12-205-4/+629
* Regenerate the PPB_Flash interface header with LF line-endings.wez@chromium.org2011-12-201-142/+142
* Resubmit 114881, but without a bad dependency on base.polina@google.com2011-12-202-26/+128
* Add TestingInstance::ExecuteScript method which posts a message that the test...bbudge@chromium.org2011-12-1713-24/+115
* Revert 114881 - PPB_Fullscreen test: Merge the NaCl version of the test into ...georgey@chromium.org2011-12-172-129/+27
* PPB_Fullscreen test: Merge the NaCl version of the test into ppapi/tests comp...polina@google.com2011-12-162-27/+129
* NaCl: Remove unused #include of syscall_bindings_trampoline.hmseaborn@chromium.org2011-12-161-1/+0
* Pepper: Add a wrapper for the private PPB_Flash interface.viettrungluu@chromium.org2011-12-163-0/+238
* WebSocket Pepper API: C++ bindings implementation.toyoshim@chromium.org2011-12-168-149/+431
* Pepper: unit tests for VarTrackertoyoshim@chromium.org2011-12-163-0/+161
* 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
* Pepper: Change '*_sources' variables in ppapi_sources.gypi to '*_source_files'.viettrungluu@chromium.org2011-12-166-16/+16
* Add FileIOTrusted class.sehr@google.com2011-12-153-0/+92
* Fix a typo in ppp_input_event.idl.wez@chromium.org2011-12-152-3/+3
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-1522-43/+311
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-1519-143/+500
* Reland; WebSocket Pepper API: Add live object check to WebSocket PPAPI teststoyoshim@chromium.org2011-12-153-12/+33
* Reland; Pepper: Var keeps invalid var_id if VarTracker release it and there i...toyoshim@chromium.org2011-12-152-0/+7
* reduce log verbosity levelbsy@google.com2011-12-152-6/+15
* Fix buildbot warning about initialization order.sehr@google.com2011-12-151-2/+2
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-1516-127/+314
* This CL moves all command line processing out of the coordinator. Key other ...sehr@google.com2011-12-148-691/+756
* Put irt and untrusted TC dependencies behind a flag.robertm@google.com2011-12-143-101/+112
* Reverting because I reverted the CL this depends on...finnur@chromium.org2011-12-143-33/+12
* Reverting half the checkins that are suspected of breaking the world.finnur@chromium.org2011-12-142-7/+0
* WebSocket Pepper API: Add live object check to WebSocket PPAPI teststoyoshim@chromium.org2011-12-143-12/+33
* Var keeps invalid var_id if VarTracker release it and there istoyoshim@chromium.org2011-12-142-0/+7
* Enhance PPAPI IME example for demonstrating features related to text selection.kinaba@chromium.org2011-12-141-28/+124
* (Cleanup) Use its own MIME type in the PPAPI IME example.kinaba@chromium.org2011-12-141-8/+8
* This CL forces ppapi_untrusted to use the same extra_deps PATH as the default...wez@chromium.org2011-12-131-4/+4
* <video> decode in hardware! fischman@chromium.org2011-12-132-7/+11