Closed
Bug 105405
Opened 23 years ago
Closed 22 years ago
DOM bugs for Mozilla 1.0
Categories
(Core Graveyard :: Tracking, defect)
Core Graveyard
Tracking
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: fabian, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4+)
Gecko/20010919
BuildID: 20011018
* Please do not begin a discussion in this bug, but in a newsgroup or by mail.
* If you add yourself to the CC list, please do not add a comment.
This is the tracking bug for the bugs the developers consider as stop-ship for
Mozilla 1.0. *Please* do not change the dependancy tree of this bug if you are
not a developer.
Reproducible: Always
Steps to Reproduce:
1. Blah
2.
3.
Actual Results: Bleh
Expected Results: Bluh
As I proposed in my mail, the first phase is to have the developers add the
relevant bugs as blocking this one.
When that is done I will ask the web-developers to nominate bugs based on the 5
points Brendan suggested in his manifesto (see the URL field), and after
discussion with the mozilla developers I will add them if necessary as blocking
this bug.
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
Bug #106096. Complete the NOT_IMPLEMENTED methods for XULDocument (insertAfter
insertBefore etc.) Only need to insert PI's, DOCTYPE and comment nodes.
Not a Mozilla show stopper. Without these methods it is impossible to add new
style sheets dynamically. This feature is essential for an XUL IDE I am
developing. The requirement is to insert new style sheets and to maintain style
rules using a style editor.
Note: These methods hae been implemented for HTMLDocument.
Reporter | ||
Comment 2•23 years ago
|
||
I'm adding bug 52334 based on the severity of the problem and the fact that
there is a fix in the works.
For Peter's XULDocument bugs, the proper fix is to make nsXULDocument inherit
from nsDocument, but that is not something we plan to do before 1.0 unless
someone contributes a fix, because it is high risk and would take a lot of time.
Reporter | ||
Comment 3•22 years ago
|
||
1.0 is out, marking FIXED. Glad to note that the few bugs in the dependancy list
have been fixed for 1.0 :-)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•