Re: Leaks with IFrames and JSONP

2013-01-04 Thread Matthias Kühnle
I experienced the same bug. Did you solve your Problem somehow? Matthias -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Z5eNy9RMEpEJ. To post

Re: Leaks with IFrames and JSONP

2013-01-04 Thread David
Matthias, I tried many tricks as they were implemented in jQuery and other JS toolkits but none seem to fully solve the issue completely. I've implemented a caching strategy and now I avoid doing the same jsonp call. The data I am returning allows this since it is a finit set. But I do hope I

Leaks with IFrames and JSONP

2012-04-03 Thread stuckagain
Hi, I have been spending now 5 days trying to track down memory leaks in my big GWT application. I noticed that every time I call a JSONP service that I am leaking (size depends on the data received from that service). I also noticed that when I put GWT in an IFrame and remove that IFrame