[Webkit-unassigned] [Bug 50462] [GTK] webkit_soup_cache_clear() does not delete all entries in the cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 01:09:52 PST 2010


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





--- Comment #3 from Sergio Villar Senin <svillar at igalia.com>  2010-12-06 01:09:52 PST ---
(In reply to comment #2)
> Is it possible to simply use g_hash_table_remove_all?

Not really because it could happen that we might decide not to remove some item from the cache for example if some entry is dirty. We cannot also use g_hash_table_remove without changing the logic of webkit_soup_cache_entry_remove either.

-- 
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