[Webkit-unassigned] [Bug 210762] New: Rename legacy Web IDL extended attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 20 13:00:31 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210762
Bug ID: 210762
Summary: Rename legacy Web IDL extended attributes
Product: WebKit
Version: Safari 13
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: d at domenic.me
CC: cdumez at apple.com
In https://github.com/heycam/webidl/pull/870 we renamed many legacy Web IDL extended attributes to make their usage more clear:
* [NamedConstructor] -> [LegacyFactoryFunction]
* [LenientSetter] -> [LegacyLenientSetter]
* [LenientThis] -> [LegacyLenientThis]
* [NoInterfaceObject] -> [LegacyNoInterfaceObject]
* [TreatNullAs=EmptyString] -> [LegacyNullToEmptyString]
* [OverrideBuiltins] -> [LegacyOverrideBuiltins]
* [TreatNonObjectAsNull] -> [LegacyTreatNonObjectAsNull]
* [Unforgeable] -> [LegacyUnforgeable]
This bug is a FYI in case you want to update your .idl files and bindings implementation to align with the spec-side renames. Doing so should not change the generated code at all.
--
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/20200420/16ae230e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list