summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2021-04-04LibWeb: Add "Label" to be the layout node for HTMLLabelElementTimothy Flynn
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: Add support for HTML input type=radioTimothy Flynn
2021-04-03LibWeb: Add a FrameHostElement for frame/iframe common functionalityAndreas Kling
2021-03-22LibWeb: Import new CSS parserAndreas Kling
2021-03-21LibWeb: Add legacy Image factory functionLuke
2021-03-15LibWeb: Support named CSS properties on CSSStyleDeclaration wrapperAndreas Kling
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling
2021-03-09LibWeb: Add a whole bunch of rule classes for the new CSS parserAndreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-09LibWeb: Add specification-based CSS tokenizerAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Flesh out existing XHR methods a bit moreLuke
2021-01-23LibWeb: Generate JS bindings for Range from IDL :^)Andreas Kling
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling
2021-01-23LibWeb: Move XMLHttpRequest to separate XHR directoryAndreas Kling
2021-01-22Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)Emanuele Torre
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling
2021-01-18LibWeb: Generate constructor and prototype classes for IDL interfacesAndreas Kling
2021-01-18LibWeb: Move HTML::SubmitEvent functions out of lineAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling