summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-222-3/+3
* Update minimum plug-in versions to reflect latest Adobe 0-day.cevans@chromium.org2011-03-221-2/+2
* Direct Windows users to a better Java download page.mal@chromium.org2011-03-221-2/+3
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-211-2/+6
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-1910-4/+120
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Removed deprecated function WebPlugin::getBackingTextureId.alokp@chromium.org2011-03-184-11/+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
* Remove Gears from Chrome.aa@chromium.org2011-03-114-29/+0
* 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
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-088-27/+110
* Pepper: Store file extensions and description on a per-mime-type basis.viettrungluu@chromium.org2011-03-083-6/+21
* Check that a plugin path points to a file before rejecting the plugin because...sergeyu@chromium.org2011-03-071-1/+1
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-041-1/+0
* While enumerating plugins under the MozillaPlugins registry key, we should ig...ananta@chromium.org2011-03-041-1/+27
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-1/+10
* Addressing review comments from brettw.ananta@chromium.org2011-03-041-6/+2
* 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
* Inform the browser about mouse input in windowed plugins to ensure that we ex...ananta@chromium.org2011-03-021-1/+11
* 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
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Pepper/Flapper: Add an interface to do sync file ops on FileRefs.viettrungluu@chromium.org2011-03-016-3/+114
* Added EnabledPlugins policy.pastarmovj@chromium.org2011-03-013-73/+270
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-282-3/+9
* Don't use crashed plugins when instantiating new ones. Before, when a pluginbrettw@chromium.org2011-02-275-7/+22
* The IcedTea version updates corresponding to the recent JDK 6u24 fixes.cevans@chromium.org2011-02-271-2/+2
* Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...viettrungluu@chromium.org2011-02-266-128/+226