DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 роки тому |
Luke Wilde
|
de88e119a0
LibWeb: Implement XMLSerializer
|
3 роки тому |
Luke Wilde
|
885c6b6678
LibWeb: Return instead of throwing on unknown enums in attribute setters
|
3 роки тому |
Luke Wilde
|
58f882200c
LibWeb: Add the ability to retrieve a WebGL context from getContext
|
3 роки тому |
Luke Wilde
|
b0c2aee2e4
LibWeb: Introduce the WebGL namespace and add WebGLContextEvent
|
3 роки тому |
Luke Wilde
|
df2c0588ea
LibWeb/IDL: Add support for returning JS::Object from IDL functions
|
3 роки тому |
Luke Wilde
|
85c617fb1c
LibWeb/IDL: Add support for returning nullable sequence types
|
3 роки тому |
Luke Wilde
|
633ac53c0c
LibWeb/IDL: Add support for optional enums
|
3 роки тому |
Luke Wilde
|
2a27f2293a
LibWeb/IDL: Add support for returning dictionaries
|
3 роки тому |
Luke Wilde
|
15f44eecca
LibWeb/IDL: Always throw an error if string does not match an enum value
|
3 роки тому |
Luke Wilde
|
29b0277a71
LibWeb/IDL: Respect type of IDL constants
|
3 роки тому |
Luke Wilde
|
98f354cec4
LibWeb/IDL: Implement returning union types from IDL functions
|
3 роки тому |
stelar7
|
3413eb1416
LibWeb: Teach IDLParser about `long long`
|
3 роки тому |
Kenneth Myhra
|
0b86574293
LibWeb: Verify argument_check before generating if statement
|
3 роки тому |
Kenneth Myhra
|
887e13f364
LibWeb: Get argument count from Function::parameters::size()
|
3 роки тому |
Kenneth Myhra
|
ba23d036bd
LibWeb: Add IDLGenerators::is_primitive()
|
3 роки тому |
Idan Horowitz
|
b172b56757
LibWeb: Include relevant headers in IDL constructor implementations
|
3 роки тому |
Idan Horowitz
|
a7f2d46b49
LibWeb: Support integral default values for IDL unions
|
3 роки тому |
Idan Horowitz
|
32d142b06c
LibWeb: Remove no-op calls to emit_includes_for_all_imports for headers
|
3 роки тому |
Idan Horowitz
|
110d73d786
LibWeb: Strip double quotes from IDL enum default values
|
3 роки тому |
Idan Horowitz
|
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
|
3 роки тому |
Idan Horowitz
|
1c4f128fd1
LibWeb: Add support for IDL callback functions
|
3 роки тому |
Idan Horowitz
|
f0cd28dedd
LibWeb: Stop generating C++ includes for non-code-generating IDL files
|
3 роки тому |
Idan Horowitz
|
824cf570d3
LibWeb: Stop casting unsigned long IDL return values to i32
|
3 роки тому |
Idan Horowitz
|
44601a8e74
LibWeb: Support IDL optional integer arguments
|
3 роки тому |
Andreas Kling
|
ab4c73746c
LibWeb: Add @@toStringTag own property on wrappers
|
3 роки тому |
Timothy Flynn
|
324f709d29
LibWeb: Support IDL default values of "null" for optional arguments
|
3 роки тому |
Timothy Flynn
|
57296393ed
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
|
3 роки тому |
Timothy Flynn
|
3ebc5cc58e
LibWeb: Support generating IDL float types
|
3 роки тому |
stelar7
|
60c228b914
LibWeb: Handle nullish this_value when creating idl functions
|
3 роки тому |