Changes between Version 6 and Version 7 of WebIDLToDo


Ignore:
Timestamp:
Jun 28, 2017, 10:25:33 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v6 v7  
    2323- Replace use of __is_polymorphic with std::is_polymorphic
    2424- 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)
    2626- Replace use of RuntimeEnabledFeatures with Settings based conditionals
    2727- Add support for conditionally exposing functions / attributes based on [Exposed] extended attribute (see NavigatorID.idl and XMLHttpRequest.idl for examples)