Make CSS class names stable

GWT's class obfuscation makes it impossible for users to write their
own CSS that won't break on upgrade. This further helps preserve
class names so users can continue to rely on the names and use
GerritSite.css to its full ability.

Change-Id: I10acf06c150daebf9d74ba8ad101c9643392781a
This commit is contained in:
Shawn Pearce
2014-01-28 12:56:53 -08:00
parent 97ba4a9b3b
commit 5579c284d5

View File

@@ -35,6 +35,7 @@
<set-property-fallback name='locale' value='en'/>
<set-property name='locale' value='en'/>
<set-configuration-property name='UiBinder.useSafeHtmlTemplates' value='true'/>
<set-configuration-property name='CssResource.style' value='stable'/>
<set-property name='gwt.logging.logLevel' value='SEVERE'/>
<set-property name='gwt.logging.popupHandler' value='DISABLED'/>