Shannon Booth
cc6e048bd6
LibWeb+LibIDL: Remove support for #import directives during parsing
...
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
2026-04-24 20:08:29 +02:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Linus Groh
c1dfb2d883
LibWeb: Expect IDL namespace to end with semicolon
...
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace
Namespace ::
namespace identifier { NamespaceMembers } ;
2020-12-10 11:02:46 +01:00
Luke
3f73b0f896
LibWeb: Add almost all obsolete but required IDL attributes
...
As according to https://html.spec.whatwg.org/multipage/obsolete.html
Section 16.3 "Requirements for implementations"
Not all of these attributes are included due to requiring a bit more
functionality.
2020-11-12 10:38:26 +01:00
Luke
5724ac8e72
LibWeb: Add HTML elements to factories, add missing tags and attributes
...
This is mostly to get the grunt work of the way. This is split up into
multiple commits to hopefully make it more manageable to review.
Note that these are not full implementations, and the bindings mostly
get the low hanging fruit.
Also implements some attributes that I kept out because they had
dashes in them. Therefore, this closes #2905 .
2020-08-09 21:14:51 +02:00
Luke
1fbe4b2a2f
LibWeb: Add all HTML elements between L and Q
2020-08-09 21:14:51 +02:00