[webkit-changes] [WebKit/WebKit] 24ab2a: Add a log channel for IntersectionObserver

Simon Fraser noreply at github.com
Wed Oct 5 15:28:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24ab2a368754d9133c2b3630a433358785dcb0f7
      https://github.com/WebKit/WebKit/commit/24ab2a368754d9133c2b3630a433358785dcb0f7
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M Source/WebCore/dom/DOMRectReadOnly.h
    M Source/WebCore/loader/ImageLoader.cpp
    M Source/WebCore/page/IntersectionObserver.cpp
    M Source/WebCore/page/IntersectionObserverEntry.cpp
    M Source/WebCore/page/IntersectionObserverEntry.h
    M Source/WebCore/platform/Logging.h

  Log Message:
  -----------
  Add a log channel for IntersectionObserver
https://bugs.webkit.org/show_bug.cgi?id=246028
<rdar://100770517>

Reviewed by Wenson Hsieh.

Add the beginnings of a log channel for IntersectionObserver, which dumps the records (without collapsing them all onto a single line).

* Source/WebCore/dom/DOMRectReadOnly.h:
(WebCore::DOMRectReadOnly::toFloatRect const):
* Source/WebCore/loader/ImageLoader.cpp:
(WebCore::ImageLoader::updateFromElement):
* Source/WebCore/page/IntersectionObserver.cpp:
(WebCore::IntersectionObserver::IntersectionObserver):
(WebCore::IntersectionObserver::notify):
* Source/WebCore/page/IntersectionObserverEntry.cpp:
(WebCore::operator<<):
* Source/WebCore/page/IntersectionObserverEntry.h:
* Source/WebCore/platform/Logging.h:

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




More information about the webkit-changes mailing list