Hi,
This bug does not seem to be related with my problem :( It is focused on a
problem with the images cache.
Just for the record, if I change the reloadHTML() definition to:
function reloadHTML(){
console.log("Reload...");
var strb = [];
strb.push("anything");
strb.push(str);
strb.push("anything");
document.getElementById("main").innerHTML = strb.join("");
strb = null;
}
the memory stop growing up.
Regards,
Carlos
2011/1/17 Carlos Varela Paz <[email protected]>
> Thanks a lot for your response, Ben.
>
> I had already applied a patch to solve a related bug (31253), which it is
> also referred on the 49008. That seems to solve the memory problems with
> images, but in my tests there is no images anywhere.
>
> Anyway, I will test this new proposed path and let you know.
>
> Regards,
> Carlos
>
>
> 2011/1/17 Benbuck Nason <[email protected]>
>
> > I am experimenting some memory problems that I can not understand. I hope
>> > someone on this list could help me to get some kind of explanation :)
>> >
>> > I have created a simple web page that changes the innerHTML property of
>> a
>> > div element each 2000ms. The page is extremelly simple, it only contains
>> a
>> > DIV element and it launch an interval when the page is loaded.
>> [...]
>> > the memory grows infinitely.
>>
>> This sounds like maybe it's the following bug:
>>
>> https://bugs.webkit.org/show_bug.cgi?id=49008
>>
>> -Ben
>> _______________________________________________
>> webkit-help mailing list
>> [email protected]
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>
>
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help