Reviewers: ihab.awad,

Description:
A caja testbed that uses the cajoling service instead of an applet to
perform the cajoling.
(See http://10.latest.caja.appspot.com for an example of it running).
* Adds a series of examples of the attacks caja prevents and
interactions it supports
* Adds gwt libraries needed to use the front-end during development
* The changes to Normalizer are needed to handle the varing availability
of java's Normalizer depending on the version of Java and on AppEngine

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

Affected files:
  M     build.xml
  A     src/com/google/caja/demos/playground/Playground.gwt.xml
  A     src/com/google/caja/demos/playground/client/CajolingService.java
A src/com/google/caja/demos/playground/client/CajolingServiceAsync.java A src/com/google/caja/demos/playground/client/CajolingServiceResult.java
  A     src/com/google/caja/demos/playground/client/Playground.java
  A     src/com/google/caja/demos/playground/client/ui/Example.java
  A     src/com/google/caja/demos/playground/client/ui/Menu.java
  A     src/com/google/caja/demos/playground/client/ui/PlaygroundView.java
A src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java
  M     src/com/google/caja/parser/Normalizer.java
  D     src/com/google/caja/service/CajolingService.java
  M     src/com/google/caja/service/CajolingServiceMain.java
  M     src/com/google/caja/service/ContentHandler.java
  A  +  src/com/google/caja/service/DefaultCajolingService.java
  M     src/com/google/caja/service/GadgetHandler.java
  M     src/com/google/caja/service/HtmlHandler.java
  M     src/com/google/caja/service/ImageHandler.java
  M     src/com/google/caja/service/InnocentHandler.java
  M     src/com/google/caja/service/JsHandler.java
  A     src/log4j.properties
  A     third_party/java/appengine/appengine-api-1.0-sdk-1.2.0.jar
  A     third_party/java/appengine/config/user/ant-macros.xml
  A     third_party/java/appengine/config/user/log4j.properties
  A     third_party/java/appengine/config/user/logging.properties
  A     third_party/java/appengine/sdk/logging.properties
  A     third_party/java/gwt/gwt-dev-mac.jar
  A     third_party/java/gwt/gwt-user.jar


Reply via email to