Changes between Version 17 and Version 18 of WebIDLToDo
- Timestamp:
- Sep 24, 2017, 7:05:24 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WebIDLToDo
v17 v18 14 14 - Add support for WebIDL namespaces 15 15 - Add support for setlike<> declarations 16 - Add support for Promise<> attributes17 16 - Stop invoking GetMethod(V, @@iterator) twice for sequence/FrozenArray disambiguation in overloading 18 17 - Implement / verify FrozenArray reference semantics without [CachedAttribute] … … 28 27 - Make ScheduledAction into a regular callback 29 28 - Remove use of the C preprocessor 29 - Add support for [Default] and toJSON, replacing serializers (https://heycam.github.io/webidl/#default-tojson-operation). 30 30 31 31 [[BR]] … … 61 61 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993) 62 62 - Remove special casing of RegExp from overloading (https://webkit.org/b/174025) 63 - Add support for Promise<> attributes