Closed Bug 639849 Opened 14 years ago Closed 14 years ago

Remove nsIDOM3Document

Categories

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

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla5

People

(Reporter: Ms2ger, Assigned: Ms2ger)

References

Details

Attachments

(2 files, 2 obsolete files)

Attached patch Patch v1 (obsolete) — Splinter Review
No description provided.
Attachment #517750 - Flags: review?(bzbarsky)
Flags: in-testsuite-
Looks like this needs bug 589894 to apply.
Depends on: 589894
Whiteboard: [needs review]
Comment on attachment 517750 [details] [diff] [review] Patch v1 >+++ b/dom/base/nsGlobalWindow.cpp >+ nsCOMPtr<nsIDOMDocument> domdoc = do_QueryInterface(mDoc); >+ if (domdoc) >+ domdoc->GetDocumentURI(documentURI); Just do: mDocument->GetDocumentURI(documentURI); >+ nsCOMPtr<nsIDOMDocument> domdoc = do_QueryInterface(mDoc); >+ if (domdoc) >+ domdoc->GetDocumentURI(documentURI); Likewise. r=me with those nits.
Attachment #517750 - Flags: review?(bzbarsky) → review+
No longer depends on: 589894
Whiteboard: [needs review] → [needs landing]
Attached patch Patch for checkin (obsolete) — Splinter Review
Attachment #517750 - Attachment is obsolete: true
Attachment #518787 - Attachment is obsolete: true
Keywords: checkin-needed
Whiteboard: [needs landing]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Target Milestone: --- → mozilla2.2
Depends on: 646184
Shouldn't this have rev'd IIDs on all interfaces that derive from nsIDOMDocument? There are a bunch of crashes that seem to have showed up as a result of this, related to some Norton stuff and possibly other things -- and it's possible that it's not even really their fault.
Comment on attachment 522912 [details] [diff] [review] rev more IIDs r=me
Attachment #522912 - Flags: review?(bzbarsky) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: