Closed Bug 33871 Opened 24 years ago Closed 14 years ago

[trk] (DOM2 HTML) HTMLDOMImplementation

Categories

(Core :: DOM: Core & HTML, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 592827
Future

People

(Reporter: jst, Assigned: fabian)

Details

(Keywords: dom2, Whiteboard: [HAVE FIX])

Attachments

(1 file, 2 obsolete files)

      No description provided.
Status: NEW → ASSIGNED
Vidur, is this nsbeta2?
Target Milestone: --- → Future
Keywords: dom2
Component: DOM Level 2 → DOM Style
Taking QA Contact on all open or unverified DOM Style bugs...
QA Contact: vidur → ian
Nominating this bug for nsbeta1 on behalf of gerardok@netscape.com.
Keywords: nsbeta1
This bug got miscategorised as DOM Style instead of DOM HTML -- reassigning...
Status: ASSIGNED → NEW
Component: DOM Style → DOM HTML
QA Contact: ian → desale
Keywords: nsbeta1
Updating QA contact to Shivakiran Tummala.
QA Contact: desale → stummala
Note that this patch is NOT apply-able, it doesn't contain the makefile
changes. It also contains part of the patch to implement nsIDOMChromeWindow,
that part of the patch should be ignored! I included the new
nsIDOMHTMLDOMImplementation.idl file at the end of the diff so that it can be
reviewed, since it doesn't exist at the moment. Patch has been tested on linux.
CC'ing sicking for review
Keywords: mozilla1.0
Whiteboard: [HAVE FIX]
Oh yeah... the only known issue would be that HTMLDOMImplementation as a global
constructor is undefined. This is because DOMCI spit out an assertion when I did

DOM_CLASSINFO_MAP_BEGIN(DOMImplementation, nsIDOMHTMLDOMImplementation)

It complained about a name mismatch. So I had to leave the line as it was, i.e.

DOM_CLASSINFO_MAP_BEGIN(DOMImplementation, nsIDOMDOMImplementation)

I don't know if there's anything I can do about it.
Attachment #67607 - Attachment is obsolete: true
Attachment #67607 - Flags: needs-work+
Don't bother reviewing the patch, it's not complete, as sicking pointed out.
You can already review this if you want, but we'll have to wait for bug 30529
(nsIDOMChromeWindow changes) before checking this one in, otherwise there will
be conflicts, I think.
Note that the nsIDOMHTMLDOMImplementation.idl file is in the first attachment
of this bug.
Attachment #67663 - Attachment is obsolete: true
Comment on attachment 67922 [details] [diff] [review]
Proposed fix v3 (implement HTMLDOMImplementation)

+  // Set the title of the document, create a new <title> element

s/create/creating/

with that, r=sicking
Attachment #67922 - Flags: review+
Assigning to myself now that I have my account. Woohoo!
Thanks for the review, sicking :-)
Assignee: jst → hidday
Target Milestone: Future → mozilla0.9.9
per discussion with jst, marking future until this is actually useful.
Accepting.
Status: NEW → ASSIGNED
Keywords: mozilla1.0
Target Milestone: mozilla0.9.9 → Future
ummmm we claim to support HTML DOM both Level 1 and 2.
is this a no longer valid bug?
Alexey, this interface was removed from the HTML DOM spec at some point.
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
Shouldn't this be WONTFIX'd then? The DOM spec indeed no longer contains this: http://www.w3.org/TR/DOM-Level-2-HTML/html.html
Sorry, I mean it should be INVALID.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: