Closed
Bug 754872
Opened 13 years ago
Closed 13 years ago
Avoid using two passes for glyph overlap on mobile
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
|
3.62 KB,
patch
|
joe
:
review+
blassey
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Chrome & Safari both use a single pass for overlapping glyphs. We shouldn't try so hard when running on mobile.
Attachment #623692 -
Flags: review?(joe)
Updated•13 years ago
|
Attachment #623692 -
Flags: review?(joe) → review+
Comment 1•13 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
| Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 623692 [details] [diff] [review]
Avoid using two passes for glyph overlap on mobile
[Approval Request Comment]
Bug caused by (feature/regressing bug #): None
User impact if declined: Slower text rendering
Testing completed (on m-c, etc.): Been on mozilla-central for a while
Risk to taking this patch (and alternatives if risky): Mobile only, possible incorrect rendering, but the patch is just avoiding a slow path. It shouldn't add any new bugs.
Attachment #623692 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
tracking-fennec: --- → +
blocking-fennec1.0: ? → soft
Updated•13 years ago
|
Attachment #623692 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
status-firefox14:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•