Closed
Bug 1851787
Opened 1 year ago
Closed 1 year ago
Be consistent with passing a PostDestroyData argument to nsIFrame::Destroy.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
119 Branch
People
(Reporter: emilio, Assigned: emilio)
References
Details
Crash Data
Attachments
(1 file)
No description provided.
Flags: needinfo?(emilio)
Assignee | ||
Comment 1•1 year ago
|
||
This prevents anonymous content getting destroyed at weird times
during frame destruction.
Depends on D187692
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf8445fff252
Plumb a DestroyContext through all functions that can destroy frames. r=dholbert
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/2e516d053473
Reduce the amount of stack space ConstructFrameFromItemInternal takes.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/a782a47407d8
Annotate a mochitest that no longer asserts.
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cf8445fff252
https://hg.mozilla.org/mozilla-central/rev/2e516d053473
https://hg.mozilla.org/mozilla-central/rev/a782a47407d8
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Comment 9•1 year ago
|
||
Copying crash signatures from duplicate bugs.
Crash Signature: [@ nsINode::NodeType]
Comment 10•1 year ago
|
||
Copying crash signatures from duplicate bugs.
Crash Signature: [@ nsINode::NodeType] → [@ nsINode::NodeType]
[@ ServoComputedData::StyleDisplay]
Updated•1 year ago
|
Crash Signature: [@ nsINode::NodeType]
[@ ServoComputedData::StyleDisplay] → [@ nsINode::NodeType]
[@ ServoComputedData::StyleDisplay]
Flags: needinfo?(emilio)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
Updated•1 year ago
|
Updated•1 year ago
|
Comment 15•1 year ago
•
|
||
status-firefox-esr115:
--- → fixed
tracking-firefox-esr115:
--- → 119+
Comment 16•1 year ago
|
||
uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•