summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-03-25LibWeb: Improve vertical margin collapse between adjacent blocksAndreas Kling
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-24LibWeb: Weakly store a reference to the Window object in timer tasksTimothy Flynn
2022-03-24LibWeb: Handle XML MIME types in HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Discard ObjectElement's nested browsing context on image loadIdan Horowitz
2022-03-24LibWeb: Implement getSVGDocument() for BrowsingContextContainerIdan Horowitz
2022-03-24LibWeb: Expose contentDocument on HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24LibWeb: Align text shadows the same way we align textSam Atkins
2022-03-24LibWeb: Align baseline of inline-block with non-zero top border/paddingAndreas Kling
2022-03-24LibWeb: Fix missing line-height & font-size on some anonymous blocksAndreas Kling
2022-03-24LibWeb: Treate SVG paintable coordinates as relative to <svg> elementAndreas Kling
2022-03-24LibWeb: Add fast-path for absolute lengths in Length::to_px()Andreas Kling
2022-03-24LibWeb: Rename "specified_style" to "computed_style" in Layout::NodeAndreas Kling
2022-03-24LibWeb: Add margin box helpers to Layout::FormattingStateAndreas Kling
2022-03-24LibWeb: Add Layout::Node::line_height()Andreas Kling
2022-03-24LibWeb+Base: Fix `An+B of foo` parsingSam Atkins
2022-03-24LibWeb: Implement text-shadow paintingSam Atkins
2022-03-24LibWeb: Parse and compute text-shadow propertySam Atkins
2022-03-24LibWeb: Implement disallowing `inset` when parsing shadowsSam Atkins
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-24LibWeb: Ignore application objects until we can support themTimothy Flynn
2022-03-24LibWeb: Discard an object's nested browsing contexts when falling backTimothy Flynn
2022-03-24LibWeb: Implement falling back early to an object's child representationTimothy Flynn
2022-03-24LibWeb: Conditionally update an object's children when its state changesTimothy Flynn
2022-03-24LibWeb: Correctly handle unknown MIME types in HTMLObjectElementTimothy Flynn
2022-03-24LibWeb: Emit signposts for resource loadsSimon Wanner
2022-03-24LibWeb: Add missing spec comment in focusing logicNukiloco
2022-03-24LibWeb: Begin supporting non-image HTMLObjectElement data representationTimothy Flynn
2022-03-24LibWeb: Move automatic browsing context creation to HTMLIFrameElementTimothy Flynn
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-23LibWeb: Update HTMLObjectElement's children on fallback state changesTimothy Flynn
2022-03-23LibWeb: Move HTMLObjectElement spec link to correct methodTimothy Flynn
2022-03-23LibWeb: Evict replaced Resource objects from cacheTimothy Flynn
2022-03-23LibWeb: Restore `:is()` and `:where()` selector parsingSam Atkins
2022-03-23LibWeb: Fill the whole viewport with the correct background colorAndreas Kling
2022-03-23LibWeb: Resolve numeric line-heights against element's own font sizeAndreas Kling
2022-03-23LibWeb: Parse CSS "font-variant" as part of "font"Andreas Kling
2022-03-23LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabaseAndreas Kling
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-03-23LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResourceTimothy Flynn
2022-03-23LibWeb: Make margins in the main dimension work for flex itemsJohannes Laudenberg
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers
2022-03-23LibWeb: Make NodeIterator behave like other browser enginesAndreas Kling
2022-03-23LibWeb: Minor cleanups in NodeIterator and TreeWalkerAndreas Kling
2022-03-22LibWeb: Expose SVGEllipseElement attributes to JSSam Atkins
2022-03-22LibWeb: Expose SVGCircleElement attributes to JSSam Atkins