You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ja...@gmail.com on 2010/10/28 00:03:04 UTC

Upgrade Caja (issue2737042)

Reviewers: zhoresh, johnfargo,

Description:
* more lenient html parsing and recovery (thanks Gagan)
* bugfix for prescence of unrepresentably large numbers in scripts
* support for document.getElementsByTagName('*')


Please review this at http://codereview.appspot.com/2737042/

Affected files:
   M     pom.xml


Index: pom.xml
===================================================================
--- pom.xml	(revision 1028104)
+++ pom.xml	(working copy)
@@ -1484,7 +1484,7 @@
       <dependency>
         <groupId>caja</groupId>
         <artifactId>caja</artifactId>
-       <version>r4291</version>
+       <version>r4314</version>
         <scope>compile</scope>
         <exclusions>
           <!-- force use of xml-apis until caja fixes their pom -->