Closed
Bug 797863
Opened 13 years ago
Closed 13 years ago
update graphite2 library to release 1.2
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(3 files)
255.57 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
1.91 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
3.23 KB,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #667976 -
Flags: review?(jdaggett)
Assignee | ||
Comment 2•13 years ago
|
||
A few minor fixes that tryserver tells me we need to keep our compilers happy. (Also reported upstream.)
Attachment #667977 -
Flags: review?(jdaggett)
Assignee | ||
Comment 3•13 years ago
|
||
And a hack to work around brokenness in stl_wrappers, as per bug 721839
Attachment #667979 -
Flags: review?(jdaggett)
Updated•13 years ago
|
Attachment #667976 -
Flags: review?(jdaggett) → review+
Comment 4•13 years ago
|
||
Comment on attachment 667977 [details] [diff] [review]
fixes for minor build problems in graphite2 v1.2
Why does the GRAPHITE2_NFILEFACE need to be moved around? Just curious...
Attachment #667977 -
Flags: review?(jdaggett) → review+
Updated•13 years ago
|
Attachment #667979 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Because when that is defined, the entire content of the FileFace.h header is #ifdef'd out, with the result that the graphite2 namespace isn't declared. clang complains at the residual "using namespace" line when it hasn't heard of the namespace at all.
(I expect upstream didn't hit this because they don't build with GRAPHITE2_NFILEFACE.)
Assignee | ||
Comment 6•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4ac301ef8549
https://hg.mozilla.org/integration/mozilla-inbound/rev/9b66a5345614
https://hg.mozilla.org/integration/mozilla-inbound/rev/84e4bf4bcb87
Target Milestone: --- → mozilla19
Comment 7•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4ac301ef8549
https://hg.mozilla.org/mozilla-central/rev/9b66a5345614
https://hg.mozilla.org/mozilla-central/rev/84e4bf4bcb87
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•