Changes between Version 16 and Version 17 of WebIDLToDo


Ignore:
Timestamp:
Jul 3, 2017 5:21:23 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v16 v17  
    1515- Add support for setlike<> declarations
    1616- Add support for Promise<> attributes
    17 - Remove special casing of RegExp from overloading (https://webkit.org/b/174025)
    1817- Stop invoking GetMethod(V, @@iterator) twice for sequence/FrozenArray disambiguation in overloading
    1918- Implement / verify FrozenArray reference semantics without [CachedAttribute]
     
    2827- Remove JSDOMBinding.h (https://webkit.org/b/168383)
    2928- Make ScheduledAction into a regular callback
     29- Remove use of the C preprocessor
    3030
    3131[[BR]]
     
    6060- Replace use of `__is_polymorphic` with std::is_polymorphic (https://webkit.org/b/174012)
    6161- 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)