Changes between Version 11 and Version 12 of WebIDLToDo


Ignore:
Timestamp:
Jun 30, 2017, 11:39:34 AM (8 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v11 v12  
    2727- 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.
     29- Move to a better aggregate compile model to avoid unnecessary re-parsing (https://webkit.org/b/173242).
    2930
    3031[[BR]]