Changes between Version 54 and Version 55 of QtWebKitTodo
- Timestamp:
- Apr 1, 2009, 4:41:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v54 v55 76 76 * Implementing iterators/foreach support. (Tor Arne) 77 77 * 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)79 78 * Look at functions from jquery cheat sheet and see where in our API they would fit. 80 79 * Add support for DOM events/listeners. … … 95 94 96 95 * 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)