WebKit Bugzilla
Attachment 370636 Details for
Bug 198248
: Opt naver.com into simulated mouse events quirk on iOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198248-20190525182401.patch (text/plain), 1.35 KB, created by
Antoine Quint
on 2019-05-25 09:24:03 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2019-05-25 09:24:03 PDT
Size:
1.35 KB
patch
obsolete
>Subversion Revision: 245772 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index e38434133374f1113be62a4950e2ea2ae83cb610..a39aa61e6a0e1fa6bd5976329ba97daf34f1784f 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2019-05-25 Antoine Quint <graouts@apple.com> >+ >+ Opt naver.com into simulated mouse events quirk on iOS >+ https://bugs.webkit.org/show_bug.cgi?id=198248 >+ <rdar://problem/50598281> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * page/Quirks.cpp: >+ (WebCore::Quirks::shouldDispatchSimulatedMouseEvents const): >+ > 2019-05-25 Simon Fraser <simon.fraser@apple.com> > > [Async overflow scrolling] Absolute positioned element inside async overflow scroll didn't get composited sometimes >diff --git a/Source/WebCore/page/Quirks.cpp b/Source/WebCore/page/Quirks.cpp >index de6d33e2a0a60b4757b564d0d450aa76e9954b8a..2f571379447909e59c7a7327c11b4eefee25579b 100644 >--- a/Source/WebCore/page/Quirks.cpp >+++ b/Source/WebCore/page/Quirks.cpp >@@ -311,6 +311,8 @@ bool Quirks::shouldDispatchSimulatedMouseEvents() const > return true; > if (equalLettersIgnoringASCIICase(host, "trailers.apple.com")) > return true; >+ if (equalLettersIgnoringASCIICase(host, "naver.com") || host.endsWithIgnoringASCIICase(".naver.com")) >+ return true; > #endif > return false; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bfulgham
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198248
: 370636