summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2021-08-02LibWeb: Remove unneccessary breaks from text-decoration-renderingTobias Christiansen
2021-08-02LibWeb: Don't draw zero-length line for text-decoration: blinkTobias Christiansen
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-31LibWeb: Ignore unquoted data urls in CSSSam Atkins
2021-07-31LibWeb: Parse calc() values in new CSS ParserSam Atkins
2021-07-31LibWeb: Treat CSS calc() values as "builtin_or_dynamic"Sam Atkins
2021-07-31LibWeb: Allow peeking more than 1 token ahead in CSS ParserSam Atkins