Closed
Bug 77866
Opened 25 years ago
Closed 2 years ago
/java/dom/blackconnect module should be corrected
Categories
(Core Graveyard :: Java APIs for DOM, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sva, Assigned: ashuk)
Details
Due to changes of mozilla code of last 3 month blackconect module do not make.
Expected reasons are:
1. DOMString defined in /java/dom/blackconnect/dom/stubs/dom.idl as wstring,
but it also defined in nsrootidl.idl as
[ref, domstring] native DOMString(ignored);
[ref, domstring] native DOMStringRef(ignored);
[ptr, domstring] native DOMStringPtr(ignored);
This changes putbacked 01/25/2001 as a fix for bug 65762
2. Due to changes of xpidl compiler /java/dom/blackconnect/dom/stubs/dom.idl
do not make _xpidlgen/dom.h because constants defined in dom.idl cannot be
defined outside of interface.
| Assignee | ||
Comment 1•25 years ago
|
||
Vladimir & Alexei,
Pls file all JavaDOM bugs explicitly assigned to me (ashuk@eng.sun.com) until
Bug 77177 gets fixed.
thnx
| Assignee | ||
Comment 2•25 years ago
|
||
Akhil, pls reassign this bug to me. thnx.
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•