Closed
Bug 234959
Opened 21 years ago
Closed 21 years ago
SVG GDIPlus String bustage
Categories
(Core :: SVG, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file, 1 obsolete file)
1.17 KB,
patch
|
alex
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
With Darin's string landing this busted.
mozilla/layout/svg/renderer/src/gdiplus/nsSVGGDIPlusGlyphMetrics.cpp(509)
: error C2665: 'ToLowerCase'
: none of the 3 overloads can convert parameter 1 from type 'class nsAutoString'
Assignee | ||
Comment 1•21 years ago
|
||
Darin and Boris helped with the patch but are not responsible for any errors.
![]() |
||
Comment 2•21 years ago
|
||
you shouldn't need the LOCAL_INCLUDES change, I would think.....
Assignee | ||
Comment 3•21 years ago
|
||
I tried it with just the change to the REQUIRES, but it couldn't find the
header. I don't know if this is the right way to fix it, but it built. ;-)
![]() |
||
Comment 4•21 years ago
|
||
Oh, hmm... what if you use "unicharutil" instead of "impl" in REQUIRES? It
looks like those are separate modules..
![]() |
||
Comment 5•21 years ago
|
||
er, instead of "intl"
Assignee | ||
Comment 6•21 years ago
|
||
patch v1 add unicharutil to REQUIRES instead of intl and don't mess with
LOCAL_INCLUDES builds depends fine for me.
Attachment #141779 -
Attachment is obsolete: true
![]() |
||
Comment 7•21 years ago
|
||
Comment on attachment 141782 [details] [diff] [review]
v1
sr=bzbarsky. ;)
Attachment #141782 -
Flags: superreview+
Attachment #141782 -
Flags: review?(alex)
Comment 8•21 years ago
|
||
r=darin if that helps.
Updated•21 years ago
|
Attachment #141782 -
Flags: review?(alex) → review+
![]() |
||
Updated•21 years ago
|
Assignee: alex → bc
![]() |
||
Comment 9•21 years ago
|
||
I've gone ahead and checked that patch in. Thanks for doing this, bc!
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•