DescriptionDescription
This release includes:
* Fixes error message when attempting to tame a cross-frame function.
* UMP workaround for browsers that implement only CORS
* Handle '--' in html rendering differently from xml
* Fixes bug around masking inherited read-only properties.
* Remove unnecessary repeated checks in es53
* Changes String(name) to ''+name in Object.prototype.m___
* Fixes deletion bug around delete x[{valueOf:fn(){return 'a'}}]
* Check globals do not end with double underscore (__)
* fix es53 debugging in webkit-based browsers
* Fix bug in call to .f___ in Array.forEach
* Canvas support on IE
* make ; optional after do-while
* Improved handling of content-type and module url resolution
* Fixes getPrototypeOf on IE, removes weakness in def().
* fix html_sanitize('<a\n')
Patch Set 1 #MessagesTotal messages: 3
|