summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Export symbols for shared library build.dmichael@chromium.org2011-10-111-1/+3
* Revert 104941 - PP_EXPORT new ppapi::ProxyLock.msw@chromium.org2011-10-111-3/+1
* PP_EXPORT new ppapi::ProxyLock.msw@chromium.org2011-10-111-1/+3
* Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...dmichael@chromium.org2011-10-112-0/+115
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-115-40/+79
* Convert URLUtil to the thunk system.brettw@chromium.org2011-10-102-10/+35
* Relanding this as the earlier attempt was reverted due to a boneheader mistak...ananta@chromium.org2011-09-301-4/+8
* Revert 103377 - Fix a pepper plugin process crash which occurs if we receive ...ddorwin@chromium.org2011-09-291-8/+4
* Fix a pepper plugin process crash which occurs if we receive input events for...ananta@chromium.org2011-09-291-4/+8
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-293-3/+38
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-273-38/+3
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-273-3/+38
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-261-0/+1
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-1/+1
* Convert dev interfaces to use the macro system.brettw@chromium.org2011-09-141-1/+0
* Check for a crashed plugin before creating resources to send to the pluginbrettw@google.com2011-09-141-8/+7
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-072-4/+4
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-062-4/+4
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-062-4/+4
* Pepper 3D API changes:alokp@chromium.org2011-09-032-0/+6
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-012-20/+0
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-312-0/+7
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-302-19/+15
* Make PPB_GLESChromiumTextureMapping_Dev work with PPB_Graphics3D_Devpiman@chromium.org2011-08-272-0/+27
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-2628-40/+94
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-268-0/+623
* Merge the plugin and impl side of the audio config and input event resources.brettw@chromium.org2011-08-256-25/+112
* Fix ARM errors regarding NULL/integer conversions.brettw@chromium.org2011-08-241-1/+1
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-244-4/+143
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-223-12/+12
* 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