Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 Jan 5, 2021
Use WeakHashSet<Page> instead of HashSet<Page*>
Show description for 7971b28committed
Commits on Nov 13, 2020
Remove unused advanced plug-in features: snapshotting and plug-in load policy
Show description for 40615e5committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
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 Apr 17, 2020
Move allowPlugins to FrameLoader
Show description for deb2815authored andcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 14, 2019
Don't include ApplicationServices in npapi.h
Show description for 979c28acommitted
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990committed
Commits on Aug 5, 2019
navigator.geolocation wrapper should not become GC-collectable once its frame is detached
Show description for b39bc89committed
Commits on Aug 2, 2019
DOMWindow properties may get GC'd before their Window object
Show description for aa87c0dcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 10, 2019
WebCore should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF
Show description for dcebd33committed
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Mar 10, 2019
Simplify DOMWindowProperty code / handling
Show description for ce7c762committed
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 Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Oct 8, 2018
Have DOMWindowProperty get is frame from its associated DOMWindow
Show description for 7a9cfbccommitted
Commits on Jul 19, 2018
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 Apr 3, 2018
Drop MainFrame class
Show description for 54813b8committed
Commits on Mar 8, 2018
Match unsupported plugins based on domains and not origin
Show description for 0d0f58ccommitted
Commits on Mar 3, 2018
Remove NP_GLContext since it is unsupported
Show description for ad72de9committed
Commits on Feb 16, 2018
Allow specifying which plug-ins are supported
Show description for 2b55c0bauthored andcommitted
Commits on Jan 19, 2018
Fix misspelling; substitute willDetachRenderer for willDetatchRenderer.
Show description for d9f63b9committed
Commits on Dec 12, 2017
Implement {DOMMimeTypeArray, DOMPluginArray}::supportedPropertyNames().
Show description for 9e3f7a2committed