Closed
Bug 1616964
Opened 5 years ago
Closed 5 years ago
Remove support for "loadAsInteractiveData" command in XMLDocument
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: christoph-wa, Assigned: christoph-wa)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
"loadAsInteractiveData" was only used in https://searchfox.org/mozilla-esr60/source/dom/xbl/nsXBLService.cpp now as XBL is removed https://searchfox.org/mozilla-central/source/dom/xml/XMLDocument.cpp#254 is dead code and mLoadedAsInteractiveData is always false
Comment 1•5 years ago
|
||
Good catch, looks like a nice cleanup.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → christoph-wa
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 3•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:christoph-wa, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(christoph-wa)
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a67feb56ec8
Remove support for "loadAsInteractiveData" in XMLDocument r=smaug
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(christoph-wa)
You need to log in
before you can comment on or make changes to this bug.
Description
•