summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
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
2022-04-18LibWeb: Add missing [as/is]_border_radius_shorthand() methodsSam Atkins
2022-04-12LibWeb: Rename StyleRule -> RuleSam Atkins
2022-04-12LibWeb: Move Token and Tokenizer into Parser namespaceSam Atkins
2022-04-12LibWeb: Move StyleRule to Parser namespaceSam Atkins
2022-04-12LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespaceSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam Atkins
2022-04-12LibWeb: Move ComponentValue to CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Stop manually forward-declaring types in CSS Parser.hSam Atkins
2022-04-11LibWeb: Add SVGDefsElementSimon Danner
2022-04-10LibWeb: Sketch out a very basic SVG <clipPath> elementAndreas Kling
2022-04-07LibWeb: Add CSS::UnicodeRange classSam Atkins
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-04LibWeb: Add legacy Option factory functionIgor Pissolati
2022-04-02LibWeb: Add the ResizeObserverBoxOptions IDL enumIdan Horowitz
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins