mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove many long ugly lists of imports of HTML element types. They can now be obtained via dom::types::*, which is autogenerated.
This commit is contained in:
parent
79956abb38
commit
d31e308d3f
19 changed files with 327 additions and 495 deletions
|
@ -80,6 +80,12 @@ def main():
|
|||
# Generate the common code.
|
||||
generate_file(config, 'RegisterBindings', 'declare+define')
|
||||
|
||||
# Generate the type list.
|
||||
generate_file(config, 'InterfaceTypes', 'declare+define')
|
||||
|
||||
# Generate the module declarations.
|
||||
generate_file(config, 'BindingDeclarations', 'declare+define')
|
||||
|
||||
#XXXjdm No union support yet
|
||||
#generate_file(config, 'UnionTypes', 'declare')
|
||||
#generate_file(config, 'UnionConversions', 'declare')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue