Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 142912be8cd48bcfbb509cec5cbfbaf97dba89e9
      
https://github.com/WebKit/WebKit/commit/142912be8cd48bcfbb509cec5cbfbaf97dba89e9
  Author: Devin Rousso <[email protected]>
  Date:   2026-04-13 (Mon, 13 Apr 2026)

  Changed paths:
    M Source/WTF/wtf/Assertions.h
    M Source/WebCore/css/calc/CSSCalcValue.cpp
    M Source/WebCore/css/typedom/CSSUnitValue.cpp
    M Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
    M Source/WebCore/platform/graphics/cg/IOSurfacePool.cpp
    M Tools/Scripts/webkitpy/style/checkers/cpp.py

  Log Message:
  -----------
  [WTF] drop `ALWAYS_LOG_WITH_STREAM` in favor of the less verbose 
`WTF_ALWAYS_LOG`
https://bugs.webkit.org/show_bug.cgi?id=312159

Reviewed by Wenson Hsieh.

No reason to have both when they do the exact same thing (except for the former 
requiring an extra `stream <<` at the beginning).

* Source/WTF/wtf/Assertions.h:
(ALWAYS_LOG_WITH_STREAM): Deleted.
* Tools/Scripts/webkitpy/style/checkers/cpp.py:
(check_log):

* Source/WebCore/css/calc/CSSCalcValue.cpp:
(WebCore::CSSCalc::Value::doubleValueDeprecated const):
* Source/WebCore/css/typedom/CSSUnitValue.cpp:
(WebCore::CSSUnitValue::toCSSValueWithProperty const):
* Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp:
(WebCore::BifurcatedGraphicsContext::verifyStateSynchronization):
* Source/WebCore/platform/graphics/cg/IOSurfacePool.cpp:
(WebCore::IOSurfacePool::IOSurfacePool):
(WebCore::IOSurfacePool::~IOSurfacePool):
(WebCore::IOSurfacePool::takeSurface):
(WebCore::IOSurfacePool::addSurface):
(WebCore::IOSurfacePool::evict):
(WebCore::IOSurfacePool::collectionTimerFired):
Replace existing uses of `ALWAYS_LOG_WITH_STREAM` with `WTF_LOG_ALWAYS` (and 
remove the `stream <<` at the beginning).

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



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

Reply via email to