gecko-dev/layout/xul/tree
Emilio Cobos Álvarez f7522ae728 Bug 1447358: Unifdef the old style system code. r=jwatt
Summary:
This has been automatically generated using:

  http://dotat.at/prog/unifdef/

And:

find $OBJDIR -type f -name '*.h' |
while read FILE; do
  echo "$FILE"
  unifdef -m -DMOZ_STYLO -UMOZ_OLD_STYLE "$FILE";
done

find $OBJDIR -type f -name '*.cpp' |
while read FILE; do
  echo "$FILE"
  unifdef -m -DMOZ_STYLO -UMOZ_OLD_STYLE "$FILE";
done

MozReview-Commit-ID: I4NdKqbMXzJ

Reviewers: jwatt

Bug #: 1447358

Differential Revision: https://phabricator.services.mozilla.com/D779
2018-03-21 10:20:34 +01:00
..
crashtests Backed out changeset ba4ac537f9a4 (bug 1428087) because the assertion didn't reproduce anymore 2018-02-26 01:35:54 +02:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
nsITreeBoxObject.idl Bug 1438512. Bring back nsITreeBoxObject::SetView, because Thunderbird uses it. r=gijs 2018-02-15 09:41:50 -05:00
nsITreeColumns.idl Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao 2018-01-18 10:36:05 +00:00
nsITreeContentView.idl
nsITreeSelection.idl
nsITreeView.idl Bug 1444686 part 9. Remove use of nsIDOMDataTransfer from nsITreeView. r=mystor 2018-03-13 16:24:00 -04:00
nsTreeBodyFrame.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsTreeBodyFrame.h Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao 2018-01-18 10:36:05 +00:00
nsTreeColFrame.cpp Bug 1436904 - Part 1: Add a static constructor function for display items. r=Bas 2018-02-13 13:43:28 +13:00
nsTreeColFrame.h Bug 1400618 part 1 - Collect NAC / generated content and call DestroyAnonymousContent / UnbindFromTree on those after the frames are destroyed. r=bz 2017-11-07 01:20:33 +01:00
nsTreeColumns.cpp Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao 2018-01-18 10:36:05 +00:00
nsTreeColumns.h Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00
nsTreeContentView.cpp Bug 1444686 part 9. Remove use of nsIDOMDataTransfer from nsITreeView. r=mystor 2018-03-13 16:24:00 -04:00
nsTreeContentView.h Bug 1444686 part 9. Remove use of nsIDOMDataTransfer from nsITreeView. r=mystor 2018-03-13 16:24:00 -04:00
nsTreeImageListener.cpp Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00
nsTreeImageListener.h Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00
nsTreeSelection.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsTreeSelection.h Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00
nsTreeStyleCache.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsTreeStyleCache.h Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00
nsTreeUtils.cpp Bug 1425440 - Get rid of GetChildAt_Deprecated in nsTreeUtils, r=catalinb 2018-01-03 16:28:07 +01:00
nsTreeUtils.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
TreeBoxObject.cpp Bug 1438512. Bring back nsITreeBoxObject::SetView, because Thunderbird uses it. r=gijs 2018-02-15 09:41:50 -05:00
TreeBoxObject.h Bug 1437654. Drop the nsINativeTreeView stuff, since it's all not working anyway. r=gijs 2018-02-13 13:53:52 -05:00