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:
		| @@ -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'/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shawn Pearce
					Shawn Pearce