http://gwt-code-reviews.appspot.com/103805/diff/1/3
File src/com/google/gwt/user/client/Window.java (right):

http://gwt-code-reviews.appspot.com/103805/diff/1/3#newcode607
Line 607: return $wnd.navigator.userAgent;
window.navigator has a lot of other fields.  I think we should create a
static Window.Navigator object with a bunch of static methods, just like
we did for Location.

We could probably limit the methods to the ones that all platfroms
support.

Also, this methods and any we add should have test cases.  At the very
least, verify that they aren't null or empty.

http://gwt-code-reviews.appspot.com/103805

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to