Changes between Version 54 and Version 55 of QtWebKitTodo


Ignore:
Timestamp:
Apr 1, 2009 4:41:29 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v54 v55  
    7676 * Implementing iterators/foreach support. (Tor Arne)
    7777 * XML completeness, namespace support (Ariya)
    78  * Add support for "special" functions from the IDL files, like submitting forms and other element specific functions. (for example convenience for raw QtScript code: element.scriptValue().resolve("submit").call(element.scriptValue(), args..); ) (Simon)
    7978 * Look at functions from jquery cheat sheet and see where in our API they would fit.
    8079 * Add support for DOM events/listeners.
     
    9594
    9695 * Add obvious missing functions. (Simon) : Added missing attribute functions.
     96 * Add support for "special" functions from the IDL files, like submitting forms and other element specific functions. (for example convenience for raw QtScript code: element.scriptValue().resolve("submit").call(element.scriptValue(), args..); ) (Simon)