Title: [244373] trunk/Source/WebCore
- Revision
- 244373
- Author
- [email protected]
- Date
- 2019-04-17 00:30:27 -0700 (Wed, 17 Apr 2019)
Log Message
Opt MSN.com into simulated mouse events dispatch quirk
https://bugs.webkit.org/show_bug.cgi?id=196960
<rdar://problem/49403260>
Reviewed by Dean Jackson.
* page/Quirks.cpp:
(WebCore::Quirks::shouldDispatchSimulatedMouseEvents const):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (244372 => 244373)
--- trunk/Source/WebCore/ChangeLog 2019-04-17 06:16:04 UTC (rev 244372)
+++ trunk/Source/WebCore/ChangeLog 2019-04-17 07:30:27 UTC (rev 244373)
@@ -1,3 +1,14 @@
+2019-04-16 Antoine Quint <[email protected]>
+
+ Opt MSN.com into simulated mouse events dispatch quirk
+ https://bugs.webkit.org/show_bug.cgi?id=196960
+ <rdar://problem/49403260>
+
+ Reviewed by Dean Jackson.
+
+ * page/Quirks.cpp:
+ (WebCore::Quirks::shouldDispatchSimulatedMouseEvents const):
+
2019-04-16 Zan Dobersek <[email protected]>
ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration
Modified: trunk/Source/WebCore/page/Quirks.cpp (244372 => 244373)
--- trunk/Source/WebCore/page/Quirks.cpp 2019-04-17 06:16:04 UTC (rev 244372)
+++ trunk/Source/WebCore/page/Quirks.cpp 2019-04-17 07:30:27 UTC (rev 244373)
@@ -220,6 +220,8 @@
return true;
if (equalLettersIgnoringASCIICase(host, "airtable.com") || host.endsWithIgnoringASCIICase(".airtable.com"))
return true;
+ if (equalLettersIgnoringASCIICase(host, "msn.com") || host.endsWithIgnoringASCIICase(".msn.com"))
+ return true;
if (equalLettersIgnoringASCIICase(host, "maps.google.com"))
return true;
if (equalLettersIgnoringASCIICase(host, "trailers.apple.com"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes