Open
Bug 1308356
Opened 8 years ago
Updated 2 years ago
Remove nsBidiPresUtils::CalculateCharType
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Core
Layout: Text and Fonts
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: xidorn, Unassigned)
Details
Per bug 1307842 comment 6, most of logic in nsBidiPresUtils::CalculateCharType is no longer necessary given the bidi support nowadays.
We may want to remove that function completely and simplify the corresponding code in nsBidiPresUtils::ProcessText.
We still need to calculate char type for numerical shaping, but those logic can be merged into nsBidiPresUtils::FormatUnicodeText.
Comment 1•8 years ago
|
||
Too late for firefox 52, mass-wontfix.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•