1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 04:15:06 +00:00
serenity/Libraries/LibWeb/CSS
Andreas Kling 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame
* A PageView is a view onto a Page object.
* A Page always has a main Frame (root of Frame tree.)
* Page has a PageClient. PageView is a PageClient.

The goal here is to allow building another kind of view onto
a Page while keeping the rest of LibWeb intact.
2020-06-08 21:12:20 +02:00
..
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Default.css LibWeb: Add default UA style for <hgroup> element 2020-05-30 12:39:51 +02:00
Length.cpp LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00
Length.h LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00
LengthBox.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Properties.json LibWeb: Naive support for CSS "background" shorthand 2020-05-30 11:58:05 +02:00
Selector.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Selector.h LibWeb: Support the :root pseudo class 2020-05-14 08:49:51 +02:00
SelectorEngine.cpp LibWeb: Add cached global attribute name FlyStrings 2020-05-26 23:45:43 +02:00
SelectorEngine.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Specificity.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleDeclaration.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleDeclaration.h LibWeb: Fix duplicated public access modifier in StyleDeclaration 2020-05-19 19:25:41 +02:00
StyleProperties.cpp LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00
StyleProperties.h LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00
StyleResolver.cpp LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00
StyleResolver.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleRule.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleRule.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleSheet.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleSheet.h LibWeb: Process style sheets in document order 2020-06-04 16:06:32 +02:00
StyleSheetList.cpp LibWeb: Process style sheets in document order 2020-06-04 16:06:32 +02:00
StyleSheetList.h LibWeb: Process style sheets in document order 2020-06-04 16:06:32 +02:00
StyleValue.cpp LibWeb: Add Page abstraction between PageView and main Frame 2020-06-08 21:12:20 +02:00
StyleValue.h LibWeb: Start fleshing out support for relative CSS units 2020-06-07 17:55:46 +02:00