summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-15LibWebView: Move StylePropertiesModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move DOMTreeModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move the DumpLayoutTree utility to LibWebViewDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP
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-05-04LibWeb: Use Unicode data for CSS text-transform propertyKarol Kosek
2022-04-18LibWeb: Add code generator for CSS transform functionsSam Atkins
2022-04-14LibWeb: Add a new code generator for CSS enumsSam Atkins
2022-04-12LibWeb: Rename StyleRule -> RuleSam Atkins
2022-04-12LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy upSam Atkins
2022-04-12LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cppSam Atkins
2022-04-12LibWeb: Move Declaration code into Declaration.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move StyleBlockRule code into StyleBlockRule.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam Atkins
2022-04-12LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cppSam Atkins
2022-04-12LibWeb: Move ComponentValue code into ComponentValue.cppSam Atkins
2022-04-11LibWeb: Add SVGDefsElementSimon Danner
2022-04-10LibWeb: Sketch out a very basic SVG <clipPath> elementAndreas Kling
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06LibWeb: Add basic constructor/prototype to exotic objectsIgor Pissolati
2022-04-04LibWeb: Add legacy Option factory functionIgor Pissolati
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
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
2022-03-21LibWeb: Implement the SVGAnimatedLength typeTimothy Flynn
2022-03-21LibWeb: Begin implementing the SVGLength typeTimothy Flynn
2022-03-20LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()Andreas Kling
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-11LibWeb: Generate a TextPaintable for every Layout::TextNodeAndreas Kling
2022-03-11LibWeb: Port inline elements to the new Paintable systemAndreas Kling