ladybird/Libraries/LibWeb/CSS
Andreas Kling 62ec42c112 LibWeb: Remove some unnecessary throwaway strings in the CSS parser
We've had StringView::ends_with(..., CaseSensitivity) for a while,
so let's use it to avoid creating a bunch of unnecessary strings here.
2020-08-07 20:35:05 +02:00
..
Parser LibWeb: Remove some unnecessary throwaway strings in the CSS parser 2020-08-07 20:35:05 +02:00
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Default.css LibWeb: Give the <blockquote> element some margins in the UA style 2020-06-28 15:26:05 +02:00
Length.cpp LibWeb: Handle CSS "ex" lengths (relative to font x-height) 2020-08-07 20:30:59 +02:00
Length.h LibWeb: Handle CSS "ex" lengths (relative to font x-height) 2020-08-07 20:30:59 +02:00
LengthBox.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Properties.json LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties 2020-06-10 16:14:31 +02:00
Selector.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Selector.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
SelectorEngine.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
SelectorEngine.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleProperties.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleProperties.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleResolver.cpp LibWeb: Move the CSS parser into CSS/Parser/ 2020-07-28 19:23:18 +02:00
StyleResolver.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleRule.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleRule.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleValue.cpp LibWeb: Move the Page/Frame/EventHandler classes into Page/ 2020-07-28 19:28:29 +02:00
StyleValue.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00