Closed
Bug 81495
Opened 24 years ago
Closed 24 years ago
content/xsl/document/ generates layout.xpt
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bbaetz, Assigned: bbaetz)
Details
Attachments
(1 file)
|
956 bytes,
patch
|
Details | Diff | Splinter Review |
Its a bad idea to have two xpts with the same name. It turns out that both SVG's
dom idl (not in the tree yet) and content/xsl/document were generating a
layout.xpt. Depending on whether dom or content was built last, this meant that
SVG dom sometimes worked and sometimes didn't.
This isn't a problem in the current tree, but the xsl stuff should probably be
fixed. I would have preferred to set XPIDL_MODULE in the Makefile.in, but I'll
just do what content/xml/document/src does.
I've rebuilt with the unix changes and it builds. windows changes haven't been
tested.
diff coming up - can I get r/sr?
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
r=peterv.
Comment 3•24 years ago
|
||
sr=jst
| Assignee | ||
Comment 4•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•