Changeset 244373 in webkit
- Timestamp:
- Apr 17, 2019, 12:30:27 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/Quirks.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r244372 r244373 1 2019-04-16 Antoine Quint <graouts@apple.com> 2 3 Opt MSN.com into simulated mouse events dispatch quirk 4 https://bugs.webkit.org/show_bug.cgi?id=196960 5 <rdar://problem/49403260> 6 7 Reviewed by Dean Jackson. 8 9 * page/Quirks.cpp: 10 (WebCore::Quirks::shouldDispatchSimulatedMouseEvents const): 11 1 12 2019-04-16 Zan Dobersek <zdobersek@igalia.com> 2 13 -
trunk/Source/WebCore/page/Quirks.cpp
r244240 r244373 221 221 if (equalLettersIgnoringASCIICase(host, "airtable.com") || host.endsWithIgnoringASCIICase(".airtable.com")) 222 222 return true; 223 if (equalLettersIgnoringASCIICase(host, "msn.com") || host.endsWithIgnoringASCIICase(".msn.com")) 224 return true; 223 225 if (equalLettersIgnoringASCIICase(host, "maps.google.com")) 224 226 return true;
Note:
See TracChangeset
for help on using the changeset viewer.