Rev 186 | Rev 188 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* flash-commented.js
- Fixed namespacing
* test/dom/flash.html
- Fixed test case includes (added types.js)
* object-commented.js
- Function.prototype.extend():
+ Call jsx_object.inheritFrom() to reuse Dummy() constructor
+ Added enumeration optimizations for ECMAScript 5-conforming
implementations
+ this.prototype.forEach(): Removed `userDefined' test
(added to `this' only)
- JSdoc
+ Sacrificed a bit of technical correctness in favor of
understanding; TODO: Add a general note to say that
"x is a Foo" means "x is a reference to a Foo instance".
+ Minor corrections and improvements
* regexp-commented.js
- regexp_concat(): Special characters are no longer escaped automatically
- jsx.regexp.escape(): Fixed bogus arguments test
- jsx.RegExp()
+ Made `rxEscapes' better readable and reusing `rxPropertyEscapes' with
improved regexp_concat()
+ Renamed `[Cc]haracterClasses' to the more appropriate `[Pp]ropertyClasses',
updated UnicodeData.js accordingly
+ Implemented XHR retrieval from UnicodeData.js (reduced) and
UnicodeData.txt (original UCD format)
+ Implemented property-based escape sequences in character class
+ Implemented mixed negated property-based escapes in character class
(FIXME: `[\P{xy}]')
+ Added jsx.RegExp.deletePropertyClass()
- JSdoc:
+ Simplified descriptions, see object-commented.js
+ Minor corrections and improvements
* UnicodeData.js
- see regexp-commented.js
- Replaced "\u1234" with "\\u1234"; not as efficient, but makes resulting
expressions better readable (and maybe more compatible)
* General:
- Added/updated relevant copyright notices (GPLv3) and versions