summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CodeGenerators
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-20LibWeb: Move ExceptionOr bindings utils into own headerLinus Groh
2021-02-20LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>Linus Groh
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-17LibWeb: Actually construct impl and wrapper in construct() :^)Linus Groh
2021-02-17LibWeb: Parse IDL interface constructorsLinus Groh
2021-02-17LibWeb: Fix .length of functions generated from IDLLinus Groh
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-23LibWeb: Make WrapperGenerator consider "unsigned" part of a typeAndreas Kling
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling
2021-01-23LibWeb: Add very basic support for IDL constantsAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling
2021-01-18LibWeb: Make the Window object "inherit" from EventTarget :^)Andreas Kling
2021-01-18LibWeb: Move IDL attributes and functions to the prototypeAndreas Kling
2021-01-18LibWeb: Construct the IDL interface prototype chains automaticallyAndreas Kling
2021-01-18LibWeb: Actually instantiate all the web constructors/prototypesAndreas Kling
2021-01-18LibWeb: Generate constructor and prototype classes for IDL interfacesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling