summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed deprecated function WebPlugin::getBackingTextureId.alokp@chromium.org2011-03-182-6/+0
* Remove Gears from Chrome.aa@chromium.org2011-03-114-29/+0
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* 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
* 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
* Addressing review comments from brettw.ananta@chromium.org2011-03-041-6/+2
* Inform the browser about mouse input in windowed plugins to ensure that we ex...ananta@chromium.org2011-03-021-1/+11
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Added EnabledPlugins policy.pastarmovj@chromium.org2011-03-013-73/+270
* The IcedTea version updates corresponding to the recent JDK 6u24 fixes.cevans@chromium.org2011-02-271-2/+2
* OOL code in CarbonPluginWindowTracker.erg@google.com2011-02-242-4/+7
* 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
* Parse version string of debug Flash builds correctly.bauerb@chromium.org2011-02-232-1/+3
* Update the Windows minimum QuickTime version. Unfortunately, we can't do thiscevans@chromium.org2011-02-211-1/+1
* 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-164-8/+20
* 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
* Linux: Un-blacklist gecko-mediaplayer.thestig@chromium.org2011-02-151-3/+0
* 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
* Restore old title in WebViewPlugin only when loading the plugin.bauerb@chromium.org2011-02-102-2/+8
* 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
* 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
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0512-17/+17
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Revert accidental change to webplugin_delegate_impl_mac.mmsail@chromium.org2011-02-041-5/+4
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-4/+5
* Re-enable the test that I disabled last night.cevans@chromium.org2011-02-033-10/+17
* Activate / fix the NPAPI plugin test on Linux:cevans@chromium.org2011-02-022-1/+10
* Propagate the user gesture state. It is necessary to do correct pop-up blockingcevans@chromium.org2011-02-022-2/+5
* Fix a typo I introduced (IceTea should be IcedTea) in my last commit here.cevans@chromium.org2011-02-011-3/+3
* Ensure that windowed NPAPI plugins get reparented to the plugin wrapper windo...ananta@chromium.org2011-01-291-0/+7
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-282-0/+4
* Put some plug-ins behind an infobar, where they have:cevans@chromium.org2011-01-274-46/+73
* If a user chooses to open a PDF with Reader, ask them if they want to do so a...jam@chromium.org2011-01-271-1/+1
* Fixed grave bug in Plugin Loading code that lead to a crash with some plugins.pastarmovj@chromium.org2011-01-252-7/+21
* Allow multiple instances of the newer VLC plugins to load. The older versions...ananta@chromium.org2011-01-251-13/+22
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-2414-439/+870