[webkit-changes] [WebKit/WebKit] 7d42bb: Stop including AXObjectCache.h in ChromeClient.h

Simon Fraser noreply at github.com
Sun Dec 1 13:19:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7d42bbb16315b6112a1ee88c03fc84cfcb4a3052
      https://github.com/WebKit/WebKit/commit/7d42bbb16315b6112a1ee88c03fc84cfcb4a3052
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2024-12-01 (Sun, 01 Dec 2024)

  Changed paths:
    M Source/WebCore/page/ChromeClient.h
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.h

  Log Message:
  -----------
  Stop including AXObjectCache.h in ChromeClient.h
https://bugs.webkit.org/show_bug.cgi?id=283867
rdar://140741625

Reviewed by Tyler Wilcock.

Now that AXLoadingEvent and AXNotification can be forward-declared, we can remove
the #include of AXObjectCache.h (which has a fairly large include graph) from
ChromeClient.h.

* Source/WebCore/page/ChromeClient.h:
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list