Changes between Version 16 and Version 17 of WebIDLToDo
- Timestamp:
- Jul 3, 2017, 5:21:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v16 v17 15 15 - Add support for setlike<> declarations 16 16 - Add support for Promise<> attributes 17 - Remove special casing of RegExp from overloading (https://webkit.org/b/174025)18 17 - Stop invoking GetMethod(V, @@iterator) twice for sequence/FrozenArray disambiguation in overloading 19 18 - Implement / verify FrozenArray reference semantics without [CachedAttribute] … … 28 27 - Remove JSDOMBinding.h (https://webkit.org/b/168383) 29 28 - Make ScheduledAction into a regular callback 29 - Remove use of the C preprocessor 30 30 31 31 [[BR]] … … 60 60 - Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012) 61 61 - Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993) 62 - Remove special casing of RegExp from overloading (https://webkit.org/b/174025)