Closed
Bug 1524683
Opened 6 years ago
Closed 6 years ago
DeCOM nsIFrameLoaderOwner
Categories
(Core :: DOM: Navigation, enhancement, P2)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: qdot, Assigned: qdot)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
Only has one noscript function, MozFrameLoaderOwner already exists in WebIDL. This can be cleaned up.
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Any time we QI to nsIFrameLoaderOwner in tests, we're really accessing
a MozFrameLoader. We don't need to be doing that anymore.
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D19727
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D19728
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D19729
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Fission Milestone: --- → M1
Updated•6 years ago
|
Whiteboard: [2/14] patches under review
Updated•6 years ago
|
Status: NEW → ASSIGNED
Pushed by kmachulis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ccf4752b05a
Remove nsIFrameLoaderOwner from tests; r=nika
https://hg.mozilla.org/integration/autoland/rev/4c8b0589a4c8
Add nsFrameLoaderOwner class; r=nika
https://hg.mozilla.org/integration/autoland/rev/a11e3f4d19db
Move all nsIFrameLoaderOwner references to nsFrameLoaderOwner; r=nika
https://hg.mozilla.org/integration/autoland/rev/51e0522e1ee9
Remove nsIFrameLoaderOwner; r=nika
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6ccf4752b05a
https://hg.mozilla.org/mozilla-central/rev/4c8b0589a4c8
https://hg.mozilla.org/mozilla-central/rev/a11e3f4d19db
https://hg.mozilla.org/mozilla-central/rev/51e0522e1ee9
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Whiteboard: [2/14] patches under review
You need to log in
before you can comment on or make changes to this bug.
Description
•