Reviewers: jat, knorton,

Description:
Added all safehtml packages.
Added new safehtml test suites.
Several changes for migration:
* Split EscapeUtils into EscapeUtils and UriUtils
* Added .equals() and .hashCode() to SafeHtmlString
* Updated comments, formatted code
* Removed i18n references
* Removed .fromPlainText() functionality
* Removed HtmlRenderer functionality
* Added check in EscapeUtils.htmlEscape() to check if a string needs to
escaped
before actually doing it.


Please review this at http://gwt-code-reviews.appspot.com/771801/show

Affected files:
  A user/src/com/google/gwt/safehtml/SafeHtml.gwt.xml
  A user/src/com/google/gwt/safehtml/client/HasSafeHtml.java
  A user/src/com/google/gwt/safehtml/client/SafeHtmlTemplates.java
  A user/src/com/google/gwt/safehtml/rebind/HtmlTemplateParser.java
  A user/src/com/google/gwt/safehtml/rebind/ParsedHtmlTemplate.java
  A user/src/com/google/gwt/safehtml/rebind/SafeHtmlTemplatesGenerator.java
A user/src/com/google/gwt/safehtml/rebind/SafeHtmlTemplatesImplCreator.java A user/src/com/google/gwt/safehtml/rebind/SafeHtmlTemplatesImplMethodCreator.java
  A user/src/com/google/gwt/safehtml/shared/EscapeUtils.java
  A user/src/com/google/gwt/safehtml/shared/HtmlSanitizer.java
A user/src/com/google/gwt/safehtml/shared/OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml.java
  A user/src/com/google/gwt/safehtml/shared/SafeHtml.java
  A user/src/com/google/gwt/safehtml/shared/SafeHtmlBuilder.java
  A user/src/com/google/gwt/safehtml/shared/SafeHtmlString.java
  A user/src/com/google/gwt/safehtml/shared/SimpleHtmlSanitizer.java
  A user/src/com/google/gwt/safehtml/shared/UriUtils.java
  A user/test/com/google/gwt/safehtml/SafeHtmlGwtSuite.java
  A user/test/com/google/gwt/safehtml/SafeHtmlJreSuite.java
  A user/test/com/google/gwt/safehtml/SafeHtmlTestsModule.gwt.xml
  A user/test/com/google/gwt/safehtml/client/SafeHtmlTemplatesTest.java
  A user/test/com/google/gwt/safehtml/rebind/HtmlTemplateParserTest.java
  A user/test/com/google/gwt/safehtml/rebind/ParsedHtmlTemplateTest.java
  A user/test/com/google/gwt/safehtml/server/UriUtilsTest.java
  A user/test/com/google/gwt/safehtml/shared/EscapeUtilsTest.java
  A user/test/com/google/gwt/safehtml/shared/GwtEscapeUtilsTest.java
  A user/test/com/google/gwt/safehtml/shared/GwtSafeHtmlStringTest.java
  A user/test/com/google/gwt/safehtml/shared/SafeHtmlBuilderTest.java
  A user/test/com/google/gwt/safehtml/shared/SafeHtmlStringTest.java
  A user/test/com/google/gwt/safehtml/shared/SimpleHtmlSanitizerTest.java


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to