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/08/24 08:43:11 UTC

Upgrade caja (issue2024041)

Reviewers: zhoresh,

Description:
* Stop throwing runtime errors in the css parser
* rename HTMLElement.{g,s}etStyle method to avoid conflicts
* Fix entity name handling in HTML.
* Be more tolerant when parsing doctypes


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

Affected files:
   M     pom.xml


Index: pom.xml
===================================================================
--- pom.xml	(revision 988397)
+++ pom.xml	(working copy)
@@ -1428,7 +1428,7 @@
        <dependency>
          <groupId>caja</groupId>
          <artifactId>caja</artifactId>
-        <version>r4209</version>
+        <version>r4251</version>
          <scope>compile</scope>
        </dependency>
        <dependency>