[Webkit-unassigned] [Bug 43898] New: Font mapping error messages are printed in opening http://code.google.com/webfonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 01:06:06 PDT 2010


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

           Summary: Font mapping error messages are printed in opening
                    http://code.google.com/webfonts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://code.google.com/webfonts
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com
                CC: hamaji at chromium.org, hayato at chromium.org


How to reproduce.

1. Check out WebKit (I tried with r65221)
2. $ build-webkit --debug
3. $ run-safari --debug
4. Open http://code.google.com/webfonts
5. You'll see the following in the terminal you did 3.

$ run-safari --debug
Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /<WebKitDir>/WebKit/WebKitBuild/Debug.
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())
ERROR: Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.
(/<WebKitDir>/WebKit/WebCore/platform/graphics/SimpleFontData.cpp:166 void WebCore::SimpleFontData::platformGlyphInit())

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