NEW 177701
InternalSettingsGenerated.idl should use attributes not operations
https://bugs.webkit.org/show_bug.cgi?id=177701
Summary InternalSettingsGenerated.idl should use attributes not operations
Sam Weinig
Reported 2017-09-29 21:00:00 PDT
Currently, InternalSettingsGenerated.idl has an operation for each generated setting of the form set{SettingName}(value). This is awkward and provides no means to access the initial value via a getter. A more natural way to express this would be with an IDL attribute instead.
Attachments
Sam Weinig
Comment 1 2017-09-29 21:00:42 PDT
Changing to attributes is easy. Updating all the existing tests will be annoying.
Note You need to log in before you can comment on or make changes to this bug.