gecko-dev/layout/xul/tree
Mats Palmgren 1242172259 Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame
nsIFrame::mClass is of type enum class nsQueryFrame::ClassID which is
a strict subset of the nsQueryFrame::FrameIID values.  For a concrete
frame class, its FrameIID is the same numeric value as its ClassID.

MozReview-Commit-ID: 1N0AkCGo1ol
2017-05-26 12:11:11 +02:00
..
crashtests Bug 1334768 - stylo: Back out 800030115d2e and 404506488cfb for being completely wrong due to bug 1334938. 2017-01-30 16:49:54 +08:00
TreeBoxObject.cpp Bug 1356440 - Favicons of bookmarks views don't update on visit. r=mrbkap,past,enndeakin 2017-04-19 11:41:49 +02:00
TreeBoxObject.h Bug 1356440 - Favicons of bookmarks views don't update on visit. r=mrbkap,past,enndeakin 2017-04-19 11:41:49 +02:00
moz.build Bug 835981 part 1. Switch nsIDOMXULElement::GetBuilder consumers to nsXULElement instead. r=peterv 2017-02-02 10:32:57 -05:00
nsITreeBoxObject.idl Bug 1356440 - Favicons of bookmarks views don't update on visit. r=mrbkap,past,enndeakin 2017-04-19 11:41:49 +02:00
nsITreeColumns.idl
nsITreeContentView.idl
nsITreeSelection.idl
nsITreeView.idl
nsTreeBodyFrame.cpp Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame 2017-05-26 12:11:11 +02:00
nsTreeBodyFrame.h Bug 1364805 part 1 - Make every concrete frame class be a NS_DECL_QUERYFRAME_TARGET. r=jfkthame 2017-05-26 12:11:11 +02:00
nsTreeColFrame.cpp Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert 2017-05-02 03:50:16 +02:00
nsTreeColFrame.h Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame 2017-05-26 12:11:11 +02:00
nsTreeColumns.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
nsTreeColumns.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsTreeContentView.cpp Bug 1255069 - use UniquePtr for storage in nsTreeContentView; r=dholbert 2016-04-12 09:05:20 -05:00
nsTreeContentView.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsTreeImageListener.cpp
nsTreeImageListener.h
nsTreeSelection.cpp Bug 1342874 - (Part 8) DocGroup labeling for timer callbacks in nsTreeSelection. r=dholbert 2017-03-20 16:13:24 +08:00
nsTreeSelection.h Bug 1342874 - (Part 8) DocGroup labeling for timer callbacks in nsTreeSelection. r=dholbert 2017-03-20 16:13:24 +08:00
nsTreeStyleCache.cpp Bug 1359205 - Make XUL pseudo values nsICSSAnonBoxPseudo* instead of nsIAtom* and assert that IsTreePseudoElement() got a pseudo tag of the right type. r=bz 2017-04-26 17:54:43 +02:00
nsTreeStyleCache.h Bug 1359205 - Make XUL pseudo values nsICSSAnonBoxPseudo* instead of nsIAtom* and assert that IsTreePseudoElement() got a pseudo tag of the right type. r=bz 2017-04-26 17:54:43 +02:00
nsTreeUtils.cpp Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm. 2016-03-29 10:09:43 +11:00
nsTreeUtils.h