Bug 311095
| Summary: | [Skia] Enable SKIA_DEBUG by default in Debug CMake builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/61684
EWS
Committed 310215@main (4793ef848586): <https://commits.webkit.org/310215@main>
Reviewed commits have been landed. Closing PR #61684 and removing active labels.