Bug 265499
| Summary: | [WebIDL] Allow fine grain control of generated name for enumeration values | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | Bindings | Assignee: | Dan Glastonbury <djg> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | cdumez, heycam, sam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan Glastonbury
The bindings generator has an adhoc method for controlling the
generation of the associated C++ enumeration value name from a
string value.
Sometimes, it would better to have local control over the naming.
Implementing `[ImplementedAs]` for enumeration values, whose
presence would over rule the adhoc method, would be better.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118909721>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/21038