Closed
Bug 116147
Opened 22 years ago
Closed 22 years ago
meta bug: summary for reviews/super-reviews of FreeType2 checkin
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: bstell, Assigned: bstell)
References
Details
this bug is a meta bug to help organize the review process for the FreeType2 code
Assignee | ||
Comment 1•22 years ago
|
||
the attachments for these bugs are required to make a complete checkin: bug 116148, bug 116149, bug 116150, bug 116151, bug 116153, bug 116154, and bug 116155
Assignee | ||
Comment 2•22 years ago
|
||
The sub bugs have changes/additions to the following files: bug 116149 gfx/public/Makefile.in gfx/public/nsNameValuePairDB.h gfx/src/Makefile.in gfx/src/nsNameValuePairDB.cpp bug 116150 gfx/public/nsCompressedCharMap.h gfx/src/nsCompressedCharMap.cpp bug 116151 gfx/src/gtk/nsFreeType.h gfx/src/gtk/nsFreeType.cpp bug 116153 gfx/src/gtk/nsFontMetricsGTK.cpp gfx/src/gtk/nsFontMetricsGTK.h modules/libpref/src/unix/unix.js bug 116154 gfx/src/gtk/nsFontCatalog.h gfx/src/gtk/nsFontCatalog.cpp bug 116155 gfx/src/gtk/nsX11AlphaBlend.h gfx/src/gtk/nsX11AlphaBlend.cpp gfx/src/gtk/nsRenderingContextGTK.cpp gfx/src/gtk/nsAntiAliasedGlyph.h gfx/src/gtk/nsAntiAliasedGlyph.cpp gfx/src/gtk/nsXFontAAScaledBitmap.cpp
Comment 3•22 years ago
|
||
bstell: Can we put all new files in gfx/src/gtk/ which are not explicitly GTK+-specific per design into mozilla/gfx/src/x11shared/ , please ? Otherwise I would have to move the files once I port the code to Xlib toolkit ... AFAIK this includes -- snip -- gfx/src/gtk/nsFreeType.h gfx/src/gtk/nsFreeType.cpp gfx/src/gtk/nsFontCatalog.h gfx/src/gtk/nsFontCatalog.cpp -- snip --
Assignee | ||
Comment 4•22 years ago
|
||
I will work on this
Assignee | ||
Comment 5•22 years ago
|
||
Roland: can you create a Makefile.in for this?
Comment 6•22 years ago
|
||
Brian Stell wrote:
> Roland: can you create a Makefile.in for this?
Sure. But it's very easy - look at the Xprint module Makefile.in
(gfx/src/xprint/Makefile.in). The module uses some sources from Xlib toolkit,
follow the usage of the XLIB_LCPPSRCS symbol.
If you have problems then symlink the shared sources from
mozilla/gfx/src/x11shared/ to mozilla/gfx/src/gtk/ in your tree for development,
make the patch and attach it to the matching bug - I'll post the Makefile.in
patch then...
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Comment 7•22 years ago
|
||
all the parts have been checked in marking fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
QA Contact: teruko → bstell
Assignee | ||
Comment 8•22 years ago
|
||
all the parts are in so I'm closing out this "meta" bug
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•