Closed
Bug 1851868
Opened 1 year ago
Closed 1 year ago
Refactor nsIFrame::Destroy to pass a single DestroyContext parameter.
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
119 Branch
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
This shouldn't change behavior, but it packs the two arguments to
DestroyFrom into a single thing, and makes nsIFrame::Destroy not so easy
to call without a previous context.
This is a prerequisite to pass aDestroyContext to various things that
right now just mint one, which can cause badness, see bug 1851787 and
related bugs.
It's also a bit nicer to add things there if we need to in the future.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55052ae7d067
Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert
Comment 3•1 year ago
|
||
Backed out for reftest failure on 1153695.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/8987306509494248ca5c40165f6330d31bf74d8e
Log link: https://treeherder.mozilla.org/logviewer?job_id=428199433&repo=autoland&lineNumber=332755
Flags: needinfo?(emilio)
Updated•1 year ago
|
Attachment #9351846 -
Attachment description: Bug 1851868 - Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=#layout-reviewers → Bug 1851868 - Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0acb0f0a8cdc
Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
Comment 5•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•1 year ago
|
status-firefox-esr115:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•