gecko-dev/layout/xul
Kirk Steuber 44aeb05573 Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D59762

--HG--
extra : rebase_source : e70a0b95e3f878fa57d4af134e5ed7d16200467c
2020-01-22 17:23:47 +01:00
..
crashtests Bug 1603830 - Replace XULElement.ordinal with el.style.MozBoxOrdinalGroup r=bgrins 2020-01-06 20:02:43 +00:00
grid Bug 1604009 - Remove dead assignments from nsGridRowGroupLayout functions. r=dbaron 2019-12-15 18:57:44 +00:00
reftest Bug 1595877, replace some .xul test files (crashtests and reftests) in layout/ with .xhtml r=dholbert 2019-11-16 01:02:44 +00:00
test Bug 1600191 - Make test_bug159346.xhtml specify min-height and min-width of scrollbar button to avoid native theme difference r=NeilDeakin 2019-12-27 15:24:48 +00:00
tree Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins 2020-01-22 17:23:47 +01:00
moz.build Bug 1601076 - Fix some broken BUG_COMPONENTS in moz.build files; r=jmaher 2019-12-04 13:55:45 +00:00
nsBox.cpp Bug 1607575 - Remove support for the XUL ordinal attribute r=bgrins,bz 2020-01-21 18:46:13 +01:00
nsBox.h Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsBoxFrame.cpp Bug 1607575 - Remove support for the XUL ordinal attribute r=bgrins,bz 2020-01-21 18:46:13 +01:00
nsBoxFrame.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
nsBoxLayout.cpp
nsBoxLayout.h
nsBoxLayoutState.cpp
nsBoxLayoutState.h
nsButtonBoxFrame.cpp Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsButtonBoxFrame.h Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsDeckFrame.cpp Bug 1601856 : convert NS_STYLE_VISIBILITY_* to an enum class in nsStyleConsts.h r=emilio 2019-12-13 05:34:38 +00:00
nsDeckFrame.h
nsDocElementBoxFrame.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsGroupBoxFrame.cpp
nsImageBoxFrame.cpp Bug 1598480 - Make SVG images respond to theme changes. r=tnikkel,emilio 2019-12-13 02:04:07 +00:00
nsImageBoxFrame.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsIPopupContainer.h
nsIScrollbarMediator.h
nsLeafBoxFrame.cpp Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsLeafBoxFrame.h Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsMenuBarFrame.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsMenuBarFrame.h
nsMenuBarListener.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsMenuBarListener.h
nsMenuFrame.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsMenuFrame.h
nsMenuParent.h
nsMenuPopupFrame.cpp Bug 1601990 : convert NS_STYLE_POINTER_EVENTS_* to an enum class in nsStyleConsts.h r=emilio 2019-12-12 10:24:16 +00:00
nsMenuPopupFrame.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsPopupSetFrame.cpp
nsPopupSetFrame.h
nsRepeatService.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsRepeatService.h
nsResizerFrame.cpp Bug 1597488 - Fix uses of nsResizerFrame::GetContentToResize in layout/xul/nsResizerFrame.cpp. r=emilio 2020-01-04 19:35:50 +00:00
nsResizerFrame.h
nsRootBoxFrame.cpp Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsScrollbarButtonFrame.cpp Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsScrollbarButtonFrame.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsScrollbarFrame.cpp Bug 1609996 - Remove mozilla::Swap in favor of std::swap. r=froydnj 2020-01-20 16:17:06 +00:00
nsScrollbarFrame.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsSliderFrame.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsSliderFrame.h
nsSplitterFrame.cpp Bug 1609996 - Remove mozilla::Swap in favor of std::swap. r=froydnj 2020-01-20 16:17:06 +00:00
nsSplitterFrame.h
nsSprocketLayout.cpp
nsSprocketLayout.h
nsStackLayout.cpp Bug 1576946 - Remove nsStackFrame platform code. r=mats 2019-11-12 19:50:19 +00:00
nsStackLayout.h
nsTextBoxFrame.cpp Bug 1609996 - Remove mozilla::Swap in favor of std::swap. r=froydnj 2020-01-20 16:17:06 +00:00
nsTextBoxFrame.h
nsTitleBarFrame.cpp Bug 1597489 - followup: formatting. r=emilio 2020-01-09 09:58:56 +00:00
nsTitleBarFrame.h Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsXULLabelFrame.cpp
nsXULLabelFrame.h
nsXULPopupManager.cpp Bug 1609338 - Optimize usage and implementation of UIEvent::GetRangeParent() and UIEvent::RangeOffset() r=smaug 2020-01-17 01:23:12 +00:00
nsXULPopupManager.h Bug 1609338 - Optimize usage and implementation of UIEvent::GetRangeParent() and UIEvent::RangeOffset() r=smaug 2020-01-17 01:23:12 +00:00
nsXULTooltipListener.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsXULTooltipListener.h