Bug 153994 - The binding generator scripts have many special cases for SVG objects.
Summary: The binding generator scripts have many special cases for SVG objects.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-08 11:05 PST by Said Abou-Hallawa
Modified: 2016-02-08 11:06 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2016-02-08 11:05:58 PST
The goal is have the binding specification stored in one place. Right now, the binding code is generated from the IDL file and many special cases which live in CodeGeneratorJS.pm and CodeGenerator.pm. The ideal solution is to have these special cases added as flags in the IDL file.