.. |
crashtests
|
Bug 1140216. Remove asserts that stuff that we never create is not null, since it clearly is null. r=jwatt
|
2015-03-06 16:33:30 -05:00 |
test
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
moz.build
|
Bug 1139180 - Add BUG_COMPONENT metadata to moz.build for files in layout/. r=roc
|
2015-03-03 17:03:19 -08:00 |
nsButtonFrameRenderer.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsButtonFrameRenderer.h
|
Bug 1128769 (Part 5) - Record the last draw result for various less common frame types and use it to decide whether to sync decode. r=tn
|
2015-02-09 23:27:40 -08:00 |
nsColorControlFrame.cpp
|
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
|
2014-08-18 17:44:50 +03:00 |
nsColorControlFrame.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsComboboxControlFrame.cpp
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
nsComboboxControlFrame.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsFieldSetFrame.cpp
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
nsFieldSetFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsFileControlFrame.cpp
|
Bug 992691 - don't allow dropping multiple files on non-multiple file input, r=smaug
|
2014-11-18 15:58:08 +00:00 |
nsFileControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsFormControlFrame.cpp
|
Bug 1134744 - Fix baseline for form controls when line is inverted relative to block dir. r=smontagu
|
2015-03-03 12:25:17 +00:00 |
nsFormControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGfxButtonControlFrame.cpp
|
bug 1016545 - Provide an iterator that iterates over all children of an element r=bz
|
2014-07-16 14:41:57 -04:00 |
nsGfxButtonControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGfxCheckboxControlFrame.cpp
|
Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow
|
2014-10-22 12:29:06 +01:00 |
nsGfxCheckboxControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGfxRadioControlFrame.cpp
|
Bug 1084093, part 3 - Use the new ToDeviceColor() function to undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work. r=Bas
|
2014-10-17 12:53:16 +01:00 |
nsGfxRadioControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsHTMLButtonControlFrame.cpp
|
Bug 1148833 part 4 - Fix indentation of some Reflow params (white-space changes only).
|
2015-03-29 22:38:40 +00:00 |
nsHTMLButtonControlFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsIComboboxControlFrame.h
|
Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
|
2014-01-15 21:28:33 -08:00 |
nsIFormControlFrame.h
|
Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
|
2014-01-15 21:28:33 -08:00 |
nsIListControlFrame.h
|
Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
|
2014-01-15 21:28:33 -08:00 |
nsImageControlFrame.cpp
|
Bug 1148833 part 4 - Fix indentation of some Reflow params (white-space changes only).
|
2015-03-29 22:38:40 +00:00 |
nsISelectControlFrame.h
|
Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
|
2014-01-15 21:28:33 -08:00 |
nsITextControlFrame.h
|
Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
|
2014-01-15 21:28:33 -08:00 |
nsLegendFrame.cpp
|
Bug 508665 - part 15, s/mParent/GetParent()/ in a bunch of nsIFrame sub-classes. r=roc
|
2014-05-24 22:20:41 +00:00 |
nsLegendFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsListControlFrame.cpp
|
Bug 1117586, [e10s] select dropdowns cannot be opened with the keyboard, r=roc
|
2015-03-30 08:53:44 -04:00 |
nsListControlFrame.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsMeterFrame.cpp
|
Bug 1148833 part 4 - Fix indentation of some Reflow params (white-space changes only).
|
2015-03-29 22:38:40 +00:00 |
nsMeterFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsNumberControlFrame.cpp
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
nsNumberControlFrame.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsProgressFrame.cpp
|
Bug 1148833 part 4 - Fix indentation of some Reflow params (white-space changes only).
|
2015-03-29 22:38:40 +00:00 |
nsProgressFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsRangeFrame.cpp
|
Bug 1148971 - Make nsITheme::GetMinimumWidgetSize return a LayoutDeviceIntSize result instead of the unit-less nsIntSize type. r=roc
|
2015-03-30 11:36:14 -04:00 |
nsRangeFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsSelectsAreaFrame.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsSelectsAreaFrame.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsTextControlFrame.cpp
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
nsTextControlFrame.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |