Closed
Bug 1547418
Opened 6 years ago
Closed 6 years ago
Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•6 years ago
|
Type: defect → task
| Assignee | ||
Comment 1•6 years ago
|
||
CapturingContentInfo struct is used only in PresShell.cpp so that we can
make it a private struct of PresShell if we move all users of them,
i.e., API to access them, from nsIPresShell to PresShell.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/91ac1bb728ef
Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment 4•6 years ago
|
||
Backout by ncsoregi@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/20d44dfc1b05
Backed out 2 changesets (bug 1547416, bug 1547418) for causing conflicts. a=backout
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/596be5bff8b9
Make CapturingContentInfo a private struct of PresShell and move APIs for it from nsIPresShell to PresShell r=smaug a=reland
Comment 6•6 years ago
|
||
Change relanded and conflict fixed.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•