Reviewers: johnfargo, Description: This release includes * compatibility on IE for HTML5 elements * fix for parsing long hexadecimals in input js * fix for parsing numbers expressed in exponent syntax * new method for rendering doctypes * preserve xmlns declarations in the DOM * fixes escaping bug in escaping text spans * shindig friendly .opt naming convention for minified js * small change to the tame api * implements a client side module cache * fixes text node taming for IE * changes to html-sanitizer to reduce its footprint (API change) * adds unsafe render method to Nodes that renders comments * quick fix for concurrency issues using WeakHashMaps by switching to mapmaker from google collections. * minifier bug fix * strict mode parsing directive bug fix
Please review this at http://codereview.appspot.com/4446067/ Affected files: M pom.xml Index: pom.xml =================================================================== --- pom.xml (revision 1096395) +++ pom.xml (working copy) @@ -1510,7 +1510,7 @@ <dependency> <groupId>caja</groupId> <artifactId>caja</artifactId> - <version>r4417</version> + <version>r4452</version> <scope>compile</scope> <exclusions> <!-- force use of xml-apis until caja fixes their pom -->
