[webkit-changes] [WebKit/WebKit] ad48da: Fix the DisplayLists log stream to log display lis...

Simon Fraser noreply at github.com
Sun Aug 4 16:27:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ad48da3b3b4136d0b1a612aca2e383ea04046f07
      https://github.com/WebKit/WebKit/commit/ad48da3b3b4136d0b1a612aca2e383ea04046f07
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.h

  Log Message:
  -----------
  Fix the DisplayLists log stream to log display list items
https://bugs.webkit.org/show_bug.cgi?id=277611
rdar://133168502

Reviewed by Wenson Hsieh.

Have the `DisplayLists` log channel log each display list item as it's applied.

Protect the extra includes with `#if !LOG_DISABLED` to avoid too much build slowdown in Release.

* Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.h:
(WebKit::RemoteDisplayListRecorder::handleItem):

Canonical link: https://commits.webkit.org/281820@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