Changes between Version 17 and Version 18 of WebIDLToDo


Ignore:
Timestamp:
Sep 24, 2017 7:05:24 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v17 v18  
    1414- Add support for WebIDL namespaces
    1515- Add support for setlike<> declarations
    16 - Add support for Promise<> attributes
    1716- Stop invoking GetMethod(V, @@iterator) twice for sequence/FrozenArray disambiguation in overloading
    1817- Implement / verify FrozenArray reference semantics without [CachedAttribute]
     
    2827- Make ScheduledAction into a regular callback
    2928- Remove use of the C preprocessor
     29- Add support for [Default] and toJSON, replacing serializers (https://heycam.github.io/webidl/#default-tojson-operation).
    3030
    3131[[BR]]
     
    6161- Add support for making an attribute conditionally readonly at compile time (see JSAudioTrackCustom) (https://webkit.org/b/173993)
    6262- Remove special casing of RegExp from overloading (https://webkit.org/b/174025)
     63- Add support for Promise<> attributes