Changes between Version 6 and Version 7 of WebKitGTKFonts


Ignore:
Timestamp:
Oct 4, 2010 3:16:01 PM (14 years ago)
Author:
Martin Robinson
Comment:

Update bug list

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTKFonts

    v6 v7  
    3333A collection of font-related bugs from Bugzilla:
    3434
    35  * [https://bugs.webkit.org/show_bug.cgi?id=16941 FontCustomPlatformData.cpp leaks FT_Faces]
     35 * [https://bugs.webkit.org/show_bug.cgi?id=26741 Share complex text support with Chromium Linux] (the switch to HarfBuzz)
     36 * [https://bugs.webkit.org/show_bug.cgi?id=30532 Wrong font size calculated on google.com] (likely an Epiphany bug)
     37
     38These two may well be related. They both deal with fallback CJK fonts:
     39 * [https://bugs.webkit.org/show_bug.cgi?id=37984 WebKit freetype backend doesn't support "locl" tables]
     40 * [https://bugs.webkit.org/show_bug.cgi?id=26003 Has inconsistent font selection behavior compared with other GTK2 apps]
     41
     42These have patches pending review:
     43 * [https://bugs.webkit.org/show_bug.cgi?id=33299 CSS font-style: italic behavior]
     44 * [https://bugs.webkit.org/show_bug.cgi?id=41091 (GTK) Complex text rendering does not render custom fonts]
     45
     46Possibly fixed:
     47 * [https://bugs.webkit.org/show_bug.cgi?id=42400 TypeKit (web) fonts not rendered]
     48
     49
     50== Pango backend bugs ==
    3651 * [https://bugs.webkit.org/show_bug.cgi?id=18546 Can't load some non-latin fonts with pango backend]
    3752 * [https://bugs.webkit.org/show_bug.cgi?id=18552 Downloadable fonts don't work with pango backend]
    3853 * [https://bugs.webkit.org/show_bug.cgi?id=18552 WebKit crashes when running acid3 on Linux using font backend Pango]
    39  * [https://bugs.webkit.org/show_bug.cgi?id=22970 FontConfig leaks in FontCacheGtk]
    40  * [https://bugs.webkit.org/show_bug.cgi?id=26003 Has inconsistent font selection behavior compared with other GTK2 apps]
    41  * [https://bugs.webkit.org/show_bug.cgi?id=26741 Share complex text support with Chromium Linux]
    42  * [https://bugs.webkit.org/show_bug.cgi?id=27442 Split FontPlatformData into FontPlatformDataGtk and FontPlatformDataPango]
    43  * [https://bugs.webkit.org/show_bug.cgi?id=30532 Wrong font size calculated on google.com]
    44  * [https://bugs.webkit.org/show_bug.cgi?id=33299 CSS font-style: italic behavior]
    45  * [https://bugs.webkit.org/show_bug.cgi?id=36548 Wrong font instantiated from an unknown font family]
    46  * [https://bugs.webkit.org/show_bug.cgi?id=37984 WebKit freetype backend doesn't support "locl" tables]
    47  * [https://bugs.webkit.org/show_bug.cgi?id=41091 Fails to apply web fonts in some cases]
    48  * [https://bugs.webkit.org/show_bug.cgi?id=42400 TypeKit (web) fonts not rendered]
     54