Rev 285 | Rev 287 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* dom/timeout.js
- jsx.dom.timeout.Timeout.prototype.run():
+ Simplified feature test
+ Return this for possible chaining
- Updated JSdoc
* http.js
- Simplified IDL with WebIDL
- Simplified setters
* object.js
- Added Function.prototype.bind() emulation
- Added Array.prototype.slice() emulation
- Added Array.from() using Array.protoype.map()
(simplified list comprehension)
* python.js
- Fixed aliases
- Added jsx.python.list.from() (list comprehension)
- Added jsx.python.range()
* regexp.js
- Fixed warning texts
- Fixed pattern-match modifiers
- Support \d and \s in Unicode mode (TODO: /us case)
* string/hyphenation.js
- Fixed JSdoc
* string/parser.js
- Fixed JSdoc
* test/dom/mailto.html
- General clean-up
- Added Local Storage demo
* test/python.php
- Use test.js DOM feature
* test/regexp-test.js
- Fixed/updated test cases
- Support asynchronous testing
* test/regexp.php
- Support asynchronous testing
* test/test.js
- Support asynchronous testing
* UnicodeData.js
- Added/resorted escape classes