summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-042-13/+20
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-314-1/+26
* Additional clean up from missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-4/+0
* Cleaning up missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-1/+0
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-313-1/+19
* Adding missing virtual keyword to PPB_VideoDecoder_Impl.scherkus@chromium.org2011-03-311-8/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-316-63/+274
* Pepper/Flapper: Make PPB_Flash::Navigate() handle javascript: URLs.viettrungluu@chromium.org2011-03-301-4/+13
* Remove usages of WebView::Create that pass in devtools/autofill client.jam@chromium.org2011-03-291-1/+1
* Fix up some reference counting when WebPluginImpl::scriptableObject is called.dmichael@google.com2011-03-294-10/+35
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-282-2/+5
* Fix up some types in the API.neb@chromium.org2011-03-285-8/+9
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-283-22/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-2839-71/+71
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-262-11/+67
* 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 my memory leak (yay valgrind bot!)dmichael@google.com2011-03-241-0/+1
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-0/+35
* 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-236-5/+522
* PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.yzshen@chromium.org2011-03-233-17/+50
* Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.yzshen@chromium.org2011-03-231-1/+1
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-235-589/+3
* Removing method printing::PdfPsMetafile::SetRawData().dpapad@chromium.org2011-03-231-1/+1
* Fix write-after-free in PPB_Surface_3D_Implpiman@google.com2011-03-221-0/+2
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-198-4/+45
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Removed deprecated function WebPlugin::getBackingTextureId.alokp@chromium.org2011-03-182-5/+0
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-184-63/+42
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Fixing PPB_Graiphics2D::Describe to behave according to spec with an invalid ...brettw@chromium.org2011-03-161-4/+6
* Run PPB_CharSet_Dev logic directly in the plugin process.yzshen@chromium.org2011-03-151-115/+8
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-143-17/+63
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-115-0/+149
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-104-3/+42
* Used new WebKit::WebPluginContainer::setBackingTextureId() to switch on/off a...alokp@chromium.org2011-03-102-0/+23
* Handle lost contexts in PPAPI.piman@google.com2011-03-105-1/+43
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-088-27/+110
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-1/+10
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-043-0/+127
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-031-0/+13
* Add GetP2PSocketDispatcher() in ppapi::PluginDelegate.sergeyu@chromium.org2011-03-033-1/+13
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-022-2/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-023-22/+36
* 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
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-021-32/+0