Reviewers: plindner1,
Description:
Description
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')
Please review this at http://codereview.appspot.com/4561046/
Affected files:
M pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 1128360)
+++ pom.xml (working copy)
@@ -1509,7 +1509,7 @@
<dependency>
<groupId>caja</groupId>
<artifactId>caja</artifactId>
- <version>r4452</version>
+ <version>r4487</version>
<scope>compile</scope>
<exclusions>
<!-- force use of xml-apis until caja fixes their pom -->