Closed
Bug 358823
Opened 18 years ago
Closed 18 years ago
dom_svg.xpt is missing from packages-os2
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
(Keywords: fixed-seamonkey1.1)
Attachments
(1 file)
1.44 KB,
patch
|
mkaply
:
review+
|
Details | Diff | Splinter Review |
dom_svg.xpt does not get packaged into OS/2 installer builds as it is not listed in packages-os2. This has the effect that some SVG functionality is missing (which works in a ZIP build).
Assignee | ||
Comment 1•18 years ago
|
||
Adding the missing line is easy enough. chrome.xpt was listed twice, I removed one instance. Should eventually go onto the 1.8 branch, too, where I would also remove the duplicate line imgicon.xpt and the line about the non-existing libimgicon.dll (both were already remove on trunk).
I'm also wondering why bin/components/mozcomps.xpt and bin/components/msgmdn.xpt are commented out in packages-os2 while they are packaged on Unix and Windows.
Comment 2•18 years ago
|
||
Comment on attachment 244138 [details] [diff] [review]
little cleanup
No idea on the other files - are those two files definitely in an OS/2 build?
Attachment #244138 -
Flags: review?(mozilla) → review+
Assignee | ||
Comment 3•18 years ago
|
||
OK, checked into trunk. You are right, the two other XPTs are not built on OS/2, although I didn't find out why not or what they are for, I added comments for that.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•18 years ago
|
||
Checked into 1.8 branch, too, so this fix will be in SeaMonkey 1.1.
Component: Build Config → Installer
Keywords: fixed-seamonkey1.1
You need to log in
before you can comment on or make changes to this bug.
Description
•