summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-162-87/+250
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-151-1/+1
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-250/+87
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-87/+250
* Linux: Un-blacklist gecko-mediaplayer.thestig@chromium.org2011-02-151-3/+0
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-153-6/+6
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-158-53/+157
* New versions for Adobe Reader, Flash, Shockwave and RealPlayer.panayiotis@google.com2011-02-141-23/+22
* Make sure that if Reader is installed after Chrome and the internal PDF reade...jam@chromium.org2011-02-141-0/+10
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-112-4/+4
* Fix re-entrant destroy issues in pepperpiman@google.com2011-02-111-0/+34
* Revert the accidentially changed auto-generated files.jochen@chromium.org2011-02-101-1/+1
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-1/+1
* Restore old title in WebViewPlugin only when loading the plugin.bauerb@chromium.org2011-02-102-2/+8
* Prevent crashing on errors in PPB_Context_3D_Impls.neb@chromium.org2011-02-091-12/+10
* Update the checked-in GLES2 bindings and implementation to match the auto-gen...bryner@chromium.org2011-02-081-1/+1
* Corrected signature of WebPlugin3DDeviceDelegate::Device3DRegisterCallback.apatrick@chromium.org2011-02-082-5/+6
* Clean up warnings found in our testing code.erg@google.com2011-02-0711-47/+75
* Implement WebFrameClient::didReceiveResponse in WebViewPluginbauerb@chromium.org2011-02-072-0/+14
* Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...viettrungluu@chromium.org2011-02-071-1/+1
* Move the Carbon SetCursor method on WebPluginDelegateImpl to a different name...avi@chromium.org2011-02-072-4/+8
* Correctly match plugins to their definitions.bauerb@chromium.org2011-02-075-40/+78
* Re-land more changes from r73427 where we set the name for each module in the...brettw@google.com2011-02-053-7/+10
* Revert 73427 (set the name of the PPAPI plugin correcetly) and 73916 (minor b...brettw@google.com2011-02-053-10/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0519-29/+29
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-044-28/+78