summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2022-03-22LibWeb: Expose SVGLineElement attributes to JSSam Atkins
2022-03-22LibWeb: Implement Range.deleteContents()Andreas Kling
2022-03-22LibWeb: Implement Range.cloneContents()Andreas Kling
2022-03-22LibWeb: Support CSS floats in inline flowAndreas Kling
2022-03-22LibWeb: Relax "all children must be either inline or block" invariantAndreas Kling
2022-03-22LibWeb: Move Layout::Box::is_out_of_flow() to Layout::NodeAndreas Kling
2022-03-22LibWeb: Convert URL to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Text to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ShadowRoot to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ParentNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert NodeOperations to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Node to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert InnerHTML to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Element to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMTokenList to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMImplementation to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Document to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ChildNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert CRC2D to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-22LibWeb: Remove now-unused null values from Selector enumsSam Atkins