Author: jasvir
Date: Sat May 28 00:20:47 2011
New Revision: 1128541
URL: http://svn.apache.org/viewvc?rev=1128541&view=rev
Log:
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')
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1128541&r1=1128540&r2=1128541&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sat May 28 00:20:47 2011
@@ -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 -->