summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-183-3/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-1812-138/+606
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+68
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-122-10/+14
* Add the PP_Instance to resource object base.brettw@chromium.org2011-08-112-0/+17
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-115-19/+5
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-099-111/+407
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-063-0/+208
* Video Capture Pepper APIpiman@chromium.org2011-08-061-0/+1
* Revert "Prepare ppapi for chrome audio changes..."derat@chromium.org2011-08-021-47/+7
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-013-0/+315
* Prepare ppapi for chrome audio changes. Now chrome writes length of audio dataenal@chromium.org2011-08-011-7/+47
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-012-0/+10
* Fix return value when unfiltered keyboard events are registered.dmichael@chromium.org2011-07-221-4/+0
* Reland http://codereview.chromium.org/7484003/:dmichael@chromium.org2011-07-222-54/+1
* Revert 93523 - Remove backwards compatibility for PPP_Instance 0.5 and old in...dmichael@chromium.org2011-07-222-1/+54
* Remove backwards compatibility for PPP_Instance 0.5 and old input events.dmichael@chromium.org2011-07-222-54/+1
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-201-0/+1
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-202-2/+54
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-202-54/+2
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-202-2/+54
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-202-54/+2
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-202-2/+54
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-192-0/+924
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-193-0/+169
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-183-168/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-183-0/+168
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-12/+9
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-9/+12
* Remove untrusted scripting support.dmichael@chromium.org2011-07-142-17/+1
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-142-11/+11
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-122-0/+76
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-075-0/+212
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+1
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-1/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+1
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-292-0/+54
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-0/+4
* Coverity: Remove dead code in ppapi::AudioImpl::AudioImpl.thestig@chromium.org2011-06-221-4/+1
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-0/+2
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-152-2/+11
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-0/+2
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-101-0/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-017-89/+116
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-017-116/+89
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-017-89/+116
* Give FunctionGroupBase a virtual destructor.thakis@chromium.org2011-05-311-0/+2
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-272-2/+34