Sylvestre Ledru 
								
							 
						 
						
							
							
							
							
								
							
							
								265e672179 
								
							 
						 
						
							
							
								
								Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format  
							
							... 
							
							
							
							# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022 
							
						 
						
							2018-11-30 11:46:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Holbert 
								
							 
						 
						
							
							
							
							
								
							
							
								680815cd6e 
								
							 
						 
						
							
							
								
								Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame  
							
							... 
							
							
							
							This patch was generated automatically by the "modeline.py" script, available
here: https://github.com/amccreight/moz-source-tools/blob/master/modeline.py 
For every file that is modified in this patch, the changes are as follows:
 (1) The patch changes the file to use the exact C++ mode lines from the
     Mozilla coding style guide, available here:
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style#Mode_Line 
 (2) The patch deletes any blank lines between the mode line & the MPL
     boilerplate comment.
 (3) If the file previously had the mode lines and MPL boilerplate in a
     single contiguous C++ comment, then the patch splits them into
     separate C++ comments, to match the boilerplate in the coding style.
MozReview-Commit-ID: EuRsDue63tK
--HG--
extra : rebase_source : 3356d4b80ff6213935192e87cdbc9103fec6084c 
							
						 
						
							2017-10-27 10:33:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								35273fdc6c 
								
							 
						 
						
							
							
								
								Bug 1341009 - Pass const reference instead of value for nsReflowStatus. r=dholbert  
							
							... 
							
							
							
							It's good to save a copy constructor call.
Also, make nsBlockFrame::SplitFloat() return void because the only
caller (BlockReflowInput::FlowAndPlaceFloat()) doesn't check its return
value, and (more importantly) because it only ever returns NS_OK.
MozReview-Commit-ID: 9LmDCXd7xGS
--HG--
extra : rebase_source : ea5fb41890c4ca58cd1d7f400a7c1becd66c3fdd 
							
						 
						
							2017-09-13 15:47:51 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Watt 
								
							 
						 
						
							
							
							
							
								
							
							
								bcaeb4d9e8 
								
							 
						 
						
							
							
								
								Bug 1379474 - Update various ReflowInput variable names to match the new type name. r=xidorn  
							
							... 
							
							
							
							MozReview-Commit-ID: 1pMLInpeMGY 
							
						 
						
							2017-07-25 12:02:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Carsten "Tomcat" Book 
								
							 
						 
						
							
							
							
							
								
							
							
								6121e5b902 
								
							 
						 
						
							
							
								
								Backed out changeset 31c43a9ffa8b (bug 1379474) for bustage  
							
							
							
						 
						
							2017-07-10 08:06:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Watt 
								
							 
						 
						
							
							
							
							
								
							
							
								b4ab3914e7 
								
							 
						 
						
							
							
								
								Bug 1379474 - Update various ReflowInput variable names to match the new type name. r=xidorn  
							
							... 
							
							
							
							MozReview-Commit-ID: 1pMLInpeMGY 
							
						 
						
							2017-06-13 11:45:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								d77152fcd0 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 7c - Rename various RS variables to RI. r=dbaron  
							
							... 
							
							
							
							This patch is generated by the following script:
function rename() {
find layout\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -r "s/$1/$2/g" "{}" \;
}
rename aChildRS aChildRI
rename aContainingBlockRS aContainingBlockRI
rename aFrameRS aFrameRI
rename aLastRS aLastRI
rename aOuterRS aOuterRI
rename aRS aRI
rename blockHtmlRS blockHtmlRI
rename captionRS captionRI
rename cellRS cellRI
rename childRS childRI
rename firstAncestorRS firstAncestorRI
rename flexContainerRS flexContainerRI
rename gridRS gridRI
rename innerRS innerRI
rename lastButOneRS lastButOneRI
rename LineContainerRS LineContainerRI
rename mBlockRS mBlockRI
rename parentRS parentRI
rename secondAncestorRS secondAncestorRI
rename lastRSSize lastRISize
rename lastRSPadding lastRIPadding
MozReview-Commit-ID: YEgZs3WMow
--HG--
extra : rebase_source : c26050c71a3a5b13ef46e6d3582e581702d49ee8 
							
						 
						
							2016-07-21 18:36:39 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								40fcd21b9a 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 7b - Rename various ReflowState variables to ReflowInput. r=dbaron  
							
							... 
							
							
							
							This patch is generated by the following script:
function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -r "s/$1/$2/g" "{}" \;
}
rename "([[:alpha:]]*)([rR])eflowState(s?)" "\1\2eflowInput\3"
MozReview-Commit-ID: ITFO7uMTkSb
--HG--
extra : rebase_source : c91a2e174a0baec60c1b0111ac7636295004ab35 
							
						 
						
							2016-07-21 18:36:39 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								4053c4c028 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 5c - Rename nsHTMLReflowMetrics to ReflowOutput. r=dbaron  
							
							... 
							
							
							
							This patch is generated by the following script:
function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsHTMLReflowMetrics" "ReflowOutput"
MozReview-Commit-ID: 2HBb7DkooH5
--HG--
extra : rebase_source : acfa442a6483772fcb5748dc6f5e7072e599032a 
							
						 
						
							2016-07-21 18:36:38 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								d432242ffc 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 5b - Rename nsHTMLReflowMetrics.h/cpp to ReflowOutput.h/cpp and fix #includes. r=dbaron  
							
							... 
							
							
							
							The modification to nsAbsoluteContainingBlock.h and nsBlockFrame.cpp are
needed to fix the build error due to the file order changed in the unified
build.
The #includes are fixed by the following script:
function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsHTMLReflowMetrics\.h" "mozilla\/ReflowOutput\.h"
MozReview-Commit-ID: KWvcG3UtKNn
--HG--
rename : layout/generic/nsHTMLReflowMetrics.cpp => layout/generic/ReflowOutput.cpp
rename : layout/generic/nsHTMLReflowMetrics.h => layout/generic/ReflowOutput.h
extra : rebase_source : dc62fb3ad4d95e732e5985c7ab9f757a0e23abcb 
							
						 
						
							2016-07-21 18:36:37 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								6f2f38fcd7 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 5a - Move nsHTMLReflowMetrics into mozilla namespace. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: 7xrd1AMd0bz
--HG--
extra : rebase_source : 4faa0b6adc233bb853a8646856dd3dc3e8422566 
							
						 
						
							2016-07-21 18:36:37 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								6111a2de40 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 2c - Rename nsBlockReflowState to BlockReflowInput. r=dbaron  
							
							... 
							
							
							
							This patch is generated by the following script:
function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename "nsBlockReflowState" "BlockReflowInput"
MozReview-Commit-ID: FtjqkQpGfcI
--HG--
extra : rebase_source : c8f678bc47217b778df7f91f0f6cce6c44b04d90 
							
						 
						
							2016-07-21 18:36:36 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								4b0284cd0f 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 2a - Move nsBlockReflowState into mozilla namespace. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: GNEgxqqBDAH
--HG--
extra : rebase_source : d70f52229215111e6d393103c71fb79475353ac0 
							
						 
						
							2016-07-21 18:36:36 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								820f88de49 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 1c - Rename nsHTMLReflowState to ReflowInput. r=dbaron  
							
							... 
							
							
							
							This patch is generated by the following script:
function rename() {
find .\
     -type f\
     ! -path "./obj*"\
     ! -path "./.git"\
     ! -path "./.hg"\
     \( -name "*.cpp" -or\
        -name "*.h" \)\
        -exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename nsHTMLReflowState ReflowInput
MozReview-Commit-ID: 9r9vdVv1pXc
--HG--
extra : rebase_source : 623ec822996ba0ea0058dd137acf5a658cdea04a 
							
						 
						
							2016-07-21 18:36:35 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								39dffbe21b 
								
							 
						 
						
							
							
								
								Bug 1277129 Part 1a - Move nsHTMLReflowState and nsCSSOffsetState into mozilla namespace. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: DJfEQRCgNo3
--HG--
extra : rebase_source : add4c7a843f956114b2b9dfe20fba1048139ca5f 
							
						 
						
							2016-07-21 18:36:34 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Kew 
								
							 
						 
						
							
							
							
							
								
							
							
								4e6c40d7ea 
								
							 
						 
						
							
							
								
								Bug 1131451 part 1 - Replace containerWidth with containerSize in logical-coordinate classes and APIs, frame classes, etc. r=dholbert  
							
							
							
						 
						
							2015-07-16 10:07:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								085da9302a 
								
							 
						 
						
							
							
								
								Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan  
							
							
							
						 
						
							2015-04-22 08:29:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Kew 
								
							 
						 
						
							
							
							
							
								
							
							
								bc30822def 
								
							 
						 
						
							
							
								
								Bug 1093684 - part 3 - Replace |bottom| with |block-end| in a bunch of comments, and rename mCarriedOutBottomMargin to mCarriedOutBEndMargin. r=smontagu  
							
							
							
						 
						
							2014-11-17 08:49:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Kew 
								
							 
						 
						
							
							
							
							
								
							
							
								bb857cabb0 
								
							 
						 
						
							
							
								
								Bug 1086883 - Convert writing modes where necessary for orthogonal flows when collapsing margins in nsBlockReflowContext methods. r=smontagu  
							
							
							
						 
						
							2014-10-24 12:24:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Montagu 
								
							 
						 
						
							
							
							
							
								
							
							
								8d64967541 
								
							 
						 
						
							
							
								
								Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame  
							
							
							
						 
						
							2014-10-21 15:16:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Phil Ringnalda 
								
							 
						 
						
							
							
							
							
								
							
							
								b2eb743d9b 
								
							 
						 
						
							
							
								
								Backed out 4 changesets (bug 1062963, bug 1079139) for failures in 427129-table-caption.html in b2g reftest-6 and Android 2.3 reftest-5  
							
							... 
							
							
							
							Backed out changeset a9672db96a5d (bug 1079139)
Backed out changeset 241c23570a62 (bug 1062963)
Backed out changeset 90172cc0b012 (bug 1062963)
Backed out changeset 71211c4a4acc (bug 1062963) 
							
						 
						
							2014-10-19 18:44:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Montagu 
								
							 
						 
						
							
							
							
							
								
							
							
								3134a81fca 
								
							 
						 
						
							
							
								
								Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame  
							
							
							
						 
						
							2014-10-19 12:32:17 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Montagu 
								
							 
						 
						
							
							
							
							
								
							
							
								f3e261c3a0 
								
							 
						 
						
							
							
								
								Bug 789096 patch 7: Use logical coordinates in nsBlockReflowContext. r=jfkthame  
							
							
							
						 
						
							2014-06-17 07:41:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Palmgren 
								
							 
						 
						
							
							
							
							
								
							
							
								9795aca511 
								
							 
						 
						
							
							
								
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								42253715d7 
								
							 
						 
						
							
							
								
								Backed out 11 changesets (bug 1008917) for apparently introducing an intermittent failure of B2G Crashtest-2 on a CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset e2ab653f688a (bug 1008917)
Backed out changeset b52154d8d900 (bug 1008917)
Backed out changeset 2ab5b01da4de (bug 1008917)
Backed out changeset f7a38df1d44f (bug 1008917)
Backed out changeset 80304bb9a572 (bug 1008917)
Backed out changeset 10ed89a302e9 (bug 1008917)
Backed out changeset 161c41991d46 (bug 1008917)
Backed out changeset 25b2475d2368 (bug 1008917)
Backed out changeset b8000b31277c (bug 1008917)
Backed out changeset 9afa5e7715e1 (bug 1008917)
Backed out changeset 5c380c21351f (bug 1008917) 
							
						 
						
							2014-05-12 15:47:41 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Palmgren 
								
							 
						 
						
							
							
							
							
								
							
							
								a722b491f1 
								
							 
						 
						
							
							
								
								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-12 17:40:28 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Montagu 
								
							 
						 
						
							
							
							
							
								
							
							
								f8a68ec80e 
								
							 
						 
						
							
							
								
								Make nsLineBox.mBounds a LogicalRect. Bug 789096, r=jfkthame  
							
							
							
						 
						
							2014-04-16 01:03:28 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								baf3a129ad 
								
							 
						 
						
							
							
								
								Bug 907883 - Minimize #includes in layout/generic; r=roc  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 5e87b764a12b05aff477c71547e2131be67ca93b 
							
						 
						
							2013-08-22 14:32:52 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Aryeh Gregor 
								
							 
						 
						
							
							
							
							
								
							
							
								d0ad5a7d0c 
								
							 
						 
						
							
							
								
								Bug 777292 part 2 - Change all nsnull to nullptr  
							
							
							
						 
						
							2012-07-30 17:20:58 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gervase Markham 
								
							 
						 
						
							
							
							
							
								
							
							
								82ff7027aa 
								
							 
						 
						
							
							
								
								Bug 716478 - update licence to MPL 2.  
							
							
							
						 
						
							2012-05-21 12:12:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								92064e6d3f 
								
							 
						 
						
							
							
								
								Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron  
							
							... 
							
							
							
							Landing on a CLOSED TREE 
							
						 
						
							2011-10-17 10:59:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Wu 
								
							 
						 
						
							
							
							
							
								
							
							
								d2b70213ac 
								
							 
						 
						
							
							
								
								Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones  
							
							... 
							
							
							
							--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp 
							
						 
						
							2011-09-28 23:19:26 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L. David Baron 
								
							 
						 
						
							
							
							
							
								
							
							
								5ca0a89262 
								
							 
						 
						
							
							
								
								Change nsBlockReflowContext::PlaceBlock for split overflow areas.  (Bug 542595, patch 13)  r=roc  a2.0=blocking2.0:beta8  
							
							
							
						 
						
							2010-10-06 21:25:45 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fantasai.cvs@inkedblade.net 
								
							 
						 
						
							
							
							
							
								
							
							
								c799e1aaed 
								
							 
						 
						
							
							
								
								consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner  
							
							
							
						 
						
							2008-04-18 00:40:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fantasai.cvs@inkedblade.net 
								
							 
						 
						
							
							
							
							
								
							
							
								404e205908 
								
							 
						 
						
							
							
								
								paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc  
							
							
							
						 
						
							2007-10-01 22:57:45 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									sharparrow1@yahoo.com 
								
							 
						 
						
							
							
							
							
								
							
							
								ded759b0cc 
								
							 
						 
						
							
							
								
								Bug 383883: {inc} issues with block moving through non-moving float. r+sr+a=dbaron  
							
							
							
						 
						
							2007-08-20 13:07:50 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								31f1898810 
								
							 
						 
						
							
							
								
								Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame.  Replace reflow reasons, types, and commands with dirty bits/notifications.  Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching.  For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.  
							
							
							
						 
						
							2006-12-08 05:38:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								0e88f73bc6 
								
							 
						 
						
							
							
								
								Single line comments to describe files (helpful in LXR)  
							
							
							
						 
						
							2006-03-29 18:29:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								f132edee94 
								
							 
						 
						
							
							
								
								Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. Relanding because I accidentally backed it out. r+sr=dbaron  
							
							
							
						 
						
							2006-02-27 04:15:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								bde356f1f5 
								
							 
						 
						
							
							
								
								Backing out changes for bug 326944.  
							
							
							
						 
						
							2006-02-27 03:22:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								e344f390f8 
								
							 
						 
						
							
							
								
								Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. r+sr=dbaron  
							
							
							
						 
						
							2006-02-27 02:51:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								87c224f2cb 
								
							 
						 
						
							
							
								
								Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron  
							
							
							
						 
						
							2005-03-23 03:35:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								4858a7c4ff 
								
							 
						 
						
							
							
								
								Bustage fix.  
							
							
							
						 
						
							2004-11-25 16:52:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								13a6502805 
								
							 
						 
						
							
							
								
								Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron  
							
							
							
						 
						
							2004-11-25 14:51:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bryner%brianryner.com 
								
							 
						 
						
							
							
							
							
								
							
							
								5c02a6978c 
								
							 
						 
						
							
							
								
								Change nsIPresContext to nsPresContext globally, follow-up to bug 253470.  rs=roc  
							
							
							
						 
						
							2004-07-31 23:15:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									gerv%gerv.net 
								
							 
						 
						
							
							
							
							
								
							
							
								708b56cff4 
								
							 
						 
						
							
							
								
								Bug 236613: change to MPL/LGPL/GPL tri-license.  
							
							
							
						 
						
							2004-04-18 14:30:37 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								a012b34247 
								
							 
						 
						
							
							
								
								Do inheritance without layout-dependent computations, per CSS2.1.  Remove eStyleUnit_Inherit and nsStyleCoord::SetInheritValue.  b=205790  r+sr=bzbarsky  a=asa  
							
							
							
						 
						
							2003-11-24 19:46:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								02b14dd0ce 
								
							 
						 
						
							
							
								
								Remove unneeded mIsTable member variable.  r+sr=bzbarsky  b=225902  
							
							
							
						 
						
							2003-11-16 21:12:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									roc+%cs.cmu.edu 
								
							 
						 
						
							
							
							
							
								
							
							
								e44d55b8cc 
								
							 
						 
						
							
							
								
								Bug 207477. Clean up nsBlockFrame, and don't suppress invalidation in nsBlockFrame::ReflowLine if it's a resize reflow. r+sr=dbaron  
							
							
							
						 
						
							2003-07-15 00:04:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dbaron%dbaron.org 
								
							 
						 
						
							
							
							
							
								
							
							
								57124d8115 
								
							 
						 
						
							
							
								
								Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout.  b=186953  r+sr=bzbarsky  
							
							
							
						 
						
							2003-01-09 14:26:32 +00:00