summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppapi_plugin_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Create a public API around webkit::ppapi::PluginInstance and use it in chrome...jam@chromium.org2013-07-241-2699/+0
* Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving p...jam@chromium.org2013-07-241-4/+39
* Hide knowledge of webkit::ppapi::HostGlobals from chrome. This is part of mov...jam@chromium.org2013-07-231-0/+8
* Hide knowledge of webkit::ppapi::PPB_ImageData_Impl from chrome. This is part...jam@chromium.org2013-07-231-0/+36
* Hide knowledge of webkit::ppapi::PPB_FileRef_Impl from chrome. This is part o...jam@chromium.org2013-07-231-0/+9
* Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of ...jam@chromium.org2013-07-231-2/+5
* Use a direct include of the message_loop header in webkit/, part 2.avi@chromium.org2013-07-171-1/+1
* Call no-op method setOutOfProcess so that plugins don't break when we add use...cdn@chromium.org2013-07-111-0/+1
* PPAPI: Enter v8 Context when converting object PP_Var to NPObjectdmichael@chromium.org2013-07-111-1/+7
* Use a direct include of time headers in webkit/, win8/.avi@chromium.org2013-06-281-1/+1
* PPAPI: Introduce PPB_NetworkProxy_Devdmichael@chromium.org2013-06-241-0/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-14/+14
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in webkit/.dcheng@chromium.org2013-06-121-1/+0
* Use a direct include of strings headers in webkit/, part 2.avi@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Move Pepper to using mailboxespiman@chromium.org2013-06-061-35/+14
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-9/+9
* Update refernces to Blink's Platform API (webkit)abarth@chromium.org2013-05-301-5/+5
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-271-3/+8
* Revert 202364 "Track NPObject ownership by the originating plugi..."kinuko@chromium.org2013-05-271-8/+3
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-271-3/+8
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-3/+3
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-12/+93
* Move webkit/compositor_bindings into webkit/rendererjamesr@chromium.org2013-05-151-1/+1
* Revert 199560 "Move the plugins sources out of the webkit glue t..."ananta@chromium.org2013-05-111-1/+1
* Move the plugins sources out of the webkit glue target into a new target 'plu...ananta@chromium.org2013-05-101-1/+1
* CRX FileSystem Pepper private APIvictorhsieh@chromium.org2013-05-081-0/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-8/+8
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-5/+7
* PPAPI: Don't call PPP_Instance after instance destructiondmichael@chromium.org2013-05-071-0/+7
* Don't set |bound_graphics_2d_| if binding the instance fails.raymes@chromium.org2013-05-031-15/+16
* Pepper: Autogenerate thunk for PPB_Fullscreenteravest@chromium.org2013-05-021-0/+4
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* This patch implements the necessary plumbing to allow WebExternalTextureLayer...alexst@chromium.org2013-04-121-0/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-6/+6
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-17/+19
* Apps V2 in Pepper: introduce singleton resource ExtensionsCommon.yzshen@chromium.org2013-03-291-0/+1
* TextureLayer: clear texture id when clearing client.piman@chromium.org2013-03-291-1/+0
* Ignore transparency in full-screen Flashpiman@chromium.org2013-03-261-3/+8
* This is in preparation for adding a new-style proxy for PDF.raymes@chromium.org2013-03-211-0/+1
* Cleanup: Make gamepad API consistent.teravest@chromium.org2013-03-201-1/+2
* cc: Chromify TextureLayerClientenne@chromium.org2013-03-191-2/+2
* Remember and use user gesture tokens in the PPAPI to manage user gesture statejochen@chromium.org2013-03-181-5/+15
* Move compositor bindings implementations out of WebKit::, fix stylejamesr@chromium.org2013-03-181-1/+1
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-2/+2
* Add Pepper TrueType font API plumbing.bbudge@chromium.org2013-03-161-0/+1
* cc: Chromify TextureLayer and testenne@chromium.org2013-03-141-2/+2
* Switch RenderWidgetFullscreenPepper to use RenderWidget's compositorpiman@chromium.org2013-03-131-12/+17
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-3/+3