Status
()
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Tracking
({dev-doc-complete})
Firefox Tracking Flags
(Not tracked)
Details
(Whiteboard: [wdc])
Attachments
(1 attachment)
3.53 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Document.renameNode has never been implemented, and has been removed from Web DOM Core, we should remove it from the IDL as well. Patch coming up.
(Assignee) | ||
Comment 1•8 years ago
|
||
Created attachment 518065 [details] [diff] [review] Patch v1 As promised.
Attachment #518065 -
Flags: review?(jonas)
Attachment #518065 -
Flags: review?(jonas) → review+
![]() |
||
Comment 2•8 years ago
|
||
Needs IID changes for things inheriting from nsIDOMDocument.
Whiteboard: [wdc][needs landing] → [wdc][needs landing][not-ready-for-cedar]
(Assignee) | ||
Updated•8 years ago
|
No longer depends on: 610267
Whiteboard: [wdc][needs landing][not-ready-for-cedar] → [wdc][need gk2.2 ship]
(Assignee) | ||
Comment 3•8 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4e6378990125 I don't think this needs an awful lot of docs, the only things that changed here is that document.renameNode === undefined and that document.renameNode() throws a different exception.
Status: ASSIGNED → RESOLVED
Last Resolved: 8 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Whiteboard: [wdc][need gk2.2 ship] → [wdc]
Target Milestone: --- → mozilla6
Comment 4•8 years ago
|
||
Documentation updated by removing it renameNode from the list of methods here: https://developer.mozilla.org/en/DOM/document I'm not mentioning this on Firefox 6 for developers since the method was never implemented anyway.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•