1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:24:59 +00:00
serenity/Libraries/LibWeb/CSS
Linus Groh 1febee768d AK: Replace String::trim_spaces() with String::trim_whitespace()
As suggested by @awesomekling in a code review and (initially) ignored
by me :^)

Implementation is roughly based on LibJS's trim_string(), but with a fix
for trimming all-whitespace strings.
2020-05-13 09:36:20 +02:00
..
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Default.css LibWeb: Set nav, main, article, aside, section to "display: block" 2020-05-11 10:48:54 +02:00
Length.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
LengthBox.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Properties.json LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Selector.cpp LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
Selector.h LibWeb: Recognise :focus pseudo-class 2020-05-05 13:16:33 +02:00
SelectorEngine.cpp LibWeb: Recognise :focus pseudo-class 2020-05-05 13:16:33 +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: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleProperties.cpp AK: Replace String::trim_spaces() with String::trim_whitespace() 2020-05-13 09:36:20 +02:00
StyleProperties.h LibWeb: Add basic support for CSS percentages 2020-05-11 23:07:30 +02:00
StyleResolver.cpp LibWeb: Add CSS property 'border' 2020-03-20 21:40:55 +01: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: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
StyleValue.cpp ProtocolServer: Pass HTTP response headers to the client 2020-05-03 23:01:58 +02:00
StyleValue.h LibWeb: Add basic support for CSS percentages 2020-05-11 23:07:30 +02:00