Changes between Version 8 and Version 9 of WebIDLToDo


Ignore:
Timestamp:
Jun 29, 2017 8:56:36 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v8 v9  
    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
     23- Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012)
    2424- Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993)
    2525- Replace use of RuntimeEnabledFeatures with Settings based conditionals