Matt Woodrow 
								
							 
						 
						
							
							
							
							
								
							
							
								0c3b21fb32 
								
							 
						 
						
							
							
								
								Bug 1370575 - Do less manual invalidation when tables changes, and rely on DLBI instead. r=mstange  
							
							
							
						 
						
							2018-04-04 16:17:49 +12:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeff Muizelaar 
								
							 
						 
						
							
							
							
							
								
							
							
								7bd5060424 
								
							 
						 
						
							
							
								
								Bug 1450134. Replace ToRelativeLayoutRect() with ToRoundedLayoutRect(). r=kats  
							
							... 
							
							
							
							This function doesn't use any StackingContextHelper state anymore.
We should make what it does clearer and move it to a better place.
--HG--
extra : rebase_source : 1727be9657169547d842ec9b6887837abedbefdf 
							
						 
						
							2018-03-29 17:57:43 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Xidorn Quan 
								
							 
						 
						
							
							
							
							
								
							
							
								4cf9aed667 
								
							 
						 
						
							
							
								
								Bug 1449400 part 5 - Remove StyleSetHandle. r=emilio  
							
							... 
							
							
							
							This patch basically does:
* remove StyleSetHandle and its corresponding files
* revisit #includes of related header files and change correspondingly
* change nsIPresShell::mStyleSet to be UniquePtr<ServoStyleSet>
* change the creating path of ServoStyleSet to pass UniquePtr
* change other mentions of StyleSetHandle to ServoStyleSet*
* remove AsServo() calls on ServoStyleSet
Some unfortunate bits:
* some methods of (Servo)StyleSet only accepts ServoStyleSheet while
  many places call into the methods with StyleSheet, so there are many
  ->AsServo() added to sheets
MozReview-Commit-ID: K4zYnuhOurA
--HG--
extra : rebase_source : 459e8efeb171adad089d94272e143e8c244bd279
extra : source : 65ba2f174fcf7dba4e59c00ee8908b1bd0820a48 
							
						 
						
							2018-03-29 22:15:46 +11:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Watt 
								
							 
						 
						
							
							
							
							
								
							
							
								82ebebe276 
								
							 
						 
						
							
							
								
								Bug 1448714 - Fix up comments referring to 'style context' after the rename of nsStyleContext. r=emilio  
							
							
							
						 
						
							2018-03-23 13:49:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								a4d01fa250 
								
							 
						 
						
							
							
								
								Bug 1448559: Cleanup CalcStyleDifference. r=xidorn  
							
							... 
							
							
							
							The aSamePointerStructs argument is unused now.
Also, aIgnoreVariables can be true everywhere now, since variable changes can't
generate change hints, and anonymous boxes and such don't care about whether
they really changed or not.
Only one caller cares about struct equality, and that already compares variables
manually as an optimization on the rust side.
We had this optimization inconsistently in some cases but not others.
MozReview-Commit-ID: F2EISKlxR3K 
							
						 
						
							2018-03-26 09:47:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								2265ef0801 
								
							 
						 
						
							
							
								
								Bug 1448688: Remove RestyleTracker, ComputedStyle::AsServo, old style system element bits. r=xidorn  
							
							... 
							
							
							
							MozReview-Commit-ID: ALiOngGqozN 
							
						 
						
							2018-03-26 09:38:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Watt 
								
							 
						 
						
							
							
							
							
								
							
							
								384c345f21 
								
							 
						 
						
							
							
								
								Bug 1448294 - Clean up naming of 'styleContext' variables after the big nsStyleContext rename. r=emilio  
							
							... 
							
							
							
							Reviewers: emilio
Bug #: 1448294
Differential Revision: https://phabricator.services.mozilla.com/D796 
MozReview-Commit-ID: KJq2i9nrg7y 
							
						 
						
							2018-03-25 20:49:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Narcis Beleuzu 
								
							 
						 
						
							
							
							
							
								
							
							
								47581f78e2 
								
							 
						 
						
							
							
								
								Backed out 2 changesets (bug 1448294, bug 1448337) for wpt and reftest failures on /mathml  
							
							... 
							
							
							
							Backed out changeset 180051cfe357 (bug 1448294)
Backed out changeset c188176f3289 (bug 1448337) 
							
						 
						
							2018-03-25 21:31:08 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								dff4e17b14 
								
							 
						 
						
							
							
								
								Bug 1448413: Do a bit of misc cleanup. r=jwatt  
							
							... 
							
							
							
							Summary: Mostly removing unneeded AsServo() and such.
Reviewers: jwatt
Bug #: 1448413
Differential Revision: https://phabricator.services.mozilla.com/D798 
MozReview-Commit-ID: 8muHF7uMA53 
							
						 
						
							2018-03-25 18:14:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonathan Watt 
								
							 
						 
						
							
							
							
							
								
							
							
								21bff4e120 
								
							 
						 
						
							
							
								
								Summary: Bug 1448294 - Clean up naming of 'styleContext' variables after the big nsStyleContext rename. r=emilio  
							
							... 
							
							
							
							Reviewers: emilio
Bug #: 1448294
Differential Revision: https://phabricator.services.mozilla.com/D796  
							
						 
						
							2018-03-22 13:49:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								e341b20ec4 
								
							 
						 
						
							
							
								
								Bug 1447483: Merge nsStyleContext and ServoStyleContext, rename to ComputedStyle. r=jwatt on a CLOSED TREE  
							
							... 
							
							
							
							MozReview-Commit-ID: JPopq0LudD 
							
						 
						
							2018-03-22 20:06:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								5dd797f154 
								
							 
						 
						
							
							
								
								Back out changeset b683bb3f22a1 (Bug 1447483) for not landing with all the files. r=me on a CLOSED TREE  
							
							... 
							
							
							
							This reverts commit 1808914126bb9f9e4a82d2c3d7ac961885fe7d62.
MozReview-Commit-ID: 5skESBseEvo 
							
						 
						
							2018-03-22 20:05:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								ca5ac79cca 
								
							 
						 
						
							
							
								
								Bug 1447483: Merge nsStyleContext and ServoStyleContext, rename to ComputedStyle. r=jwatt  
							
							... 
							
							
							
							MozReview-Commit-ID: JPopq0LudD 
							
						 
						
							2018-03-22 19:48:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ryan Hunt 
								
							 
						 
						
							
							
							
							
								
							
							
								e34eeaaa86 
								
							 
						 
						
							
							
								
								Remove DisplayItemLayer and corresponding layers.advanced prefs. (bug 1439960, r=mstange)  
							
							... 
							
							
							
							MozReview-Commit-ID: FAWTC1Llu31
--HG--
extra : rebase_source : 05bda872389db5cc61e805c3eb48e70eb5d95cbe 
							
						 
						
							2018-02-21 09:29:49 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cosmin Sabou 
								
							 
						 
						
							
							
							
							
								
							
							
								e997286c08 
								
							 
						 
						
							
							
								
								Backed out 3 changesets (bug 1439960) for build bustages on APZInputBridgeChild.cpp and FrameBuilder.cpp. CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset b8057c06fc4c (bug 1439960)
Backed out changeset c8d6b0fa1447 (bug 1439960)
Backed out changeset e6bd6ebc8597 (bug 1439960) 
							
						 
						
							2018-03-20 23:18:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ryan Hunt 
								
							 
						 
						
							
							
							
							
								
							
							
								1fe1a843f9 
								
							 
						 
						
							
							
								
								Remove DisplayItemLayer and corresponding layers.advanced prefs. (bug 1439960, r=mstange)  
							
							... 
							
							
							
							MozReview-Commit-ID: FAWTC1Llu31
--HG--
extra : rebase_source : 447e835dc664549a8bdbd4097d42773acf523f08
extra : histedit_source : d98b0f0654c2214a368313de84f11160a3fa7030 
							
						 
						
							2018-02-21 09:29:49 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Woodrow 
								
							 
						 
						
							
							
							
							
								
							
							
								4183152e2d 
								
							 
						 
						
							
							
								
								Bug 1436904 - Part 1: Add a static constructor function for display items. r=Bas  
							
							
							
						 
						
							2018-02-13 13:43:28 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dorel Luca 
								
							 
						 
						
							
							
							
							
								
							
							
								28282d4309 
								
							 
						 
						
							
							
								
								Merge mozilla-central to autoland  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 56ab9b17d93972662082b358c651e7031750a98f 
							
						 
						
							2018-02-22 17:35:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dorel Luca 
								
							 
						 
						
							
							
							
							
								
							
							
								bd05e3853c 
								
							 
						 
						
							
							
								
								Backed out 3 changesets (bug 1436904) for many crashes see bugs: 1440281, 1440302, 1440303, 1440313. a=backout  
							
							... 
							
							
							
							Backed out changeset 27f0762d4472 (bug 1436904)
Backed out changeset 27640f52e188 (bug 1436904)
Backed out changeset 2b4d117c27dc (bug 1436904) 
							
						 
						
							2018-02-22 17:28:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Zhang Junzhi 
								
							 
						 
						
							
							
							
							
								
							
							
								ede866e8ca 
								
							 
						 
						
							
							
								
								Bug 1259168 - Resolves the table cell misplacement problem when row group width exceeds table's computed width in vertical-rl writing mode r=jfkthame  
							
							... 
							
							
							
							A table's used width may be different with its computed width. In the past, this
situation wasn't taken into account in process of table reflow, this patch
corrects the positioning of children of a table in this situation.
MozReview-Commit-ID: 4siu2ba0pqG
--HG--
extra : rebase_source : b713baa825151e9a789abcc772d081ff065acaed 
							
						 
						
							2018-02-22 14:32:40 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Woodrow 
								
							 
						 
						
							
							
							
							
								
							
							
								e485bba27f 
								
							 
						 
						
							
							
								
								Bug 1436904 - Part 1: Add a static constructor function for display items. r=Bas  
							
							
							
						 
						
							2018-02-13 13:43:28 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								7c392f077e 
								
							 
						 
						
							
							
								
								Bug 1418085 part 6.  Remove nsIDOMHTMLElement.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: 5QUyFeAQYZQ 
							
						 
						
							2018-01-30 00:25:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Morris Tseng 
								
							 
						 
						
							
							
							
							
								
							
							
								b2c0abd643 
								
							 
						 
						
							
							
								
								Bug 1393907 - Handle bevel borders. r=kats  
							
							... 
							
							
							
							Since bevel only appear outmost border of table. I collect all bevel border
and combined them as a single border with four sides.
MozReview-Commit-ID: Bvu8Zf56YDF 
							
						 
						
							2018-01-24 08:46:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								b8bb98af8c 
								
							 
						 
						
							
							
								
								Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb  
							
							
							
						 
						
							2018-01-23 14:30:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ya-Chieh Wu 
								
							 
						 
						
							
							
							
							
								
							
							
								86b7a0d853 
								
							 
						 
						
							
							
								
								Bug 1429313 - Reuse nextColIndex to avoid extra BCMapCellInfo::GetCellEndRowIndex() calls. r=tylin  
							
							... 
							
							
							
							MozReview-Commit-ID: 9gbVQNSKl7l
--HG--
extra : rebase_source : c01b724c2ab209526c600b65413a267aca465655 
							
						 
						
							2018-01-10 01:11:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ya-Chieh Wu 
								
							 
						 
						
							
							
							
							
								
							
							
								ef4a62d672 
								
							 
						 
						
							
							
								
								Bug 1421887 - fix the row index to get the right cell. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: 4wIdFxeETiW 
							
						 
						
							2018-01-04 21:28:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Miko Mynttinen 
								
							 
						 
						
							
							
							
							
								
							
							
								2fc0722497 
								
							 
						 
						
							
							
								
								Bug 1425078 - Remove nsDisplayList::AppendNewToTop and nsDisplayList::AppendNewToBottom r=mattwoodrow  
							
							... 
							
							
							
							MozReview-Commit-ID: E3neKT2sV4Q
--HG--
extra : rebase_source : 98b65e4c82f8a965df211e828bc68d46e7a6716e 
							
						 
						
							2017-12-13 11:23:04 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ya-Chieh Wu 
								
							 
						 
						
							
							
							
							
								
							
							
								5dffeb8db8 
								
							 
						 
						
							
							
								
								Bug 1405929 - Make sure that we join two BEnd borders when they are on the same rowIndex. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: J9q8sUX2MPB 
							
						 
						
							2017-11-30 19:18:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Palmgren 
								
							 
						 
						
							
							
							
							
								
							
							
								770a2228d1 
								
							 
						 
						
							
							
								
								Bug 1414666 part 2 - A few formatting improvements after mass conversion of PresContext()->PresShell() to PresShell().  r=emilio  
							
							... 
							
							
							
							MozReview-Commit-ID: FoEnINS0Jbk 
							
						 
						
							2017-11-09 03:00:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Palmgren 
								
							 
						 
						
							
							
							
							
								
							
							
								1c2b8c222e 
								
							 
						 
						
							
							
								
								Bug 1414666 part 1 - Add nsIFrame::PresShell() for convenient access to the shell.  r=emilio  
							
							... 
							
							
							
							MozReview-Commit-ID: 8FPTPKWyVtY 
							
						 
						
							2017-11-09 03:00:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Palmgren 
								
							 
						 
						
							
							
							
							
								
							
							
								25cd0c37f7 
								
							 
						 
						
							
							
								
								Bug 1400618 part 1 - Collect NAC / generated content and call DestroyAnonymousContent / UnbindFromTree on those after the frames are destroyed.  r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: 2trDgeJPw25 
							
						 
						
							2017-11-07 01:20:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								e26873e5cf 
								
							 
						 
						
							
							
								
								Bug 1409787.  Guard against empty column groups when building a display list for a table.  r=mats  
							
							... 
							
							
							
							MozReview-Commit-ID: E31B1wqNbSu 
							
						 
						
							2017-10-19 18:06:43 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								f3f32c7851 
								
							 
						 
						
							
							
								
								merge mozilla-central to mozilla-inbound. r=merge a=merge  
							
							... 
							
							
							
							--HG--
rename : media/libstagefright/binding/include/mp4_demuxer/ByteReader.h => media/libstagefright/binding/include/mp4_demuxer/BufferReader.h
extra : rebase_source : 98d9275bf6065bc701881aed6c4635f1da9ea642 
							
						 
						
							2017-10-18 00:05:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								fb684cc726 
								
							 
						 
						
							
							
								
								Bug 1409152.  Add an nsTArray::ContainsSorted method.  r=froydnj  
							
							
							
						 
						
							2017-10-17 15:39:59 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								661d20b507 
								
							 
						 
						
							
							
								
								Bug 1409162.  Make nsTableCellFrame::GetColIndex/GetRowIndex faster.  r=mats  
							
							
							
						 
						
							2017-10-17 15:39:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								bea3e24747 
								
							 
						 
						
							
							
								
								Bug 1409154.  Do less work in PaintRowGroupBackgroundByColIdx for cells that are not in our desired set of columns.  r=mats  
							
							
							
						 
						
							2017-10-17 15:39:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ethan Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								316e4cb704 
								
							 
						 
						
							
							
								
								Bug 1405957 - Part2. Remove the unnecessary GetLayerState in CreateWebRenderCommands and adjust the related pref type/value. r=kats  
							
							... 
							
							
							
							MozReview-Commit-ID: E8JvuOj6JtL
--HG--
extra : rebase_source : 4893c0d3cc6f99d4f2a6c920d8fc07de4c36324c 
							
						 
						
							2017-10-05 14:42:28 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cameron McCormack 
								
							 
						 
						
							
							
							
							
								
							
							
								5b1a5502d7 
								
							 
						 
						
							
							
								
								Bug 1407246 - Split out Variables struct difference calculation. r=emilio  
							
							... 
							
							
							
							MozReview-Commit-ID: CtWtG3zkD1D
--HG--
extra : rebase_source : 0e1efeb844cde641288a6aecb15b1285cb37ea3f 
							
						 
						
							2017-10-12 09:12:30 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kartikaya Gupta 
								
							 
						 
						
							
							
							
							
								
							
							
								2f1948343f 
								
							 
						 
						
							
							
								
								Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel  
							
							... 
							
							
							
							MozReview-Commit-ID: 2syFwMc7j3r
--HG--
extra : rebase_source : 9a3852506820eb09328d91007581d74786eba9b0 
							
						 
						
							2017-10-03 16:31:08 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kartikaya Gupta 
								
							 
						 
						
							
							
							
							
								
							
							
								dbe077b3f1 
								
							 
						 
						
							
							
								
								Bug 1403915 - Remove the IsLayersFreeTransaction() machinery and assume it's always true. r=jrmuizel  
							
							... 
							
							
							
							MozReview-Commit-ID: 7FYVirQ5pal
--HG--
extra : rebase_source : 4b33fba54776003b4f0d45b89be07916db1f2340 
							
						 
						
							2017-10-03 16:31:07 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Morris Tseng 
								
							 
						 
						
							
							
							
							
								
							
							
								88f5bda1d6 
								
							 
						 
						
							
							
								
								Bug 1394226 - Correct z-ordering for some table parts. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: IdLhMGDmQag 
							
						 
						
							2017-09-21 14:42:44 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Morris Tseng 
								
							 
						 
						
							
							
							
							
								
							
							
								ce9b629335 
								
							 
						 
						
							
							
								
								Bug 1392200 - Add backface-visibility support for layers-free mode. r=kats  
							
							... 
							
							
							
							For layers-full mode, we set the backface-visibility to visible because
visibility would be handled by FLB and layers.
MozReview-Commit-ID: CUbeUabfC7K 
							
						 
						
							2017-09-21 14:41:38 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolas Silva 
								
							 
						 
						
							
							
							
							
								
							
							
								61546da339 
								
							 
						 
						
							
							
								
								Bug 1393031 - Remove unused nsTArray<WebRenderParentCommand>& parameter all over the place. r=jrmuizel  
							
							
							
						 
						
							2017-09-20 13:36:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								2e869d8f3d 
								
							 
						 
						
							
							
								
								Bug 1341009 - Add nsReflowStatus::IsEmpty() assertions to all nsIFrame::Reflow() methods and some reflow helpers, and remove unneeded Reset(). r=dholbert  
							
							... 
							
							
							
							nsReflowStatus::IsEmpty() assertions are added after DISPLAY_REFLOW in the
beginning of the Reflow().
A few Reflow() implementations have Reset() calls at the end which are left
in place by this patch (with an explanatory comment added to each). These
ending Reset()s are only needed for cases where a non-splittable frame
passes its own nsReflowStatus to a child's reflow method. Just in case the
child leaves a "not fully complete" value in the nsReflowStatus, the
non-splittable parent frame must clear out the nsReflowStatus before
returning, so that its own parent doesn't then try to split it.
MozReview-Commit-ID: 6Jj3jfMAqj4
--HG--
extra : rebase_source : e1fe6a775ad97e16a6d7cc224634ff962ccb0fbf 
							
						 
						
							2017-09-13 18:00:25 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ting-Yu Lin 
								
							 
						 
						
							
							
							
							
								
							
							
								a7c7758ed8 
								
							 
						 
						
							
							
								
								Bug 1341009 - Reset aStatus before calling nsContainerFrame::ReflowChild(). r=dholbert  
							
							... 
							
							
							
							This ensures the Reflow() call in nsContainerFrame::ReflowChild() is using
an empty reflow status.
MozReview-Commit-ID: K2Ln2i4XkB5
--HG--
extra : rebase_source : ec74a2fece0cda7e61f112e778afe13f128dc76b 
							
						 
						
							2017-09-14 14:15:03 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								d27b05e04e 
								
							 
						 
						
							
							
								
								Backed out changeset f34a52244cf9 (bug 1393031)  
							
							
							
						 
						
							2017-09-14 23:17:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolas Silva 
								
							 
						 
						
							
							
							
							
								
							
							
								2d3eb6cef7 
								
							 
						 
						
							
							
								
								Bug 1393031 - Remove unused nsTArray<WebRenderParentCommand>& parameter all over the place. r=jrmuizel  
							
							
							
						 
						
							2017-09-14 20:21:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolas Silva 
								
							 
						 
						
							
							
							
							
								
							
							
								59e80c8f7e 
								
							 
						 
						
							
							
								
								Bug 1393031 - Use shared memory to pass resource update data. r=jrmuizel  
							
							
							
						 
						
							2017-09-14 18:48:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								45bab258b7 
								
							 
						 
						
							
							
								
								merge mozilla-central to autoland. r=merge a=merge  
							
							
							
						 
						
							2017-09-14 00:11:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ya-Chieh Wu 
								
							 
						 
						
							
							
							
							
								
							
							
								ce1be4b4eb 
								
							 
						 
						
							
							
								
								Bug 895096 - Part 1: Round border-collapsed table borders to device pixels rather than CSS pixels, as for other borders, and store them (as BCPixelSize) as device pixels rather than CSS pixels. r=dbaron  
							
							... 
							
							
							
							MozReview-Commit-ID: 3yqj8gAAGYv 
							
						 
						
							2017-09-12 19:48:00 -04:00