Support for new user.agent values (gwt)
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/b81c31f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/b81c31f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/b81c31f5 Branch: refs/heads/swellrt Commit: b81c31f5b8d8f7f31b820cac090ba5b0f3729b98 Parents: 0c21d4e Author: Pablo Ojanguren <pablo...@gmail.com> Authored: Tue Oct 18 16:34:15 2016 +0200 Committer: Pablo Ojanguren <pablo...@gmail.com> Committed: Tue Oct 18 16:34:15 2016 +0200 ---------------------------------------------------------------------- .../org/waveprotocol/wave/client/common/util/Util.gwt.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/b81c31f5/wave/src/main/resources/org/waveprotocol/wave/client/common/util/Util.gwt.xml ---------------------------------------------------------------------- diff --git a/wave/src/main/resources/org/waveprotocol/wave/client/common/util/Util.gwt.xml b/wave/src/main/resources/org/waveprotocol/wave/client/common/util/Util.gwt.xml index 94830e7..f999e6a 100644 --- a/wave/src/main/resources/org/waveprotocol/wave/client/common/util/Util.gwt.xml +++ b/wave/src/main/resources/org/waveprotocol/wave/client/common/util/Util.gwt.xml @@ -42,6 +42,8 @@ <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"/> + <when-property-is name="user.agent" value="ie10"/> </any> </replace-with>