[webkit-reviews] review requested: [Bug 6218] CSS1: WebTextRenderer caches and re-uses fallback renderers that are based on family lists : [Attachment 12480] Implement trees of fallback glyph pages

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Jan 16 02:49:10 PST 2007


mitz at webkit.org has asked  for review:
Bug 6218: CSS1: WebTextRenderer caches and re-uses fallback renderers that are
based on family lists
http://bugs.webkit.org/show_bug.cgi?id=6218

Attachment 12480: Implement trees of fallback glyph pages
http://bugs.webkit.org/attachment.cgi?id=12480&action=edit

------- Additional Comments from mitz at webkit.org
Now with self-loops in the tree. In the previous patch, pages were shared by
nodes if the child node did not have any characters mapped that its parent did
not. Now the child is merged with the parent and a self-loop is added. This
prevents duplication of the (A overlay C) page in the case of fallback lists
A->B->C and A->C where B has no mappings that A does not have.



More information about the webkit-reviews mailing list