2 Jul
2025
2 Jul
'25
10:45 p.m.
On Wed, Jul 2 2025 at 01:45:17 PM -07:00:00, Basuke Suzuki via webkit-dev <webkit-dev@lists.webkit.org> wrote:
I believe we can simplify the codebase by removing this compile-time flag.
Surely that's fine. In general, there's no need to ask permission to remove a build flag unless (a) it guards use of some external dependency, like a library, or (b) cannot be a runtime flag for some concrete reason. Everything else should use runtime flags only. Anne has removed a lot of build flags already, but there are still a few low-hanging ones remaining, like ENABLE_FULLSCREEN_API....