index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-09
LibWeb: Fix logic issue when parsing CSS custom properties
Tobias Christiansen
2021-06-06
LibWeb: Resolve flex: shorthand correctly
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex: shorthand
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for NumericStyleValue
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex-flow property
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-29
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
Tobias Christiansen
2021-05-28
LibWeb: Resolve custom properties
Tobias Christiansen
2021-05-28
LibWeb: StyleResolver: Keep track of specificity of matched selector
Tobias Christiansen
2021-05-28
LibWeb: Add parsing for custom properties
Tobias Christiansen
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
2021-05-28
LibWeb: Add CustomStyleValue
Tobias Christiansen
2021-05-24
LibWeb: Match the :not pseudoclass
Tobias Christiansen
2021-05-24
LibWeb: Add :not pseudoclass to the CSS parser
Tobias Christiansen
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-24
LibWeb: Add support for more pseudoclasses
Tobias Christiansen
2021-05-21
LibWeb: Ignore vendor-specific CSS properties
Tobias Christiansen
2021-05-20
LibWeb: Resolve shorthand for border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
2021-05-20
LibWeb: Add border-radius to the CSS-parser
Tobias Christiansen
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
LibWeb: Use -libweb-palette-base-text for text color in default CSS
Linus Groh
2021-05-17
LibWeb: Resolve 2-part and 3-part border-color values
Timothy Flynn
2021-05-17
LibWeb: Resolve 3-part and 4-part border-width values
Timothy Flynn
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-05-09
LibWeb: Allow white space inside pseudo-class arguments
miere43
2021-05-08
LibWeb: Use list-style-type circle/square for nested unordered lists
Linus Groh
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-29
LibWeb: Add list-style-type: upper-latin and upper-alpha support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: lower-alpha and lower-latin support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: decimal-leading-zero support
Tobias Christiansen
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
LibWeb: Utilize SourceLocation for CSS/Tokenizer logging
Brian Gianforcaro
2021-04-25
LibWeb: Utilize SourceLocation for CSS/Parser logging
Brian Gianforcaro
[prev]
[next]