Changes between Version 14 and Version 15 of WebIDLToDo
- Timestamp:
- Jun 30, 2017, 1:37:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIDLToDo
v14 v15 28 28 - Move to a better aggregate compile model to avoid unnecessary re-parsing (https://webkit.org/b/173242). 29 29 - Remove JSDOMBinding.h (https://webkit.org/b/168383) 30 - Make ScheduledAction into a regular callback 30 31 31 32 [[BR]] … … 34 35 - Utilize DOMJIT to hoist attribute and operation prologues into JSC (https://webkit.org/b/171637) 35 36 - Attempt to reduce duplications by having 'safe' bindings functions call the 'unsafe' ones where possible. 36 37 38 [[BR]]39 40 == Specific issues ==41 - Make ScheduledAction into a regular callback42 37 43 38