]> source.dussan.org Git - vaadin-framework.git/commit
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
authorPekka Hyvönen <pekka@vaadin.com>
Fri, 14 Mar 2014 14:17:27 +0000 (16:17 +0200)
committerHenri Sara <hesara@vaadin.com>
Fri, 14 Mar 2014 14:17:27 +0000 (16:17 +0200)
commit0c7cbc73dba97ad0b95cb11f4b4eabb37046fe61
tree40fe7b9f17b8b343ab3cc224a47711e3c8b8911d
parent2f9318610ca83902060173bf0caae1a2fe385f21
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: Ieae3b1d82e92fadf5ab517c1c878fc82bcc0ecbd
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]