summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2022-09-06LibWeb: Make TreeWalker GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make DOMImplementation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MediaList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMTokenList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NamedNodeMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMStringMap GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-08-25LibWeb: Add GridTrackPlacementShorthandStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackSizeStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]martinfalisse
2022-08-25LibWeb: Add GridTrackSize class for grid-template-*martinfalisse
2022-08-14LibWeb: Extract CanvasDrawPath class from CRC2DSam Atkins
2022-08-14LibWeb: Implement Path2D classSam Atkins
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-08-07LibWeb: Parse rect style valueTom
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-07-26LibWeb: Introduce the File interface from the FileAPI specKenneth Myhra
2022-07-19LibWeb: Implement '5.1. Headers class' from the Fetch API :^)Linus Groh
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-16LibWeb: Add definitions from '2.2.6. Responses' in the Fetch specLinus Groh
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.2. Headers' in the Fetch specLinus Groh
2022-07-14LibWeb: Add a stub PolicyContainer structLinus Groh
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling
2022-07-11LibWeb: Introduce Mutation{Record,Observer} and observer microtasksLuke Wilde
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-11LibWeb: Add CSSSupportsRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSMediaRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSImportRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSConditionRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSGroupingRule wrapperSam Atkins
2022-05-11LibWeb: Add MediaList wrapperSam Atkins