[Webkit-unassigned] [Bug 32257] Safari/Chromium crashes on complicated @font-face rule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 21:10:45 PST 2009


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





--- Comment #6 from mitz at webkit.org  2009-12-14 21:10:44 PST ---
(In reply to comment #4)
> Since a GlyphPageTreeNode object is shared among GlyphPageTreeNode's static
> member variables and FontFallback instances, I think we should use reference
> count.

I disagree. CSSFontSelector::fontLoaded() forces a style recalc, which is
supposed to invalidate all FontFallbackList instances that reference the
deleted GlyphPageTreeNodes. It’s important to understand why that doesn’t work.

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