summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* OOL code in CarbonPluginWindowTracker.erg@google.com2011-02-242-4/+7
* Pepper: Actually add PPB_FLASH_FILE_MODULE_LOCAL_INTERFACE to GetInterface().viettrungluu@chromium.org2011-02-241-0/+4
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-242-3/+11
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-243-174/+226
* Fix a bug that disabled some plugin groups at startup.bauerb@chromium.org2011-02-245-81/+67
* Check for NULL |surface_| in WebPluginDelegateImpl before accessing its context.bauerb@chromium.org2011-02-241-1/+1
* Don't access WebPluginInfo array out of bounds in PluginGroup::RemovePlugin.bauerb@chromium.org2011-02-242-2/+8
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-235-235/+271
* Parse version string of debug Flash builds correctly.bauerb@chromium.org2011-02-232-1/+3
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-212-2/+27
* Update the Windows minimum QuickTime version. Unfortunately, we can't do thiscevans@chromium.org2011-02-211-1/+1
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-172-25/+11
* Reset plugin group version to "0" instead of NULL.bauerb@chromium.org2011-02-171-1/+1
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-166-9/+34
* Update minimum Java version numbers to reflect the latest critical patch:cevans@chromium.org2011-02-161-2/+2
* Correctly update description and version when changing a PluginGroup.bauerb@chromium.org2011-02-164-58/+89