gecko-dev/layout/xul/tree
Emilio Cobos Álvarez 52d097c513 Bug 1851868 - Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert
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.

Differential Revision: https://phabricator.services.mozilla.com/D187578
2023-09-07 11:46:30 +00:00
..
crashtests Bug 831008 - Make EventListenerManager assert when a legacy DOM mutation event listener is added in either chrome documents, native anonymous subtrees or the system event groups r=smaug 2023-06-27 04:20:17 +00:00
moz.build Bug 1820634 - Remove nsTreeColFrame. r=Gijs 2023-03-07 10:32:32 +00:00
nsITreeSelection.idl
nsITreeView.idl
nsTreeBodyFrame.cpp Bug 1851868 - Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert 2023-09-07 11:46:30 +00:00
nsTreeBodyFrame.h Bug 1851868 - Refactor nsIFrame::Destroy to pass a single DestroyContext parameter. r=dholbert 2023-09-07 11:46:30 +00:00
nsTreeColumns.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
nsTreeColumns.h Bug 1820634 - Remove nsTreeColFrame. r=Gijs 2023-03-07 10:32:32 +00:00
nsTreeContentView.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
nsTreeContentView.h
nsTreeImageListener.cpp
nsTreeImageListener.h
nsTreeSelection.cpp Bug 1829570 - part 2: Add an overload of AsyncEventDispatcher::RunDOMEventWhenSafe r=smaug 2023-05-15 01:07:29 +00:00
nsTreeSelection.h
nsTreeStyleCache.cpp Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers 2023-03-01 19:04:17 +00:00
nsTreeStyleCache.h
nsTreeUtils.cpp
nsTreeUtils.h