[Webkit-unassigned] [Bug 199904] Ensure Quirks::shouldDispatchSimulatedMouseEvents() works for all Google Maps and Amazon domains

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 10:53:33 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199904

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
The solution we use for Google user agent quirks is:

String baseDomain = topPrivatelyControlledDomain(url.host().toString());
if (baseDomain.startsWith("google."))
   // do something

We also have quirks for gstatic.com, googleapis.com, and googleusercontent.com, but none of those are likely relevant to your Maps problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190718/f537d7ca/attachment.html>


More information about the webkit-unassigned mailing list