]> source.dussan.org Git - vaadin-framework.git/commit
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
authorPekka Hyvönen <pekka@vaadin.com>
Wed, 5 Mar 2014 13:45:11 +0000 (15:45 +0200)
committerHenri Sara <hesara@vaadin.com>
Wed, 5 Mar 2014 13:45:11 +0000 (15:45 +0200)
commit024692835d1e2af1a4053821959f03f8d5eb4fcb
tree00ec7145dbf1b3a0d21fba8c9434b80d4bed5c1d
parent46675661cd95f61e3173f33e7dcfeb32bc377f41
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: I9b2d2ff9513a9063de292fdf1e14b227e0ff4d76
client/src/com/vaadin/client/LayoutManager.java
client/src/com/vaadin/client/LayoutManagerIE8.java
uitest/src/com/vaadin/tests/extensions/LayoutMemoryUsageIE8Extension.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/layouts/IE8MeasuredSizeMemoryLeak.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/layouts/IE8MeasuredSizeMemoryLeakTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/LayoutMemoryUsageIE8ExtensionConnector.java [new file with mode: 0644]