Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Issue 17624: Add m_isGlyphLookupMode to UniscribeHelper class and set it to true when fill... (Closed)

Created:
11 years, 11 months ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add m_isGlyphLookupMode to UniscribeHelper class and set it to true when filling up glyph pages for non-BMP codepoints. When it's set to true, UniscribeHelper does not do its own font fallback. Neither does it glyph placement. Font fallback will be taken care of in the simple script font path. For simple script, glyph placement is not necessary. BUG=6303 TEST=http://i18nl10n.com/chrome/nonbmp2.html (see also http://crbug.com/6304) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8483

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M third_party/WebKit/WebCore/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelper.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelper.cpp View 1 4 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jungshik at Google
11 years, 11 months ago (2009-01-12 22:12:01 UTC) #1
brettw
I'm a little concerned about FillScreenOrder not doing anything, since not having the screen order ...
11 years, 11 months ago (2009-01-13 17:55:18 UTC) #2
jungshik at Google
On 2009/01/13 17:55:18, brettw wrote: > I'm a little concerned about FillScreenOrder not doing anything, ...
11 years, 11 months ago (2009-01-14 00:30:11 UTC) #3
jungshik at Google
On 2009/01/14 00:30:11, Jungshik Shin wrote: > On 2009/01/13 17:55:18, brettw wrote: > > What ...
11 years, 11 months ago (2009-01-14 08:35:50 UTC) #4
brettw
11 years, 11 months ago (2009-01-14 21:42:56 UTC) #5
LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698