summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2021-06-09LibWeb: Fix logic issue when parsing CSS custom propertiesTobias Christiansen
2021-06-06LibWeb: Resolve flex: shorthand correctlyTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Add parsing for NumericStyleValueTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-29LibWeb: Avoid unnecessary String copy in parsing CSS custom propertiesTobias Christiansen
2021-05-28LibWeb: Resolve custom propertiesTobias Christiansen
2021-05-28LibWeb: StyleResolver: Keep track of specificity of matched selectorTobias Christiansen
2021-05-28LibWeb: Add parsing for custom propertiesTobias Christiansen
2021-05-28LibWeb: Store custom properties in CSSStyleDeclarationTobias Christiansen
2021-05-28LibWeb: Add CustomStyleValueTobias Christiansen
2021-05-24LibWeb: Match the :not pseudoclassTobias Christiansen
2021-05-24LibWeb: Add :not pseudoclass to the CSS parserTobias Christiansen
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-24LibWeb: Add support for more pseudoclassesTobias Christiansen
2021-05-21LibWeb: Ignore vendor-specific CSS propertiesTobias Christiansen
2021-05-20LibWeb: Resolve shorthand for border-radiusTobias Christiansen
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen
2021-05-20LibWeb: Add border-radius to the CSS-parserTobias Christiansen
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19LibWeb: Use -libweb-palette-base-text for text color in default CSSLinus Groh
2021-05-17LibWeb: Resolve 2-part and 3-part border-color valuesTimothy Flynn
2021-05-17LibWeb: Resolve 3-part and 4-part border-width valuesTimothy Flynn
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-05-09LibWeb: Allow white space inside pseudo-class argumentsmiere43
2021-05-08LibWeb: Use list-style-type circle/square for nested unordered listsLinus Groh
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25LibWeb: Utilize SourceLocation for CSS/Tokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Parser loggingBrian Gianforcaro
2021-04-25LibWeb: Use SourceLocation for DeprecatedCSSParser logging.Brian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Improve fallback font selectionSimon Danner