]> source.dussan.org Git - vaadin-framework.git/commit
Read browser width and height from request in Page.init (#9073) 83/283/2
authorJohannes Dahlström <johannesd@vaadin.com>
Fri, 16 Nov 2012 13:34:23 +0000 (15:34 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 19 Nov 2012 09:57:16 +0000 (09:57 +0000)
commit977c8b01c042f2ffec36e3cb5c7ad517b738d06e
tree33f83d3070a0a5fbae9f3f3800d6b9f2b2535ddf
parent9a3a22cc9f8f95054e3528b0ffcc0b9e92cffbea
Read browser width and height from request in Page.init (#9073)

* Also change default screen width and height in WebBrowser to -1 for consistency
* Test for reading browser details in UI.init

Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90
server/src/com/vaadin/server/Page.java
server/src/com/vaadin/server/WebBrowser.java
uitest/src/com/vaadin/tests/components/ui/UIInitBrowserDetails.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/UIInitBrowserDetails.java [new file with mode: 0644]