Changeset 244374 in webkit
- Timestamp:
- Apr 17, 2019, 12:33:51 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
r244373 r244374 1 2019-04-16 Antoine Quint <graouts@apple.com> 2 3 Opt flipkart.com into simulated mouse events dispatch quirk 4 https://bugs.webkit.org/show_bug.cgi?id=196961 5 <rdar://problem/49648520> 6 7 Reviewed by Dean Jackson. 8 9 * page/Quirks.cpp: 10 (WebCore::Quirks::shouldDispatchSimulatedMouseEvents const): 11 1 12 2019-04-16 Antoine Quint <graouts@apple.com> 2 13 -
trunk/Source/WebCore/page/Quirks.cpp
r244373 r244374 223 223 if (equalLettersIgnoringASCIICase(host, "msn.com") || host.endsWithIgnoringASCIICase(".msn.com")) 224 224 return true; 225 if (equalLettersIgnoringASCIICase(host, "flipkart.com") || host.endsWithIgnoringASCIICase(".flipkart.com")) 226 return true; 225 227 if (equalLettersIgnoringASCIICase(host, "maps.google.com")) 226 228 return true;
Note:
See TracChangeset
for help on using the changeset viewer.