Rev 177 | Rev 179 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* dhtml-commented.js
- loadScript(): Fixed: Exception when loading more than one script
* map-commented.js
- Fixed: Map::_hasOwnProperty() uses _items instead of passed object
- Cleanup: Unified braces
* object-commented.js
- Moved jsx.getStackTrace::getFunctionName() to global,
added jsx.object.getFunctionName(),
returns empty string on failure (previously "anonymous")
- JSdoc: Fixed @returns
* regexp-commented.js
- Deprecated RegExp properties, moved to jsx.regexp
- Copied functions to jsx.regexp namespace
- Replaced proof-of-concept jsx.RegExp with working version
(currently .js property data and defineCharacterClasses() only)
- Updated/fixed JSdoc
* string-commented.js
- esc(), unesc() use jsx.global, jsx.object
- Added escURI() as required by httprequest-commented.js
- Added parseFloat(), jsx.string.parseFloat() to support fractional parts
in non-decimal representations (TODO: Fix precision)
* debug-commented.js
- synhl():
+ Replaced String.prototype.substr() with .slice()
+ Supports XPath when available through xpath-commented.js
* types-commented.js
- Replaced `new Types()' with jsx.types
- TypesException(): Use qualified alert()
- jsx.types.isFeature(): Cache RegExps
- Clean-up:
+ Fixed comments
+ JSdoc: Fixed @params, @returns
* xpath-commented.js
- Moved XPath to jsx namespace
- Renamed InvalidImplementationEXception to InvalidImplementationError
- Clean-up:
+ Use jsx.global instead of duplicate _global
+ Use jsx.object.isMethod(), jsx.throwThis() explicitly
+ JSdoc: Fixed references
* General:
- Added UnicodeData.txt, UnicodeData.js
- Added unicode-classifier to generate UnicodeData.js from UnicodeData.txt
(for regexp-commented.js)