Closed
Bug 548177
Opened 15 years ago
Closed 15 years ago
remove ATSUI rendering code
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a2
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
|
58.47 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
Now that mozilla-central does not need to support pre-10.5 Mac systems, we can get rid of the ATSUI-based font code and use Core Text exclusively. This simplifies the codebase, and removes our exposure to flaky (not-well-maintained) ATSUI APIs.
| Assignee | ||
Updated•15 years ago
|
Attachment #428601 -
Attachment is patch: true
Attachment #428601 -
Attachment mime type: application/octet-stream → text/plain
Attachment #428601 -
Flags: review?(jdaggett)
Comment 1•15 years ago
|
||
Comment on attachment 428601 [details] [diff] [review]
patch, v1: remove ATSUI font code
Great! Bye bye ATSUI...
Attachment #428601 -
Flags: review?(jdaggett) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → jfkthame
Target Milestone: --- → mozilla1.9.3a2
Comment 3•15 years ago
|
||
You missed to remove
{
/config/autoconf.mk.in
* line 92 -- MOZ_CORETEXT = @MOZ_CORETEXT@
}
| Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> You missed to remove
> {
> /config/autoconf.mk.in
> * line 92 -- MOZ_CORETEXT = @MOZ_CORETEXT@
> }
Oops. Thanks for noticing, pushed fix:
http://hg.mozilla.org/mozilla-central/rev/3e17491d8e32
You need to log in
before you can comment on or make changes to this bug.
Description
•