Bug 177701

Summary: InternalSettingsGenerated.idl should use attributes not operations
Product: WebKit Reporter: Sam Weinig <sam>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.