Andreas Kling
|
00d8e3b02b
LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()
|
4 years ago |
Idan Horowitz
|
a257ef0f35
LibWeb: Add support for optional double arguments with no default value
|
4 years ago |
Idan Horowitz
|
0072581693
LibWeb: Emit optional boolean variable definition in WrapperGenerator
|
4 years ago |
AnotherTest
|
8ba2b5f36f
LibWeb: Make ExceptionOr work with non-JS::Value types
|
4 years ago |
Linus Groh
|
da177c6517
LibJS: Make Errors fully spec compliant
|
4 years ago |
Luke
|
8da14bf880
LibWeb: Add support for optional default values and optional bools in IDL
|
4 years ago |
Brian Gianforcaro
|
c4226ca646
LibWeb: Remove trailing ';' from WrapperGenerator functions.
|
4 years ago |
Linus Groh
|
9d2635d94b
LibWeb: Support nullable EventListener parameters in WrapperGenerator
|
4 years ago |
Luke
|
5b5d7857e3
LibWeb: Support the "ImplementedAs" IDL attribute on functions
|
4 years ago |
Linus Groh
|
57ead17d54
LibWeb: Implement XMLHttpRequest.getResponseHeader()
|
4 years ago |
Andreas Kling
|
ab23ef92b6
LibWeb: Allow JS wrappers to customize get() and put()
|
4 years ago |
Andreas Kling
|
33e3f0c71f
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
|
4 years ago |
Andreas Kling
|
2cff070108
LibWeb: Map all the IDL string types to AK::String for now
|
4 years ago |
Andreas Kling
|
a9830d9a55
LibWeb: Start exposing CSS style sheets to JavaScript :^)
|
4 years ago |
Andreas Kling
|
0d515dea5d
LibWeb: Allow specifying a custom C++ implementation for IDL attributes
|
4 years ago |
Andreas Kling
|
79bc07e5af
LibWeb: Make generated wrapper code cast IDL longs to i32 for now
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
9194a97cbe
LibWeb: Add Document.createRange()
|
4 years ago |
Linus Groh
|
a4f80ee658
LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()
|
4 years ago |
Linus Groh
|
a1a625b565
LibWeb: Move ExceptionOr bindings utils into own header
|
4 years ago |
Linus Groh
|
3da2b51d74
LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>
|
4 years ago |
Linus Groh
|
ada71dc71b
LibWeb: Add DOM::DOMException class and bindings
|
4 years ago |
Linus Groh
|
8c7d1986b8
LibWeb: Actually construct impl and wrapper in construct() :^)
|
4 years ago |
Linus Groh
|
e3577f871b
LibWeb: Parse IDL interface constructors
|
4 years ago |
Linus Groh
|
ff324fe989
LibWeb: Fix .length of functions generated from IDL
|
4 years ago |
Andreas Kling
|
a59b1825ce
LibWeb: Basic implementation of global event handlers :^)
|
4 years ago |
Luke
|
449c6c5604
LibWeb: Add simple implementation of Document.createElementNS
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
Andreas Kling
|
cf836e6bff
LibWeb: Make WrapperGenerator consider "unsigned" part of a type
|
4 years ago |
Andreas Kling
|
8363b3ae99
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
|
4 years ago |