Changes between Version 8 and Version 9 of WebIDLToDo
- Timestamp:
- Jun 29, 2017, 8:56:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v8 v9 21 21 - Add support for the remaining steps in the union conversion code 22 22 - 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) 24 24 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993) 25 25 - Replace use of RuntimeEnabledFeatures with Settings based conditionals