summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_plugin_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-492/+0
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-081-135/+72
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-071-72/+135
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-071-135/+72
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-4/+6
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-9/+9
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-2/+62
* PPB_Class implementation in Chrome.neb@chromium.org2010-11-051-0/+4
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-5/+6
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-35/+35
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-35/+35
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-35/+35
* Revert PPAPI change.brettw@chromium.org2010-11-021-35/+35
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-35/+35
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-35/+35
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-35/+35
* PPB_Var implementation, Chrome side.neb@chromium.org2010-10-251-0/+3
* Resubmit http://codereview.chromium.org/3944001.dumi@chromium.org2010-10-201-17/+1
* Revert 63153 - Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-1/+17
* Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-17/+1
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-16/+7
* Fix up PPAPI renames in Chrome.neb@chromium.org2010-10-071-3/+3
* Pull new PPAPI and update Browser interfaces to reflect new API.brettw@chromium.org2010-10-031-0/+8
* Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...jam@chromium.org2010-10-011-0/+3
* Re-land 60850 Implement PPB_ImageDataTrusted on the Chrome side. This justbrettw@chromium.org2010-09-291-0/+3
* Revert 60850 (broke build) - Implement PPB_ImageDataTrusted on the Chrome sid...willchan@chromium.org2010-09-281-3/+0
* Implement PPB_ImageDataTrusted on the Chrome side. This just connects the callbrettw@chromium.org2010-09-281-0/+3
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-241-0/+4
* Revert "Add some optimizations to plugin painting."maruel@chromium.org2010-09-231-4/+0
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-231-0/+4
* Pepper: Fix getting the trusted URL loader interface.interfaceviettrungluu@chromium.org2010-09-231-1/+1
* Implement PPB_URLLoaderTrusted_Dev.darin@chromium.org2010-09-201-0/+3
* Add the ability to create FileRefs pointing to inexistent ordumi@chromium.org2010-09-141-1/+17
* Add fullscreen support to Pepper.piman@chromium.org2010-09-141-0/+3
* Preliminary Network P2P Pepper APInfullagar@google.com2010-09-141-0/+4
* Implement QuitMessageLoop using QuitNow instead of Quit.darin@chromium.org2010-09-131-1/+1
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-1/+61
* Fix the cursor api not working.jam@chromium.org2010-08-301-0/+4
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-301-43/+45
* Pull latest Pepper to get moved audio, video, and char set interfaces, nowbrettw@chromium.org2010-08-281-7/+7
* Add hook into pepper to query if running on the main thread.ajwong@chromium.org2010-08-241-1/+6
* Revert "Add hook into pepper to query if running on the main thread."ajwong@chromium.org2010-08-241-6/+1
* Add hook into pepper to query if running on the main thread.ajwong@chromium.org2010-08-241-1/+6
* Add support for Pepper charset conversions.brettw@chromium.org2010-08-221-0/+4
* Pepper2 Graphics3D implementation - browser side.neb@chromium.org2010-08-171-2/+13
* add pepper video decoder glue and delegatewjia@google.com2010-08-061-1/+4
* Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.brettw@chromium.org2010-08-051-0/+4
* Chromium-side implemention of pepper's FileChooser.dumi@chromium.org2010-08-051-0/+4
* Pepper2 audio (trusted side) implementation. Still missing a synchronization ...neb@chromium.org2010-07-301-0/+7
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-10/+4