]> source.dussan.org Git - vaadin-framework.git/commit
fixes #3969, paintable coding now instance wide. eats more memory but safer on contex...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 12 Jan 2010 11:18:09 +0000 (11:18 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 12 Jan 2010 11:18:09 +0000 (11:18 +0000)
commit1c6faf2ede9f7f3b12a8c30a4b0c158c79f46bd8
treec205e4e2aa39d5793977cc123ff977d64499e6d9
parentcb3a7de0b478be83772cd22cb3478917650d9379
fixes #3969, paintable coding now instance wide. eats more memory but safer on context reloads. Also fix on client side, so that Window is not hardcoded to "0" (does not resolve issue in all cases though)

svn changeset:10689/svn branch:6.2
src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java