[Webkit-unassigned] [Bug 177701] New: InternalSettingsGenerated.idl should use attributes not operations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 29 21:00:00 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=177701
Bug ID: 177701
Summary: InternalSettingsGenerated.idl should use attributes
not operations
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sam at webkit.org
CC: cdumez at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170930/80fced56/attachment.html>
More information about the webkit-unassigned
mailing list