[webkit-changes] [WebKit/WebKit] 7370a1: Remove 'iAd Producer' quirk

Karl Dubost noreply at github.com
Thu Feb 8 04:40:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7370a17dd48726368e9940cc4c9584f208c20362
      https://github.com/WebKit/WebKit/commit/7370a17dd48726368e9940cc4c9584f208c20362
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M Source/WebCore/dom/MouseEvent.cpp
    M Source/WebCore/dom/MouseEvent.h
    M Source/WebCore/dom/MouseEvent.idl
    M Source/WebCore/platform/RuntimeApplicationChecks.h
    M Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm

  Log Message:
  -----------
  Remove 'iAd Producer' quirk
https://bugs.webkit.org/show_bug.cgi?id=268000
rdar://122010865

Reviewed by Ryosuke Niwa and Anne van Kesteren.

This removes an old Quirk which was put in place a long time ago.
The product was discontinued in 2016.

* Source/WebCore/dom/MouseEvent.cpp:
(WebCore::MouseEvent::initMouseEventQuirk): Deleted.
* Source/WebCore/dom/MouseEvent.h:
* Source/WebCore/dom/MouseEvent.idl:
* Source/WebCore/platform/RuntimeApplicationChecks.h:
* Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm:
(WebCore::MacApplication::isIAdProducer): Deleted.

Canonical link: https://commits.webkit.org/274282@main




More information about the webkit-changes mailing list