summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-08-20LibWeb: Fix inverted-if typo in flex_shrink_factor()Sam Atkins
2021-08-20LibWeb: Parse the CSS `opacity` property with `strtof()` for nowAndreas Kling
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-18LibWeb: Add fast_is<Layout::InitialContainingBlockBox>Andreas Kling
2021-08-18LibWeb: Fix check for too many 'normal' values in font declarationSam Atkins
2021-08-18LibWeb: Implement font-fallbackSam Atkins
2021-08-18LibWeb: Handle numeric font-weightsSam Atkins
2021-08-18LibWeb: Calculate font-size in NodeWidthStyle::apply_style()Sam Atkins
2021-08-18LibWeb: Handle non-px font sizesSam Atkins
2021-08-16LibWeb: Replace is_inherited_property() with generated codeSam Atkins
2021-08-15LibWeb: Return correct selection_rect when the node is at the endTetsui Ohkubo
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-08-14LibWeb: Treat multi-value CSS properties as StyleValueList by defaultSam Atkins
2021-08-14LibWeb: Remove ValueListStyleValue :^)Sam Atkins
2021-08-14LibWeb: Parse multiple font-family valuesSam Atkins
2021-08-14LibWeb: Handle StyleValueList for background-imageSam Atkins
2021-08-14LibWeb: Implement and use BackgroundRepeatStyleValueSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FlexFlowStyleValueSam Atkins
2021-08-14LibWeb: Correct initial values for flex CSS propertiesSam Atkins
2021-08-14LibWeb: Implement and use FlexStyleValueSam Atkins
2021-08-14LibWeb: Implement and use TextDecorationStyleValueSam Atkins
2021-08-14LibWeb: Implement and use ListStyleStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BackgroundStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FontStyleValueSam Atkins
2021-08-14LibWeb: Use new StyleValueList for simple propertiesSam Atkins
2021-08-14LibWeb: Implement new StyleValueListSam Atkins
2021-08-14LibWeb: Add StyleValue.is_builtin() convenience functionSam Atkins
2021-08-14LibWeb: Make 'auto' be both a Length and Identifier in CSSSam Atkins
2021-08-14LibWeb: Make '0' always be both a number and a length in CSSSam Atkins
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-08-12LibWeb: Remove pointless type castsDaniel Bertalan
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-08LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-05LibWeb: Ignore svg elements outside of <svg> when building layout treeK-Adam
2021-08-05LibWeb: Clear SVG context after SVGSVGBox children are paintedK-Adam
2021-08-05LibWeb: Call before/after children_paint on parent in StackingContextK-Adam
2021-08-04LibWeb: Fix EOF handling in CSS Tokenizer peek_{twin,triplet}()Sam Atkins
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-02LibWeb: Implement CSS parsing convenience functionsSam Atkins
2021-08-02LibWeb: Clarify naming and publicity of CSS Parser methodsSam Atkins
2021-08-02LibWeb: Only dump parsed CSS stylesheet if logging is enabledSam Atkins
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani