1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 07:54:59 +00:00
serenity/Libraries/LibHTML/CSS
Andreas Kling b9557bf876 LibHTML: Move font loading from LayoutText to StyleProperties
Since LayoutText inherits all of its style information from its parent
Element anyway, it makes more sense to load the font at a higher level.

And since the font depends only on the style and nothing else, this
patch moves font loading (and caching) into StyleProperties. This could
be made a lot smarter to avoid loading the same font many times, etc.
2019-10-06 11:26:34 +02:00
..
.gitignore Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Default.css LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
Length.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LengthBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Selector.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Selector.h LibHTML: Parse descendant relations in CSS selectors 2019-10-06 11:07:57 +02:00
Specificity.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleDeclaration.cpp LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +02:00
StyleDeclaration.h LibHTML: Various little improvements to the CSS parser 2019-10-06 09:28:58 +02:00
StyleProperties.cpp LibHTML: Move font loading from LayoutText to StyleProperties 2019-10-06 11:26:34 +02:00
StyleProperties.h LibHTML: Move font loading from LayoutText to StyleProperties 2019-10-06 11:26:34 +02:00
StyleResolver.cpp LibHTML: Anonymous blocks *should* inherit some properties 2019-10-05 23:47:06 +02:00
StyleResolver.h LibHTML: Anonymous blocks *should* inherit some properties 2019-10-05 23:47:06 +02:00
StyleRule.cpp LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +02:00
StyleRule.h LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +02:00
StyleSheet.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleSheet.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleValue.cpp LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
StyleValue.h LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00