Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Jun 17, 2020
REGRESSION(r262994): [GTK] More than 100 tests are failing
Show description for a9af67acommitted
Commits on Jun 15, 2020
[WPT] html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html fails due to lack of caching of Plugin objects
Show description for 8bc4c31committed
Sam Weinig
Commits on Jun 5, 2020
[IPC] Adopt enum class for PluginLoadClientPolicy
Show description for 619c33fcommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Jul 6, 2018
REGRESSION (r230843): Flash doesn't work; Produces blue box on page
Show description for e29d3a8committed
Commits on Jun 13, 2018
Supported plugin check should be based on plugin identifier
Show description for b75cee9committed
Commits on Apr 20, 2018
WebPage sometimes incorrectly rules out PDF as a mime type that can be showed
Show description for a753406committedMake PluginData cache its web visible plugins
Show description for f3c0677committed
Commits on Mar 8, 2018
Match unsupported plugins based on domains and not origin
Show description for 0d0f58ccommitted
Commits on Feb 16, 2018
Allow specifying which plug-ins are supported
Show description for 2b55c0bauthored andcommitted
Commits on Jun 16, 2017
[WK2] Add WKProcessPool SPI to efficiently reset all plugin load client policies
Show description for 255c98acommitted
Commits on Feb 8, 2017
Remove unused method WebCore::PluginData::pluginNameForMimeType
Show description for 9e20e34committed
Commits on Nov 13, 2016
Use #pragma once in WebCore
Show description for 0da5770authored andcommitted
Commits on Aug 8, 2016
Add a new PluginInfoProvider class, to replace PluginStrategy
Show description for 6166604committed
Anders Carlsson
Commits on Oct 16, 2015
Hide all plugin names except Flash, Java, and QuickTime
Show description for 2817ad3committed
Commits on Oct 4, 2015
"Plug-in is blocked" message doesn't draw correctly
Show description for 000fc6eauthored andcommitted
Commits on Jun 18, 2015
REGRESSION: js/dom/navigator-plugins-crash.html asserts a lot
Show description for 1832976committed
Commits on Apr 10, 2015
Minor cleanups to WebCore/plugins
Show description for 8254324authored andcommitted
Commits on Mar 16, 2015
Allow clients to selectively disable plug-ins
Show description for bb161b5committed
Commits on Mar 14, 2015
Unreviewed, rolling out r181483.
Show description for d46937bcommitted
Commits on Mar 13, 2015
Allow clients to selectively disable plug-ins
Show description for 63eb031committed
Commits on Dec 25, 2014
Convert more creator functions to return Ref instead of PassRefPtr.
Show description for 2477ab9committed
Andreas Kling
Commits on Aug 22, 2014
Unreviewed, rolling out r172844.
Show description for 9a4a6c8committedRevert r172831, it broke the Windows build.
Show description for 7c92543committed
Commits on Aug 21, 2014
More WEBCORE_EXPORT macros.
Show description for 5ed0f22committed
Commits on Apr 10, 2014
Build fix after http://trac.webkit.org/changeset/167085.
Show description for 4d38014committed
Enrica CasucciWeb Replay: memoize plugin data for navigator.mimeTypes and navigator.plugins
Show description for 6e7c4eacommitted
Brian Burg
Commits on May 17, 2013
PDFPlugins don't load when plugins are disabled, but they should
Show description for 2beb705committed
Commits on Feb 17, 2013
Source/WebCore: Remove multi-threading gunk from WebKit2's PluginInfoStore.
Show description for 8326f4dcommitted
Andreas Kling
Commits on Nov 9, 2012
Plugin diagnostic logging should send plugin file basename instead of MIME type.
Show description for b10b28fcommitted
Commits on Sep 6, 2012
Part 2 of removing PlatformString.h, remove PlatformString.h
Show description for b2bf7a3committed
Sam Weinig
Commits on Jul 24, 2012
Add *explicit* keyword to constructor which has a parameter in bridge, history, loader and plugins.
Show description for a997828committed
Gyuyoung Kim