summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function.thakis@chromium.org2010-11-101-16/+0
* Fix clang build by removing redundant "const"brettw@chromium.org2010-11-101-2/+2
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-108-10/+99
* Add forgotten file from previous PPAPI CL.brettw@chromium.org2010-11-091-1/+4
* Random updates for all added proxy interfaces I've done in the past week.brettw@chromium.org2010-11-0911-68/+342
* Change the private image data shared memory handle code to return a nativebrettw@chromium.org2010-11-091-2/+5
* * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...brettw@chromium.org2010-11-082-0/+33
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-0817-94/+144
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-062-0/+12
* Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoaderbrettw@chromium.org2010-11-056-0/+534
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-057-0/+1252
* Add proxies for core and class (for calling from WebKit to the plugin). Thesebrettw@chromium.org2010-11-054-0/+551
* Instance interface implementation. These don't build by themselves, this isbrettw@chromium.org2010-11-056-0/+944
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0574-507/+832
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-11/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-0/+11
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-043-11/+56
* Add proxies for ImageData and Graphics2D. These don't build by themselves, thisbrettw@chromium.org2010-11-044-0/+548
* Fixing a stupid typo.dumi@chromium.org2010-11-041-1/+1
* Including <stdin.h> to hopefully fix a build error on the ChromeOS bots.dumi@chromium.org2010-11-041-0/+2
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-0415-213/+301
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-034-0/+679
* Remove serialized var file from previous check that shouldn't have been there.brettw@chromium.org2010-11-031-457/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0321-0/+2293
* Revert previous accidental change to the gyp file.brettw@chromium.org2010-11-031-73/+0
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-0348-6325/+73
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0347-0/+6325
* Comment out examples to see if this fixes the mac build.brettw@chromium.org2010-11-021-92/+94
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-022-6/+5
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-022-4/+6
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-022-6/+4
* Revert PPAPI change.brettw@chromium.org2010-11-022-0/+10
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-022-10/+0
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-0/+5
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-5/+0
* Really fix executable bit on Doxyfilebrettw@chromium.org2010-11-011-0/+0
* Fix permissions on Doxyfilebrettw@chromium.org2010-11-011-0/+1
* Fix includes to make checkdeps happybrettw@chromium.org2010-11-012-2/+2
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-01209-0/+21306