Changes between Version 10 and Version 11 of WebIDLToDo


Ignore:
Timestamp:
Jun 30, 2017 6:04:29 AM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v10 v11  
    2525- Replace use of RuntimeEnabledFeatures with Settings based conditionals
    2626- Add support for conditionally exposing functions / attributes based on [Exposed] extended attribute (see NavigatorID.idl and XMLHttpRequest.idl for examples)
    27 - Replace explicit conversion from Identifier to String or AtomicString (see uses of propertyNameToString/propertyNameToAtomicString in the generator) with a class that can convert most efficiently based on the type of the receiver.
     27- Replace explicit conversion from PropertyName to String or AtomicString (see uses of propertyNameToString/propertyNameToAtomicString in the generator) with a class that can convert most efficiently based on the type of the receiver.
    2828- Replace explicit conversion from JSString to AtomicString via the [AtomicString] and [ExistingAtomicString] type modifiers with a class that can convert most efficiently based on the type of the receiver.
    2929