summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Move srpcgen running out of scons and into its own scriptmcgrathr@chromium.org2012-01-053-161/+227
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-058-111/+57
* Add tests for the page visibility, position, and clip in the new view API. Th...brettw@chromium.org2012-01-0514-35/+290
* Fix build-break due to missed PPB thunk getter rename.wez@chromium.org2012-01-052-2/+2
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-05298-859/+959
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-0513-157/+140
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-043-4/+46
* Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.wez@chromium.org2012-01-048-19/+33
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-042-46/+58
* New CPP docs for mouse lock and fullscreen. The docs are identical to those f...jond@google.com2012-01-042-28/+112
* Switch a number of code and header files from DOS to Unix line-endings.wez@chromium.org2012-01-0417-2451/+2451
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-0441-636/+596
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-0441-596/+636
* Fix nacl tests for new instance interface.brettw@chromium.org2012-01-032-6/+2
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-0372-2116/+3327
* Fixed coverity resource leaksgroby@chromium.org2011-12-301-4/+4
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-293-5/+3
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-2913-2/+672
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-1/+1
* Remove references to headers not in TC.noelallen@google.com2011-12-285-11/+13
* WebSocket Pepper API: ArrayBuffer supporttoyoshim@chromium.org2011-12-282-36/+123
* Fixed coverity buggroby@chromium.org2011-12-221-0/+1
* Added test for disallowed nacl sockets switch.ygorshenin@google.com2011-12-225-0/+131
* Fixed coverity uninit bugsgroby@chromium.org2011-12-222-4/+2
* 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