gecko-dev/layout/xul
Phil Ringnalda c6417cc01e Back out 5 changesets (bug 881832) for failures in browser_html_tooltip-02.js
Backed out changeset 117e8e24d714 (bug 881832)
Backed out changeset 8a0d5df41cfb (bug 881832)
Backed out changeset 6b3c5e185b04 (bug 881832)
Backed out changeset 11106afdcbe7 (bug 881832)
Backed out changeset d711b7c19a43 (bug 881832)
2016-05-11 21:08:08 -07:00
..
crashtests Bug 1267054 - Annotate the android assertion a=testonly 2016-04-25 15:46:55 -07:00
grid Bug 1053986 - Rename nsIFrame::AddCSSPrefSize, AddCSSMinSize, AddCSSMaxSize, and AddCSSFlex by replacing CSS with XUL. r=dholbert 2016-04-20 21:28:34 -07:00
reftest
test Bug 1197913 - Keep the last hovered item highlighted after moving the cursor outside the <select> drop-down list on Windows. r=neil 2016-03-25 17:10:16 +08:00
tree Bug 1271869 - Rename NS_STYLE_TEXT_ALIGN_DEFAULT to NS_STYLE_TEXT_ALIGN_START. r=dholbert 2016-05-11 14:03:34 +10:00
BoxObject.cpp Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku 2016-03-31 12:46:32 +01:00
BoxObject.h
ContainerBoxObject.cpp
ContainerBoxObject.h
ListBoxObject.cpp
ListBoxObject.h
MenuBoxObject.cpp
MenuBoxObject.h
moz.build
nsBox.cpp Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
nsBox.h Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
nsBoxFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsBoxFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsBoxLayout.cpp Bug 1053986 - Rename nsIFrame::Layout to XULLayout, and related methods with the same name. r=dholbert 2016-04-20 21:28:32 -07:00
nsBoxLayout.h Bug 1053986 - Rename nsIFrame::Layout to XULLayout, and related methods with the same name. r=dholbert 2016-04-20 21:28:32 -07:00
nsBoxLayoutState.cpp
nsBoxLayoutState.h
nsButtonBoxFrame.cpp Bug 1256589 part.6 Move the implementation of IsTrusted() from dom::Event to WidgetEvent r=smaug 2016-03-17 16:01:30 +09:00
nsButtonBoxFrame.h Bug 1231256 (part 8) - Remove unused parameters from MouseClicked(). r=roc. 2015-12-07 15:30:05 -08:00
nsDeckFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsDeckFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsDocElementBoxFrame.cpp
nsGroupBoxFrame.cpp Bug 1227327 - Use regular background drawing for XUL groupbox frames. r=mattwoodrow 2016-04-27 17:45:21 -04:00
nsIBoxObject.idl
nsIBrowserBoxObject.idl
nsIContainerBoxObject.idl
nsIListBoxObject.idl
nsImageBoxFrame.cpp Bug 1206961 - Use channel->AsyncOpen2() for imageLoader; Remove security checks from callsites (r=bz) 2016-04-27 19:41:13 +02:00
nsImageBoxFrame.h Bug 1053986 - Rename nsIFrame::GetBoxAscent to GetXULBoxAscent. r=dholbert 2016-04-20 21:28:32 -07:00
nsIMenuBoxObject.idl
nsIRootBox.h
nsIScrollbarMediator.h Bug 1253860 - Don't update the scrollbar unless we're actually painting. r=mstange 2016-03-09 22:57:15 -05:00
nsIScrollBoxObject.idl
nsISliderListener.idl
nsLeafBoxFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsLeafBoxFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsListBoxBodyFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsListBoxBodyFrame.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsListBoxLayout.cpp Bug 1053986 - Rename nsIFrame::Redraw to XULRedraw. r=dholbert 2016-04-20 21:28:34 -07:00
nsListBoxLayout.h Bug 1053986 - Rename nsIFrame::Layout to XULLayout, and related methods with the same name. r=dholbert 2016-04-20 21:28:32 -07:00
nsListItemFrame.cpp Bug 1053986 - Rename nsIFrame::GetPrefSize to GetXULPrefSize, and related methods. r=dholbert 2016-04-20 21:28:31 -07:00
nsListItemFrame.h Bug 1053986 - Rename nsIFrame::GetPrefSize to GetXULPrefSize, and related methods. r=dholbert 2016-04-20 21:28:31 -07:00
nsMenuBarFrame.cpp Bug 1101975, handle access keys in content process before menus, r=masayuki 2016-05-11 08:56:42 -04:00
nsMenuBarFrame.h
nsMenuBarListener.cpp Bug 1101975, handle access keys in content process before menus, r=masayuki 2016-05-11 08:56:42 -04:00
nsMenuBarListener.h
nsMenuFrame.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsMenuFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsMenuParent.h
nsMenuPopupFrame.cpp Bug 1251634, release mouse capture when a context menu is opened, r=tn 2016-05-04 10:08:01 -04:00
nsMenuPopupFrame.h Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
nsPIBoxObject.h
nsPIListBoxObject.h
nsPopupSetFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsPopupSetFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsProgressMeterFrame.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsProgressMeterFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsRepeatService.cpp
nsRepeatService.h
nsResizerFrame.cpp Back out 5 changesets (bug 881832) for failures in browser_html_tooltip-02.js 2016-05-11 21:08:08 -07:00
nsResizerFrame.h Bug 1231256 (part 8) - Remove unused parameters from MouseClicked(). r=roc. 2015-12-07 15:30:05 -08:00
nsRootBoxFrame.cpp Bug 1053986 - Rename nsIFrame::SetLayoutManager to SetXULLayoutManager. r=dholbert 2016-04-20 21:28:33 -07:00
nsScrollbarButtonFrame.cpp Bug 1238137 - Telemetry pings for main thread scrollbar-driven scroll input methods. r=kats 2016-02-05 16:21:54 -05:00
nsScrollbarButtonFrame.h Bug 1231256 (part 8) - Remove unused parameters from MouseClicked(). r=roc. 2015-12-07 15:30:05 -08:00
nsScrollbarFrame.cpp Bug 1053986 - Rename nsIFrame::IsHorizontal to IsXULHorizontal, and related methods. r=dholbert 2016-04-20 21:28:34 -07:00
nsScrollbarFrame.h Bug 1053986 - Rename nsIFrame::GetMargin to GetXULMargin. r=dholbert 2016-04-20 21:28:33 -07:00
nsScrollBoxFrame.cpp Bug 1256589 part.6 Move the implementation of IsTrusted() from dom::Event to WidgetEvent r=smaug 2016-03-17 16:01:30 +09:00
nsSliderFrame.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsSliderFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsSplitterFrame.cpp Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsSplitterFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsSprocketLayout.cpp Bug 1053986 - Rename nsIFrame::DumpBox to XULDumpBox. r=dholbert 2016-04-20 21:28:34 -07:00
nsSprocketLayout.h Bug 1053986 - Rename nsIFrame::IsHorizontal to IsXULHorizontal, and related methods. r=dholbert 2016-04-20 21:28:34 -07:00
nsStackFrame.cpp Bug 1053986 - Rename nsIFrame::SetLayoutManager to SetXULLayoutManager. r=dholbert 2016-04-20 21:28:33 -07:00
nsStackFrame.h
nsStackLayout.cpp Bug 1053986 - Rename nsIFrame::GetClientRect to GetXULClientRect. r=dholbert 2016-04-20 21:28:33 -07:00
nsStackLayout.h Bug 1053986 - Rename nsIFrame::Layout to XULLayout, and related methods with the same name. r=dholbert 2016-04-20 21:28:32 -07:00
nsTextBoxFrame.cpp Bug 1270001 - Rename NS_STYLE_TEXT_TRANSFORM_FULLWIDTH to use underscores consistently. r=xidorn 2016-05-03 23:32:00 +02:00
nsTextBoxFrame.h Bug 1053986 - Rename nsBox::DoLayout to DoXULLayout. r=dholbert 2016-04-20 21:28:35 -07:00
nsTitleBarFrame.cpp Bug 1259656 part.1 Rename WidgetEvent::refPoint to WidgetEvent::mRefPoint r=smaug 2016-04-18 23:09:02 +09:00
nsTitleBarFrame.h Bug 1231256 (part 8) - Remove unused parameters from MouseClicked(). r=roc. 2015-12-07 15:30:05 -08:00
nsXULLabelFrame.cpp
nsXULLabelFrame.h
nsXULPopupManager.cpp Bug 1266963, stop propagation before other steps, r=masayuki 2016-05-04 10:07:45 -04:00
nsXULPopupManager.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsXULTooltipListener.cpp Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku 2016-03-31 12:46:32 +01:00
nsXULTooltipListener.h
PopupBoxObject.cpp Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond. 2015-11-25 20:55:34 -08:00
PopupBoxObject.h
ScrollBoxObject.cpp Bug 1053986 - Rename nsIFrame::IsNormalDirection to IsXULNormalDirection. r=dholbert 2016-04-20 21:28:34 -07:00
ScrollBoxObject.h