summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppapi_plugin_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of glaring omissions when I added PPP_Instance_Private.dmichael@chromium.org2011-04-191-0/+4
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-191-6/+34
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-0/+2
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-14/+11
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-081-6/+6
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-4/+4
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-9/+9
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-8/+4
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-5/+5
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-041-12/+12
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-311-0/+2
* Pepper/Flapper: Make PPB_Flash::Navigate() handle javascript: URLs.viettrungluu@chromium.org2011-03-301-4/+13
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-14/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-3/+4
* Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.vandebo@chromium.org2011-03-251-7/+4
* Fix pepper flash-originated popupspiman@google.com2011-03-231-0/+1
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-231-2/+48
* PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.yzshen@chromium.org2011-03-231-5/+44
* Removing method printing::PdfPsMetafile::SetRawData().dpapad@chromium.org2011-03-231-1/+1
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-2/+13
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Used new WebKit::WebPluginContainer::setBackingTextureId() to switch on/off a...alokp@chromium.org2011-03-101-0/+18
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-14/+53
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-021-0/+2
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+14
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-14/+5
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+14
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-241-2/+9
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+12
* Fix re-entrant destroy issues in pepperpiman@google.com2011-02-111-0/+34
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-4/+4
* Release all Object PP_Vars when an instance goes away. This prevents a crashbrettw@chromium.org2011-02-011-2/+2
* Avoid null-pointer dereference for PPAPI Instance BindGraphics.dmichael@google.com2011-01-251-0/+4
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-221-3/+7
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-11/+11
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-12/+54
* Linux: Trade one hack for another to allow pepper plugins to print only selec...thestig@chromium.org2011-01-111-32/+33
* Enable accelerated compositing in fullscreen pepper.piman@google.com2011-01-061-1/+11
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-0/+4
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-19/+11
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-5/+5
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-5/+1
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-1/+5
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+1186