Changes between Version 11 and Version 12 of WebIDLToDo
- Timestamp:
- Jun 30, 2017, 11:39:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v11 v12 27 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. 28 28 - 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). 29 30 30 31 [[BR]]