Bug 43898
Summary: | Font mapping error messages are printed in opening http://code.google.com/webfonts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuzo Fujishima <yuzo> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bfulgham, hamaji, hayato |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 | ||
URL: | http://code.google.com/webfonts |
Yuzo Fujishima
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())
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
The relevant website no longer exists.