Bug 311095

Summary: [Skia] Enable SKIA_DEBUG by default in Debug CMake builds
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: WPE WebKitAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=283351

Nikolas Zimmermann
Reported 2026-03-30 04:54:03 PDT
SKIA_DEBUG controls the SK_DEBUG preprocessor define in Skia, which activates SkASSERT/SkASSERTF assertions, SkDEBUGFAIL abort-on-error paths, SkDEBUGCODE/SkDEBUGF debug logging, reference count validation, and various internal consistency checks for correct API usage (e.g. bounds checking in SkBitmap/SkPixmap pixel accessors, SkRect/SkIRect construction validation, GPU resource key diagnostics, and path measurement invariants).
Attachments
Nikolas Zimmermann
Comment 1 2026-03-30 04:55:03 PDT
EWS
Comment 2 2026-03-30 05:25:11 PDT
Committed 310215@main (4793ef848586): <https://commits.webkit.org/310215@main> Reviewed commits have been landed. Closing PR #61684 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.