summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2022-02-21LibWeb: Create list-item markers during layout tree constructionAndreas Kling
2022-02-20LibWeb: Add support for the options variant of {add,remove}EventListenerLuke Wilde
2022-02-19LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromStringLuke Wilde
2022-02-18LibWeb: Move WebSocket into the Web::WebSockets namespaceLinus Groh
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-16LibWeb: Implement a very basic version of TextDecoderAli Mohammad Pur
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
2022-02-12LibWeb: Implement spec-compliant MIME type struct and parserLuke Wilde
2022-02-11LibWeb: Add SVG `<polygon>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<polyline>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<line>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<ellipse>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<circle>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<rect>` element and test case :^)Sam Atkins
2022-02-09LibWeb: Add initial implementation for WorkerGlobalScopeAndrew Kaster
2022-02-08LibWeb: Add Storage interface and window.localStorageAndreas Kling
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-07LibWeb: Implement ErrorEventLuke Wilde
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-01-20LibWeb: Add PercentageStyleValue, and parse itSam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-12-12LibWeb: Add the TextEncoder interfaceLinus Groh
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Add new UnresolvedStyleValue classSam Atkins
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.hSam Atkins
2021-11-10LibWeb: Add BackgroundSizeStyleValueSam Atkins
2021-11-10LibWeb: Parse CSS `background-position` propertySam Atkins
2021-10-19LibWeb: Add FlexFormattingContext to the forwarding headerAndreas Kling
2021-10-18LibWeb: Implement DOMTokenList for managing space-separated tokens listsTimothy Flynn
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-17LibWeb: Alphabetize LibWeb's forward and JS wrapper declarationsTimothy Flynn
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins