summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper
Commit message (Expand)AuthorAgeFilesLines
* Revert 176792dpapad@chromium.org2013-01-176-708/+1
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-156-1/+708
* Make RendererPpapiHostImpl work with NaCl instances, which change modules.bbudge@chromium.org2013-01-121-2/+2
* More conversion from uint to size_t for shared memory allocation sizes.cevans@chromium.org2013-01-112-2/+2
* Distinguish plugin disconnections from plugin crashes.yzshen@chromium.org2013-01-101-4/+8
* Update some #includes in content/renderer/pepper for headers in the new Platf...pilgrim@chromium.org2013-01-104-7/+7
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-048-12/+35
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-0210-46/+45
* Remove the old PPB_Flash proxy.raymes@chromium.org2012-12-261-1/+0
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-211-0/+4
* Move PepperFlash Hosts from content/ to chrome/raymes@google.com2012-12-213-318/+0
* &vec.front() on an empty vector will crash on Windows, last I knew.cevans@chromium.org2012-12-191-1/+1
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-192-1/+226
* Add ResolveProxy to the content API.raymes@chromium.org2012-12-191-5/+2
* Refactored PPB_Flash GetSettings to the new pepper resource modelraymes@chromium.org2012-12-192-13/+0
* StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable...xians@chromium.org2012-12-181-3/+3
* This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...raymes@chromium.org2012-12-172-8/+0
* plugins: use new WebPluginContainer::setWebLayer API for compositing.piman@chromium.org2012-12-172-0/+5
* Only unbind a Graphics2D on destruction when we're actually bound.brettw@chromium.org2012-12-141-5/+5
* Pepper and IPC plumbing to display message to NaCl userdschuff@chromium.org2012-12-141-0/+5
* Revert 172806raymes@chromium.org2012-12-132-194/+1
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-132-1/+194
* Renderer process can allocate anonymous shared memory without help from brows...apatrick@chromium.org2012-12-131-13/+1
* Introduce PPB_VideoCapture_Dev v0.3:yzshen@chromium.org2012-12-102-62/+24
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-101-1/+8
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-082-101/+0
* Revert 171408raymes@chromium.org2012-12-062-0/+101
* Preparing content/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-062-2/+4
* Revert 171389raymes@chromium.org2012-12-062-101/+0
* Revert 171080raymes@chromium.org2012-12-062-0/+101
* Revert 171234. Broke test_shell_tests on WebKit Mac Canaries.senorblanco@google.com2012-12-053-831/+50
* Inline ppb_graphics_2d_impl to the host.victorhsieh@chromium.org2012-12-053-50/+831
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-052-99/+83
* Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:yzshen@chromium.org2012-12-058-69/+590
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-042-101/+0
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-045-11/+31
* Refactor 3 PPB_Flash functions to the new resource model.raymes@chromium.org2012-12-047-72/+94
* Fix Graphics2D in NaCl.brettw@chromium.org2012-12-031-11/+11
* Add raymes and yzshen to pepper host OWNERSbrettw@chromium.org2012-11-291-0/+2
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-2911-0/+392
* Refactor BrowserFont to new designvictorhsieh@chromium.org2012-11-272-0/+19
* Deprecate and remove unused PPB_Flash functions.raymes@chromium.org2012-11-262-7/+0
* Merge branch 'master' into perms_printbrettw@chromium.org2012-11-161-10/+4
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-162-0/+14
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-165-69/+587
* Implement the Flash menu as a new-style Pepper resource.brettw@chromium.org2012-11-156-90/+58
* Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...brettw@chromium.org2012-11-141-4/+10
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-1/+2
* Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...brettw@chromium.org2012-11-141-10/+4
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-142-2/+2