Skip to content

Instantly share code, notes, and snippets.

@carlos-aguayo
Last active October 9, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlos-aguayo/3521926 to your computer and use it in GitHub Desktop.
Save carlos-aguayo/3521926 to your computer and use it in GitHub Desktop.
<replace-with class="com.dreamskiale.client.history.Html5Historian">
<when-type-is class="com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian"/>
<any>
<when-property-is name="user.agent" value="gecko1_8"/>
<when-property-is name="user.agent" value="safari"/>
<when-property-is name="user.agent" value="opera"/>
</any>
</replace-with>
<replace-with class="com.dreamskiale.client.history.HashBangHistorian">
<when-type-is class="com.google.gwt.place.shared.PlaceHistoryHandler.DefaultHistorian"/>
<any>
<when-property-is name="user.agent" value="ie6"/>
<when-property-is name="user.agent" value="ie8"/>
<when-property-is name="user.agent" value="ie9"/>
</any>
</replace-with>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment