WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug