New patch with feedback.
http://gwt-code-reviews.appspot.com/34824/diff/1/3 File user/src/com/google/gwt/resources/rg/CssResourceGenerator.java (right): http://gwt-code-reviews.appspot.com/34824/diff/1/3#newcode221 Line 221: + "using an @external declaration for unobfuscated classes."); Done. http://gwt-code-reviews.appspot.com/34824/diff/1/3#newcode1521 Line 1521: } else if (strictAnnotation == null && nonStrictAnnotation == null) { Changed to a local variable assignment, rather than return statements. http://gwt-code-reviews.appspot.com/34824/diff/1/4 File user/test/com/google/gwt/resources/client/CSSResourceTest.java (right): http://gwt-code-reviews.appspot.com/34824/diff/1/4#newcode107 Line 107: @NotStrict Here's the test of @NotStrict in the ugly kitchen-sink test case. http://gwt-code-reviews.appspot.com/34824 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
