<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx</link><description>Hi everyone, As many web devs know, it’s relatively easy to build a site which results in memory leaks when viewed in Internet Explorer. IE team members have written MSDN articles on leak patterns , and other sites have posted articles with varying tone,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6605785</link><pubDate>Fri, 30 Nov 2007 04:06:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6605785</guid><dc:creator>Frank</dc:creator><description>&lt;p&gt;Any status on the public bug tracking?!&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6606962</link><pubDate>Fri, 30 Nov 2007 05:31:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6606962</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Tried the Firefox 3 beta yet? When will there be a beta for IE8?&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6608011</link><pubDate>Fri, 30 Nov 2007 07:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6608011</guid><dc:creator>n-blue</dc:creator><description>&lt;p&gt;Fx 3 beta 2 still have memory problem, worse than IE7.&lt;/p&gt;
&lt;p&gt;@John, &lt;/p&gt;
&lt;p&gt;Thanks for the detial but as Frank said we may need bug tracking (may be on connect) to report the bug or track on situation of reported bug. I think it not bad idea.&lt;/p&gt;
&lt;p&gt;Btw, people want to know something about what going on with IE8. For the promised of 12-18 month from the begining we should have some things around here.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6608700</link><pubDate>Fri, 30 Nov 2007 09:08:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6608700</guid><dc:creator>Un-blue</dc:creator><description>&lt;p&gt;n-blue, there is no Firefox 3 beta 2 yet so I doubt that it true.&lt;/p&gt;
&lt;p&gt;At least Mozilla is releasing something after a year. Hello IE?&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6608864</link><pubDate>Fri, 30 Nov 2007 09:24:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6608864</guid><dc:creator>deathshadow</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; Fx 3 beta 2 still have memory&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt; problem, worse than IE7.&lt;/p&gt;
&lt;p&gt;Hell, let's be honest here, FF2 'stable' still has memory leaks that makes IE7 look good.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6614540</link><pubDate>Fri, 30 Nov 2007 14:45:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6614540</guid><dc:creator>Vasil Dinkov</dc:creator><description>&lt;p&gt;I've been aware of Drip from quite some time and it is very useful! But I didn't know about sIEve and it seems even nicer..&lt;/p&gt;
&lt;p&gt;So thanks very much!&lt;/p&gt;
&lt;p&gt;PS: However, please please try to fix these leaks in IE8!&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6615942</link><pubDate>Fri, 30 Nov 2007 16:44:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6615942</guid><dc:creator>Harvey J.</dc:creator><description>&lt;p&gt;Thanks for the tips on Sieve! It is much better than drip, which can make it quite difficult to detect where the leaks are occurring.&lt;/p&gt;
&lt;p&gt;I also with Frank n-Blue and Un-blue on the bug tracking.&lt;/p&gt;
&lt;p&gt;Seriously guys! Since you can't meet the release cycle you guys promised you would, the least you can offer is a bug tracking system so we can see what is going on!&lt;/p&gt;
&lt;p&gt;In IE8, am I still going to have to write craptacular code like this?&lt;/p&gt;
&lt;p&gt;//only for IE&lt;/p&gt;
&lt;p&gt;var sendButton = document.createElement('&amp;lt;input &amp;nbsp;name=&amp;quot;sendit&amp;quot;/&amp;gt;');&lt;/p&gt;
&lt;p&gt;sendButton.setAttribute('type', 'button');//can't set it after you add it to the DOM!&lt;/p&gt;
&lt;p&gt;sendButton.setAttribute('value', 'Send It');&lt;/p&gt;
&lt;p&gt;customXBAddDOMEventHandler('click', mySendItHandler);&lt;/p&gt;
&lt;p&gt;var myFormObj = document.getElementsById('myForm');&lt;/p&gt;
&lt;p&gt;myFormObj.appendChild(sendButton);&lt;/p&gt;
&lt;p&gt;For adding this 1 button to a page, I need to work around at least 5 separate IE bugs!&lt;/p&gt;
&lt;p&gt;Not laughing at the lack of bug tracking anymore. &amp;nbsp;It shows a complete lack of respect to your fellow developers using IE.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6616044</link><pubDate>Fri, 30 Nov 2007 16:55:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6616044</guid><dc:creator>Laurent</dc:creator><description>&lt;p&gt;Well, since the IE6 fix is only available for XPSP2, there is little point to the fix. make it win2K compliant or better, release IE7 for win2K and give up on IE6.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6618796</link><pubDate>Fri, 30 Nov 2007 22:02:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6618796</guid><dc:creator>Al Billings</dc:creator><description>&lt;p&gt;Laurent,&lt;/p&gt;
&lt;p&gt;There will never be an IE7 for Win2K. This was discussed, oh, two years ago?&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6637242</link><pubDate>Sun, 02 Dec 2007 04:22:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6637242</guid><dc:creator>pinto</dc:creator><description>&lt;p&gt;@Harvey, the IE team does not and need not respect web devs. &amp;nbsp;It's a constituency problem: web devs aren't downloading the software: end users are. &amp;nbsp;As long as the end users are coming in on IE, web devs will have to grin and bear it. &amp;nbsp;What would they gain from &amp;nbsp;pretending to like web developers (pretending harder than this blog, that is)? &amp;nbsp;Say option 1 is: &amp;quot;public bug tracking database, transparency on future releases and actual effort at bringing IE up to the level demonstrated by Firefox, Webkit and Opera&amp;quot; &amp;nbsp;Option 2 is: &amp;quot;throw minimal resources at the problem, stonewall on the PR front and hope that the net effect of most web devs telling their friends and family to stay off of IE is minimal (it is).&amp;quot; &amp;nbsp;Hard to say that MS hasn't taken option 2. &amp;nbsp;False dichotomy? &amp;nbsp;Maybe, but you'd have a tough time convincing me.&lt;/p&gt;
&lt;p&gt;FWIW, I'd like to think that the IE team is doing the best they can with the official support they're getting. &amp;nbsp;However, since there's virtually no transparency or information sharing between MS and the community, who knows? &amp;nbsp;I don't want to be hard on a fellow developer, but then again, anyone at MS knew the sort of company they were signing on with...&lt;/p&gt;
&lt;p&gt;Anyway, there was a lengthy debate when the IE7 betas started trickling out over whether this was a one-time &amp;quot;OMFG! Firefox is killing us&amp;quot; attempt at leapfrogging (technically - we all know the market-share situation), or whether MS actually intended to once again become competitive in the browser market. &amp;nbsp;The stonewalling on IE8 (gag order issued by the PR dept?) seems to be all we need to decide matter.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6638625</link><pubDate>Sun, 02 Dec 2007 06:41:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6638625</guid><dc:creator>ivan</dc:creator><description>&lt;p&gt;you are right pinto, looks like they are doing a #2.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6642270</link><pubDate>Sun, 02 Dec 2007 16:39:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6642270</guid><dc:creator>Shadoz</dc:creator><description>&lt;p&gt;Any roadmap for the release of IE8. Firefox already has an FF 3.0 alpha.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6644295</link><pubDate>Mon, 03 Dec 2007 05:31:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6644295</guid><dc:creator>Fduch</dc:creator><description>&lt;p&gt;Memory leaks? Wasn't that problem solved with .Net and Garbage Collecor? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Oh!? IETeam doesn't know about .Net? Well... I guess it was reseased after IETeam stopped working in 2002. Go check microsoft.com. They have some info on it.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6644300</link><pubDate>Mon, 03 Dec 2007 05:34:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6644300</guid><dc:creator>anonymous</dc:creator><description>&lt;p&gt;With Firefox 3.0, there are a hell lot of new features, so I'm finally switching. Microsoft either doesn't get browsers or its browser division is still stuck in the 90s and deliberately kills progress.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6701303</link><pubDate>Sat, 08 Dec 2007 09:22:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6701303</guid><dc:creator>Pinky</dc:creator><description>&lt;p&gt;I still feel that Memory leaks is something which is really taking down the popularity of IE.&lt;/p&gt;
</description></item><item><title>www.r10.net küresel ısınmaya hayır seo yarışması</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6709679</link><pubDate>Sun, 09 Dec 2007 05:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6709679</guid><dc:creator>seo yarışması</dc:creator><description>&lt;p&gt;Seriously guys! Since you can't meet the release cycle you guys promised you would, the least you can offer is a bug tracking system so we can see what is going on! :S&lt;/p&gt;
</description></item><item><title>New leak pattern introduced with IE7</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6733839</link><pubDate>Tue, 11 Dec 2007 14:03:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6733839</guid><dc:creator>fredck</dc:creator><description>&lt;p&gt;We at FCKeditor are constantly fighting against memory leak. We have already fixed several related issues, but we were still facing an expressive memory leak with IE7.&lt;/p&gt;
&lt;p&gt;With some intuition, we were able to reduce the problem to a simple test case, and we have sadly found a new memory leak issue *introduced* with IE7. &lt;/p&gt;
&lt;p&gt;Essentially, every call to window.createPopup() leaks 80Kb of memory. A test page can be found here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.fredck.com/bugs/ie/createpopupleak.html"&gt;http://www.fredck.com/bugs/ie/createpopupleak.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the default FCKeditor interface, we use six IE's popups for all floating panels (toolbar combos and context menu). On pages with several editor instances, the memory increasing is substantial.&lt;/p&gt;
&lt;p&gt;As far as we could understand it, there is no way to &amp;quot;cleanup&amp;quot; that leak. We strongly hope IE8 and even IE7 will have it fixed as there is no way to workaround it (I hope I'm wrong!).&lt;/p&gt;
&lt;p&gt;Suggestions? Comments?&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6746384</link><pubDate>Wed, 12 Dec 2007 16:07:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6746384</guid><dc:creator>Tim Tripcony</dc:creator><description>&lt;p&gt;@fredck - You'll probably get dozens of comments to this effect, but window.createPopup is so Web 1.0 anyway. The &amp;quot;new approach&amp;quot; is to use positioned divs with z-indexes to create the illusion of a new window, but everything still exists within the same window. This also prevents popup blockers from preventing users (at least initially, until they've told their browser to allow popups from the current site) from using the feature that would otherwise load in a separate window. Check out the way ExtJS handles this for an elegant example.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6747772</link><pubDate>Wed, 12 Dec 2007 18:14:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6747772</guid><dc:creator>Nathan Toone</dc:creator><description>&lt;p&gt;@Tim&lt;/p&gt;
&lt;p&gt;I'm sorry, but that's not the point. &amp;nbsp;The point is that this is a *new* leak, introduced in IE7.&lt;/p&gt;
&lt;p&gt;And to tell the truth, I don't care how &amp;quot;Web 1.0&amp;quot; something is - not every project has the money, time, or ability to upgrade legacy applications to use a different javascript toolkit. &amp;nbsp;Many older applications make use of window.createPopup(), and a leak in such a core function is absolutely unacceptable.&lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6748587</link><pubDate>Wed, 12 Dec 2007 19:38:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6748587</guid><dc:creator>fredck</dc:creator><description>&lt;p&gt;@Tim: I'm pasting here the response I gave to the same kind of comment at Ajaxian:&lt;/p&gt;
&lt;p&gt;window.createPopup() has nothing to do with the popups we are used to see, which are instead created with window.open(). They behave instead much like a floating iframe, but have some special features (like floating outside the browser itself). Popup blockers don’t block them.&lt;/p&gt;
&lt;p&gt;We have made some tests to avoid using window.createPopup, using floating divs or iframes instead. Then, we have another IE bug to fight here, because the cursor caret used on editing will always blink over floating elements, making the editor buggy to the user eyes. Using window.createPopup instead, we avoid this problem.&lt;/p&gt;
&lt;p&gt;Of course, we’ll be investigating it further in the future. Thanks for your comments. &lt;/p&gt;
</description></item><item><title>re: Tools for Detecting Memory Leaks</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#6749704</link><pubDate>Wed, 12 Dec 2007 21:40:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6749704</guid><dc:creator>AlfonsoML</dc:creator><description>&lt;p&gt;We have done some further research (it turned out that I wasn't suffering now the leak so we searched for the differences), and as explained in &lt;a rel="nofollow" target="_new" href="http://alfonsoml.blogspot.com/2007/12/ie7-leaks-due-to-antiphising-protection.html"&gt;http://alfonsoml.blogspot.com/2007/12/ie7-leaks-due-to-antiphising-protection.html&lt;/a&gt; the problem is only present if the Anti-phising protection of IE7 isn't disabled. That also explains why the problem isn't visible in Drip or sIEve.&lt;/p&gt;
</description></item><item><title>Improved Productivity Through Internet Explorer 8 Developer Tools</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#8104658</link><pubDate>Fri, 07 Mar 2008 21:54:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8104658</guid><dc:creator>IEBlog</dc:creator><description>&lt;p&gt;Over the past year, I’ve written about different tools to help web developers become more productive&lt;/p&gt;
</description></item><item><title>Improved Productivity Through Internet Explorer 8 Developer Tools</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#8104925</link><pubDate>Fri, 07 Mar 2008 22:10:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8104925</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Over the past year, I’ve written about different tools to help web developers become more productive&lt;/p&gt;
</description></item><item><title>IE Leak detection </title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#8160337</link><pubDate>Wed, 12 Mar 2008 00:10:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8160337</guid><dc:creator>Driven by Development</dc:creator><description>&lt;p&gt;Today I was busy with ASP.NET and Ajax and I had some memory leaks in Internet Explorer 6. So I used&lt;/p&gt;
</description></item><item><title>Internet Explorer 8 Developer Tools 생산성 향상</title><link>http://blogs.msdn.com/ie/archive/2007/11/29/tools-for-detecting-memory-leaks.aspx#9491949</link><pubDate>Fri, 20 Mar 2009 10:28:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491949</guid><dc:creator>IE8 팀 블로그</dc:creator><description>&lt;p&gt;&amp;amp;#160; &amp;amp;#160; 지난&amp;amp;#160; 1 년간, Internet Explorer 개발시에 웹 개발자의 생산성 향상을 도모하기 위한 다양한 도구 ( Web Development Tools&lt;/p&gt;
</description></item></channel></rss>