mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 08:52:54 +00:00
LibWeb: Inline CSSStyleValue::to_keyword()
Shaves 120 ms of loading time off of https://wpt.fyi/
This commit is contained in:
parent
30cbd4bcfb
commit
c53c781745
Notes:
github-actions[bot]
2025-01-28 11:25:40 +00:00
Author: https://github.com/awesomekling
Commit: c53c781745
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3377
9 changed files with 14 additions and 7 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <LibWeb/CSS/FontFace.h>
|
||||
#include <LibWeb/CSS/FontFaceSet.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/CSS/StyleValues/CSSKeywordValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ShorthandStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/StringStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/StyleValueList.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue