SerenityOS build: Friday, August 04
Images 💾⌗
- serenity-x86_64-20230804-cf95655.img.gz (Raw image, 188.58 MiB)
Last commit ⭐⌗
commit cf9565551a9368d5730550128401cf38f31f79a3
Author: Andreas Kling <kling@serenityos.org>
AuthorDate: Thu Aug 3 14:08:02 2023 +0200
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Fri Aug 4 05:28:41 2023 +0200
LibWeb: Don't filter CSS rules into separate list based on @namespace
Instead, perform the filtering for each rule as we go. This avoids
creating a separate list of rules, which was ~5% of runtime when
mousing around on the Discord web interface.
Other builds