Closed
Bug 1547618
Opened 2 years ago
Closed 2 years ago
Make dom use mozilla::PresShell directly rather than via nsIPresShell
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•2 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
Additionally, this patch makes nsContentUtils::DispatchXULCommand()
because
it guarantees the lifetime of only PresShell
in it. So, we need to check
the lifetime of each argument at each caller here.
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/75f2962e2a2e Make dom use mozilla::PresShell rather than via nsIPresShell r=smaug
![]() |
||
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•