GWT Contributors - Proposed patch 1305801 updates UiBinder HTML rendering to use SafeHtml. Rather than generating generic HTML strings for HTML objects, the generated binder code creates a SafeHtml template based on the *.ui.xml specs and passes arguments to the template as either String or SafeHtml-wrapped objects, depending on the context.
A small size regression is expected as a new SafeHtml template signature and implementation are being generated for each HTML object. However, the safety of the generated HTML provides a clear benefit. Please take a look at the proposed change and let me know if you have any comments. Thanks, Stephanie On Mon, Feb 28, 2011 at 3:21 PM, <[email protected]> wrote: http://gwt-code-reviews.appspot.com/1305801/ > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
