summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-06-04LibWeb: Account for negative margins when calculating float intrusionAndreas Kling
2023-06-03LibWeb: Rewind TokenStream if we reject a parsed value as out-of-boundsSam Atkins
2023-06-03LibWeb: Exit `parse_font_family_value()` when hitting an illegal tokenSam Atkins
2023-06-03LibWeb: Don't crash when document.write a script with src attrZhiyuan Guo
2023-06-03LibWeb: Detect and reject math functions with no resolved typeSam Atkins
2023-06-03LibWeb: Resolve the `transition-delay` propertystelar7
2023-06-03LibWeb: Implement the `<symbol>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Implement the `<use>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Add document_fully_loaded event to DocumentObserverPrestonLTaylor
2023-06-03LibWeb: Allow SVG painting to escape out of a shadow treePrestonLTaylor
2023-06-03LibWeb: Implement `details_notification_task_steps` for <details>stelar7
2023-06-03LibWeb: Implement the <summary> elementstelar7
2023-06-03LibWeb: Make disclosure marker bounds squareSimon Wanner
2023-06-03LibWeb: Support list-style-positionSimon Wanner
2023-06-03LibWeb: Make pseudo-elements inspectableSimon Wanner
2023-06-03LibWeb: Add list-style-type: disclosure-{closed,open}Simon Wanner
2023-06-02LibWeb: Fix order/formatting of Properties.jsonSam Atkins
2023-06-02LibWeb: Add missing value ranges to CSS propertiesSam Atkins
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Add a way to resolve calc() values without a layout nodeAndreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Add comparison operators to CSS numeric types (except Length)Sam Atkins
2023-06-02LibWeb: Support flex items with calc() main size containing percentagesAndreas Kling
2023-06-02LibWeb: Make StackingContext sorting a lot fasterAndreas Kling
2023-06-02LibWeb: Parse `clamp()` css math functionstelar7
2023-06-02LibWeb: Parse `max()` css math functionstelar7
2023-06-02LibWeb: Parse `min()` css math functionstelar7
2023-06-02LibWeb: Move function parsing to separate methodstelar7
2023-06-02LibWeb: Remove per path clipping for SVGGeometryPaintableMacDue
2023-06-02LibWeb: Avoid text-aligning content that is too long for its line boxFalseHonesty
2023-06-01LibWeb: Convert NumberStyleValue from float to doubleSam Atkins
2023-06-01LibWeb: Remove int usage of NumberStyleValuesSam Atkins
2023-06-01LibWeb: Implement IntegerStyleValue, for holding `<integer>`Sam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins
2023-06-01LibWeb: Round lengths to 3 decimals after resolving from percentageAndreas Kling
2023-06-01LibWeb: Allow infinitely long flex lines when sizing under max-contentAndreas Kling
2023-06-01LibWeb: Implement `has_transient_activation`stelar7
2023-06-01LibWeb: Set `last activation timestamp` on the windowstelar7
2023-06-01LibWeb: Implement step 7 of `choose_a_browsing_context`stelar7
2023-06-01LibWeb: Measure the overflow for all scroll containersAndreas Kling
2023-06-01LibWeb: Clip overflow in descendant boxes for non-visible CSS overflowAndreas Kling
2023-06-01LibWeb: Let's say that layout viewports are always scroll containersAndreas Kling
2023-06-01LibWeb: Include scrollable overflow in paint tree dumpsAndreas Kling
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-06-01LibWeb: Put debug spam about indefinitely sized SVGs behind a flagAndreas Kling
2023-06-01LibWeb: Put debug spam about negative content sizes behind a flagAndreas Kling
2023-06-01LibWeb: Invalidate layout tree in textContent setterAndi Gallo
2023-05-31LibWeb: Make solve_replaced_size_constraint() into FormattingContextAndreas Kling