Closed
Bug 978626
Opened 11 years ago
Closed 11 years ago
Stop exporting the skia symbols from xul.dll
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
2.39 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
Currently we're exporting around 3000 skia symbols from xul.dll which is a waste of disk space and just bloats xul.dll.
One problem is that configure.in defines both SKIA_DLL and GR_DLL. This was added in bug 849207, and it seems like the define should have gone inside the Makefile.in then. Another issue is the {SKIA,GR}_IMPLEMNETATION defines in the moz.build.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8384350 -
Flags: review?(jmuizelaar)
Updated•11 years ago
|
Attachment #8384350 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Touched clobber:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f32948046d7b
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•