summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_video_capture_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-061-5/+5
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-151-99/+205
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-9/+9
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-21/+21
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-21/+21
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-21/+21
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-40/+27
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-27/+40
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-40/+27
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-27/+40
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-40/+27
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-7/+9
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-7/+0
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+2
* PPB/PPP_VideoCapture_Dev proxypiman@chromium.org2011-08-091-0/+459