Bug 14058 - [GDK] Font backend cleanup
Summary: [GDK] Font backend cleanup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 14059
Blocks:
  Show dependency treegraph
 
Reported: 2007-06-10 00:58 PDT by Alp Toker
Modified: 2007-06-26 22:45 PDT (History)
0 users

See Also:


Attachments
Font backend cleanup (6.11 KB, patch)
2007-06-10 01:15 PDT, Alp Toker
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2007-06-10 00:58:17 PDT
The "GDK" font backend locks/unlocks redundantly, misses a free() and truncates the higher part of Unicode characters, preventing them from rendering correctly.
Comment 1 Alp Toker 2007-06-10 01:15:47 PDT
Created attachment 14923 [details]
Font backend cleanup
Comment 2 Alp Toker 2007-06-13 14:05:49 PDT
Add dependency on #14059 since this change requires the content type to be properly set.
Comment 3 Maciej Stachowiak 2007-06-26 00:42:53 PDT
Comment on attachment 14923 [details]
Font backend cleanup

Looks ok to me - I'm not a Cairo or Freetype expert though.
Comment 4 Mark Rowe (bdash) 2007-06-26 22:45:16 PDT
Landed in r23811.