summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
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
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-09Meta: Generate CSS::MediaFeatureID enumSam Atkins
2022-03-09LibWeb: Add support for DOM's TreeWalkerAndreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-08LibWeb: Implement the WindowProxy exotic objectLinus Groh
2022-03-08LibWeb: Stub out 'check if access between two BCs should be reported'Linus Groh
2022-03-08LibWeb: Move Timer from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-07LibWeb: Introduce and parse CSS Ratio typeSam Atkins
2022-03-06LibWeb: Implement the CrossOriginProperties AOLinus Groh
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling
2022-02-26LibWeb: Implement StaticRangeLuke Wilde
2022-02-26LibWeb: Abstract Range's members into AbstractRangeLuke Wilde
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde
2022-02-24LibWeb: Implement CSS Time classSam Atkins
2022-02-24LibWeb: Implement CSS Resolution classSam Atkins
2022-02-24LibWeb: Implement CSS Frequency classSam Atkins
2022-02-24LibWeb: Implement CSS Angle classSam Atkins
2022-02-24LibWeb: Alphabetize LibWeb CMakeLists.txtSam Atkins
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-19LibWeb: Share QualifiedName data between identical instancesAndreas Kling
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: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16LibWeb: Implement a very basic version of TextDecoderAli Mohammad Pur
2022-02-13LibWeb: Don't crash on unknown CSS display types, fall back to inlineAndreas Kling
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