.. |
crashtests
|
Bug 982917 - Broaden expected assertion range for layout/forms/crashtests/378413-1.xhtml; r=dholbert
|
2014-06-10 09:44:01 -06:00 |
test
|
Bug 943269 - Minor tweak that might fix the test timeouts. r=mwargers
|
2014-07-13 13:01:43 +00:00 |
moz.build
|
Bug 1028565 - Part 2: Flatten editor/txmgr/{idl,public,src}/ directories. r=ehsan
|
2014-06-25 15:08:29 -07:00 |
nsButtonFrameRenderer.cpp
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
|
2014-04-03 13:18:36 +09:00 |
nsButtonFrameRenderer.h
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
nsColorControlFrame.cpp
|
Bug 508665 - part 3, Change GetContentInsertionFrame() to return a nsContainerFrame*, and return null for leaf frames. Deal with GetContentInsertionFrame() returning null in a couple of places. r=roc
|
2014-05-24 22:20:39 +00:00 |
nsColorControlFrame.h
|
Bug 508665 - part 3, Change GetContentInsertionFrame() to return a nsContainerFrame*, and return null for leaf frames. Deal with GetContentInsertionFrame() returning null in a couple of places. r=roc
|
2014-05-24 22:20:39 +00:00 |
nsComboboxControlFrame.cpp
|
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
|
2014-07-15 11:37:45 -04:00 |
nsComboboxControlFrame.h
|
Bug 1015781 - part 3, Fix whitespace and comments, and move some SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods so that they are together in the file. r=roc
|
2014-05-28 19:36:58 +00:00 |
nsFieldSetFrame.cpp
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
nsFieldSetFrame.h
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
nsFileControlFrame.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsFileControlFrame.h
|
Bug 1028588 - Fix dangerous public destructors in layout/ - r=dbaron
|
2014-06-23 18:40:01 -04:00 |
nsFormControlFrame.cpp
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
nsFormControlFrame.h
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
nsGfxButtonControlFrame.cpp
|
Bug 508665 - part 5, Make nsIFrame::Init require a nsContainerFrame* for the parent frame param. r=roc
|
2014-05-24 22:20:40 +00:00 |
nsGfxButtonControlFrame.h
|
Bug 508665 - part 3, Change GetContentInsertionFrame() to return a nsContainerFrame*, and return null for leaf frames. Deal with GetContentInsertionFrame() returning null in a couple of places. r=roc
|
2014-05-24 22:20:39 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
Bug 909927 - Minimize the #includes in layout/forms; r=mats
|
2013-08-28 10:30:02 -04:00 |
nsGfxCheckboxControlFrame.h
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
nsGfxRadioControlFrame.cpp
|
Bug 909927 - Minimize the #includes in layout/forms; r=mats
|
2013-08-28 10:30:02 -04:00 |
nsGfxRadioControlFrame.h
|
|
|
nsHTMLButtonControlFrame.cpp
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
nsHTMLButtonControlFrame.h
|
Bug 1015781 - part 10, Make nsHTMLButtonControlFrame::AppendFrames/InsertFrames/RemoveFrame DEBUG only. r=roc
|
2014-05-28 19:36:59 +00: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 508665 - part 5, Make nsIFrame::Init require a nsContainerFrame* for the parent frame param. r=roc
|
2014-05-24 22:20: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 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
nsListControlFrame.cpp
|
Bug 1028588 - Fix dangerous public destructors in layout/ - r=dbaron
|
2014-06-23 18:40:01 -04:00 |
nsListControlFrame.h
|
Bug 1015781 - part 3, Fix whitespace and comments, and move some SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods so that they are together in the file. r=roc
|
2014-05-28 19:36:58 +00:00 |
nsMeterFrame.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsMeterFrame.h
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
nsNumberControlFrame.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsNumberControlFrame.h
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
nsProgressFrame.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsProgressFrame.h
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
nsRangeFrame.cpp
|
Bug 1030843 - Fix crash in nsNativeThemeCocoa::GetMinimumWidgetSize. r=roc
|
2014-06-27 10:19:00 +01:00 |
nsRangeFrame.h
|
Bug 508665 - part 5, Make nsIFrame::Init require a nsContainerFrame* for the parent frame param. r=roc
|
2014-05-24 22:20:40 +00:00 |
nsSelectsAreaFrame.cpp
|
Backed out changeset 5ebd2f6b65a6 (bug 1022612)
|
2014-07-15 10:30:41 +02:00 |
nsSelectsAreaFrame.h
|
Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc
|
2014-05-24 22:20:40 +00:00 |
nsTextControlFrame.cpp
|
Bug 737976: Remove nsINodeInfo. r=smaug
|
2014-06-19 19:01:40 -07:00 |
nsTextControlFrame.h
|
Bug 1015781 - part 3, Fix whitespace and comments, and move some SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods so that they are together in the file. r=roc
|
2014-05-28 19:36:58 +00:00 |