[Webkit-unassigned] [Bug 49008] Unbounded memory growth for long lived pages with many requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 16:04:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=49008





--- Comment #20 from Sam Magnuson <smagnuso at gmail.com>  2010-11-05 16:04:07 PST ---
(In reply to comment #10)
> Is this a duplicate of bug 31253?
> 

It might be, however I believe 31253's patch is only attempting to address the m_documentResources in CachedResourceLoader.cpp (nee DocLoader.cpp). The patch I've attached here address that as well as the two "known" URL HashSet (one in CacheResourceLoader.cpp one in DocumentLoader.cpp).

> I guess the main question here is how this affects Activity Window and Web Inspector functionality.

I tested with the Inspector and a very very small cache and it seems to work as expected. It looks like the Inspector is not using the table that used to live in DocumentLoader.cpp anymore (in fact InspectorResource.cpp is been removed in lieu of InspectorResourceAgent.cpp in trunk).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list