Changes between Version 15 and Version 16 of WebIDLToDo
- Timestamp:
- Jul 2, 2017, 8:15:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v15 v16 21 21 - Add support for the remaining steps in the union conversion code 22 22 - Add better exception messages for all conversions 23 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993)24 23 - Replace use of RuntimeEnabledFeatures with Settings based conditionals 25 24 - Add support for conditionally exposing functions / attributes based on [Exposed] extended attribute (see NavigatorID.idl and XMLHttpRequest.idl for examples) … … 60 59 - Add extended attribute for marking an argument to an operation as also being the return value (needed for Crypto.getRandomValues, Node.insertBefore, Node.replaceChild, Node.removeChild, and Node.appendChild) (https://webkit.org/b/173961) 61 60 - Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012) 61 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993)