Changes between Version 2 and Version 3 of WebIDLToDo


Ignore:
Timestamp:
Dec 22, 2016 5:08:48 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebIDLToDo

    v2 v3  
    1 == Bindings To-do: ==
     1== Goals ==
     2- Remove all non-wrapping or GC related custom bindings
     3- Add support for all WebIDL features
     4- Improve the quality of the perl IDL code generators
     5- Use IDL infrastructure to add automatic test case generation
     6
     7[[BR]]
     8
     9== Tasks: ==
    210
    311- Add support for callbacks with non-void return types
     
    2028[[BR]]
    2129
     30== Specific issues ==
     31- Make ScheduledAction into a regular callback
     32
     33
     34[[BR]]
     35
    2236== Maybe: ==
    2337- Split JSDOMConvert up into separate files per type
    24 
     38- Generate the structs that correspond to IDL dictionaries
     39- Generate the enums that  correspond to IDL enums
     40- Generate the abstract base classes that  correspond to IDL callbacks