Changes between Version 6 and Version 7 of WebIDLToDo
- Timestamp:
- Jun 28, 2017, 10:25:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v6 v7 23 23 - Replace use of __is_polymorphic with std::is_polymorphic 24 24 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom). 25 - 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) 25 - 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) 26 26 - Replace use of RuntimeEnabledFeatures with Settings based conditionals 27 27 - Add support for conditionally exposing functions / attributes based on [Exposed] extended attribute (see NavigatorID.idl and XMLHttpRequest.idl for examples)