Timothy Flynn
|
1ff75618c0
LibIDL: Allow extended attributes on non-required IDL dictionary members
|
2 years ago |
Timothy Flynn
|
61ecdbca54
LibIDL: Begin parsing IDL namespaces
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
Linus Groh
|
3316d247bf
LibWeb: Support interfaces with the [Global] extended attribute
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Linus Groh
|
725a758c66
LibIDL: Also parse extended attributes after 'optional'
|
2 years ago |
Andreas Kling
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Tim Schumacher
|
558fab2703
LibIDL: Use `Core::Stream` to read imports
|
2 years ago |
Daniel Bertalan
|
24d2c90a28
BindingsGenerator+CMake: Keep track of IDL dependencies
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 years ago |
Linus Groh
|
1dc05fcc12
LibIDL: Also handle anonymous union types in resolve_typedef()
|
2 years ago |
Linus Groh
|
d9cb7b6dc7
LibIDL: Fix accidental early return in resolve_typedef()
|
2 years ago |
Linus Groh
|
4edcb660b9
LibIDL: Use Type::as_foo() shortcuts in resolve_typedef()
|
2 years ago |
Linus Groh
|
775c12f60f
LibIDL: Resolve typedefs in UnionType members recursively
|
2 years ago |
Andrew Kaster
|
067a53b7e7
LibIDL: Remove static maps for interfaces and resolved imports
|
2 years ago |
Andrew Kaster
|
2341294c20
LibIDL: Parse extended attributes that have () wrapped expressions
|
2 years ago |
Sam Atkins
|
a6f0508f9f
BindingsGenerator+LibIDL: Parse "inherit" attributes
|
3 years ago |
Linus Groh
|
38b3ce8f03
LibIDL+LibWeb: Remove stale references to "wrapper class" concept
|
2 years ago |
Sam Atkins
|
7c8ef79898
LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes
|
2 years ago |
Sam Atkins
|
c4668053d1
LibIDL+WrapperGenerator: Move IDL code into a library
|
2 years ago |