Re: SVG in Firebug, large memory leak?

Boris Zbarsky <[email protected]> Fri, 18 Dec 2009 10:18:13 -0800
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On 12/18/09 9:04 AM, Steven Roussey wrote:
> Since it is an inline style, it should just be changing the SVG
> element's style attribute.

And storing the old value somewhere, right?  Or something?  And 
rebuilding the entire HTML view using domplate in the process?

My current suspicion, and one I've been meaning to investigate for a 
bit, is that domplate leaks somehow.  Does performing the same style 
change that Firebug is doing here directly through script cause the same 
memory issue?  Does disabling the domplate mutation observers cause the 
issue to go away?

-Boris