[Webkit-unassigned] [Bug 58391] Embedded font resources never get released when page is closed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 11:34:22 PDT 2011


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





--- Comment #6 from Hao <ihaohu at gmail.com>  2011-04-13 11:34:23 PST ---
(In reply to comment #5)
> Yes, this is expected, but undesirable. It's a known issue, cairo keeps the font cached and the user data callback is never called, because the font is not destroyed. Adding a cairo_font_face_finish() function similar to other cairo APIs would solve the problem, See this cairo bug:
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=28145

I agree this should be the similar issue. But the question is whether CAIRO would like to provide an extra API or not? If yes, then when?  If not, what else can we do on the WebKit side as a work around. Thanks a lot.

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