Changes between Version 55 and Version 56 of QtWebKitTodo


Ignore:
Timestamp:
Apr 1, 2009 8:58:01 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v55 v56  
    7474Let's try to get the thing done(tm).
    7575
    76  * Implementing iterators/foreach support. (Tor Arne)
    7776 * XML completeness, namespace support (Ariya)
    7877 * Look at functions from jquery cheat sheet and see where in our API they would fit.
     
    9392=== Done ===
    9493
     94 * Implementing iterators/foreach support. (Tor Arne)
    9595 * Add obvious missing functions. (Simon) : Added missing attribute functions.
    9696 * 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)