Scony

Platform WPE contributor

27 commits (9mo)
View all commits on GitHub ↗

Summary

Scony works almost entirely on the GLib-based ports — WPE and GTK — with a concentration in the Skia rendering backend, non-composited mode, and CoordinatedGraphics buffer handling, plus supporting layout test coverage for those paths. Nothing in the recent history is classified as a security fix or hardening change, but several commits are resource-lifetime bugs: unbounded memory growth from font variation caching, a CSSAnimation retention cycle, a MatchedDeclarationsCache limit reduction, and graceful handling of buffer creation failure. The audit angle: the same non-composited/damage-propagation code being built out here also produced a flaky crash in the damage propagation tests, making that a young, lightly-exercised rendering path worth reading for lifetime and allocation-failure assumptions.

Components

Platform WPE
31%
Platform GTK
23%
Platform
20%
WebCore
14%
Other
3%
WebKit
3%

Security Fix History

Hardening Commits

Recent Commits

1 / 2

← All Contributors