Closed
Bug 1460735
Opened 5 years ago
Closed 5 years ago
Remove nsIDOMDocument
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: adrian17, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
15.82 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
11.65 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → adrian.wielgosik
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Assignee: adrian.wielgosik → nobody
Status: ASSIGNED → NEW
![]() |
Assignee | |
Comment 1•5 years ago
|
||
There are some places where we have a thing which may not even be a node, and we end up hardcoding the value of DOCUMENT_NODE there, because "foo.nodeType == foo.DOCUMENT_NODE" will test true if foo is not a node: both sides will be undefined.
Attachment #8980503 -
Flags: review?(kyle)
![]() |
Assignee | |
Updated•5 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•5 years ago
|
||
Attachment #8980504 -
Flags: review?(kyle)
Updated•5 years ago
|
Attachment #8980503 -
Flags: review?(kyle) → review+
Updated•5 years ago
|
Attachment #8980504 -
Flags: review?(kyle) → review+
Pushed by bzbarsky@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b36aa930a8a part 1. Remove use of nsIDOMDocument in JS. r=qdot https://hg.mozilla.org/integration/mozilla-inbound/rev/35a9ad46b395 part 2. Remove nsIDOMDocument. r=qdot
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3b36aa930a8a https://hg.mozilla.org/mozilla-central/rev/35a9ad46b395
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•