Changes between Version 55 and Version 56 of QtWebKitTodo
- Timestamp:
- Apr 1, 2009, 8:58:01 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v55 v56 74 74 Let's try to get the thing done(tm). 75 75 76 * Implementing iterators/foreach support. (Tor Arne)77 76 * XML completeness, namespace support (Ariya) 78 77 * Look at functions from jquery cheat sheet and see where in our API they would fit. … … 93 92 === Done === 94 93 94 * Implementing iterators/foreach support. (Tor Arne) 95 95 * Add obvious missing functions. (Simon) : Added missing attribute functions. 96 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)