Removing references to gecko user agent in favor of gecko1_8.  gecko refers
to very old versions of Mozilla, while gecko1_8 refers to all modern
versions, including all versions of Firefox 2.0 and later.  GWT will drop
support for the gecko user agent in the future. When testing or
developing in Firefox, users will want to use the gecko1_8 user agent to get
the correct code permutation.

Signed-off-by: Gregory Smith <[email protected]>

--- autotest/frontend/client/src/autotest/EmbeddedTkoClient.gwt.xml     
2009-04-17 11:26:04.000000000 -0700
+++ autotest/frontend/client/src/autotest/EmbeddedTkoClient.gwt.xml     
2010-11-10 18:11:00.000000000 -0800
@@ -12,5 +12,5 @@
   <stylesheet src='afeclient.css'/>
   <stylesheet src='tkoclient.css'/>
   
-  <!-- <set-property name="user.agent" value="gecko"/> -->
+  <!-- <set-property name="user.agent" value="gecko1_8"/> -->
 </module>
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to