[webkit-changes] [WebKit/WebKit] 2b00f8: Add logging when a filter fails to render because ...

Simon Fraser noreply at github.com
Wed Jan 25 09:24:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b00f86ff03a1efb9e5d823e73e8dff4a17a75c9
      https://github.com/WebKit/WebKit/commit/2b00f86ff03a1efb9e5d823e73e8dff4a17a75c9
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/filters/FilterEffect.cpp

  Log Message:
  -----------
  Add logging when a filter fails to render because it exceeds the max size
https://bugs.webkit.org/show_bug.cgi?id=251120
rdar://104622369

Reviewed by Said Abou-Hallawa.

There was no logging to the `Filters` log channel when we bailed early because the filter rect
is empty or too large, so add some. This would have helped in the diagnosis of bug 249682.

* Source/WebCore/platform/graphics/filters/FilterEffect.cpp:
(WebCore::FilterEffect::apply):

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




More information about the webkit-changes mailing list