Changes between Version 15 and Version 16 of WebIDLToDo


Ignore:
Timestamp:
Jul 2, 2017 8:15:27 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v15 v16  
    2121- Add support for the remaining steps in the union conversion code
    2222- 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)
    2423- Replace use of RuntimeEnabledFeatures with Settings based conditionals
    2524- Add support for conditionally exposing functions / attributes based on [Exposed] extended attribute (see NavigatorID.idl and XMLHttpRequest.idl for examples)
     
    6059- 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)
    6160- 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)