Bug 26924 - [Chromium] Linux: fix assertion when rendering google.com.kh.
Summary: [Chromium] Linux: fix assertion when rendering google.com.kh.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 10:28 PDT by Adam Langley
Modified: 2009-07-15 09:20 PDT (History)
0 users

See Also:


Attachments
patch (2.22 KB, patch)
2009-07-02 10:33 PDT, Adam Langley
eric: review-
Details | Formatted Diff | Diff
patch (4.54 KB, patch)
2009-07-02 15:47 PDT, Adam Langley
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Langley 2009-07-02 10:28:38 PDT
Some shapers (i.e. Khmer) will produce cluster logs which report that
/no/ code points contributed to certain glyphs. Because of this, we take any
code point which contributed to the glyph in question, or any subsequent glyph.
If we run off the end, then we take the last code point.
Comment 1 Adam Langley 2009-07-02 10:33:32 PDT
Created attachment 32187 [details]
patch
Comment 2 Eric Seidel (no email) 2009-07-02 11:18:52 PDT
Comment on attachment 32187 [details]
patch

Needs a layout test, or explanation as to why one is impossible.

I assume one is impossible because this requires special fonts to be installed?
Comment 3 Adam Langley 2009-07-02 15:47:03 PDT
Created attachment 32202 [details]
patch
Comment 4 Eric Seidel (no email) 2009-07-10 18:01:32 PDT
Comment on attachment 32202 [details]
patch

Fantastic.