Changes between Version 12 and Version 13 of WebIDLToDo


Ignore:
Timestamp:
Jun 30, 2017 11:40:21 AM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v12 v13  
    2121- Add support for the remaining steps in the union conversion code
    2222- Add better exception messages for all conversions
    23 - Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012)
    2423- Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993)
    2524- Replace use of RuntimeEnabledFeatures with Settings based conditionals
     
    6463- Split JSDOMConvert up into separate files per type
    6564- 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)
     65- Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012)