a7c6c582c96f23f250259be16ebd01ac34357d46: Bug 1169440 patch 6 - Add parameter to nsIFrame::FrameNeedsReflow to control handling of target being a reflow root. r=dholbert
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249865
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 6 - Add parameter to nsIFrame::FrameNeedsReflow to control handling of target being a reflow root. r=dholbert
b71968a58e3682c060d1e74e45459a2d19177d0c: Bug 1169440 patch 5 - Adjust hints in CalcDifference methods to emit new nsChangeHint_ReflowChangesSizeOrPosition hint. r=heycam
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249864
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 5 - Adjust hints in CalcDifference methods to emit new nsChangeHint_ReflowChangesSizeOrPosition hint. r=heycam
Note that most of what is needed was actually taken care of by patch 1's
addition of the new hint to nsChangeHint_AllReflowHints.
f6ce2aeac1645efdc8579b7cedaee65dda354e96: Bug 1169440 patch 4 - Add comment to nsStylePadding::DifferenceAlwaysHandledForDescendants. r=heycam
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249863
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 4 - Add comment to nsStylePadding::DifferenceAlwaysHandledForDescendants. r=heycam
a604550e30b502442e63013a7919c8e9bf2c876f: Bug 1169440 patch 3 - Add nsChangeHint_ReflowChangesSizeOrPosition. r=heycam
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249862
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 3 - Add nsChangeHint_ReflowChangesSizeOrPosition. r=heycam
6ec03d4b33583502f562c34051346da8907137b1: Bug 1169440 patch 2 - Rename style struct MaxDifferenceNeverInherited to DifferenceAlwaysHandledForDescendants. r=heycam
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249861
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 2 - Rename style struct MaxDifferenceNeverInherited to DifferenceAlwaysHandledForDescendants. r=heycam
This was added in
bug 897763, but the current name no longer makes sense
in the context of the renaming in 2d8810ba0412 (
bug 779968, patch 4).
(I think the old name was also missing a negation -- it meant hints that
were never *non*-inherited.)
9802e5006118f5db505efbf97dcfca0af3e465d3: Bug 1169440 patch 1 - Add bitwise operators to nsChangeHint. r=heycam
L. David Baron <dbaron@dbaron.org> - Sat, 20 Jun 2015 21:54:15 -0700 - rev 249860
Push
61371 by dbaron@mozilla.com at Sun, 21 Jun 2015 04:54:28 +0000
Bug 1169440 patch 1 - Add bitwise operators to nsChangeHint. r=heycam
I'm fed up with having to use the NS_*Hint functions, and I also have
trouble reading/writing some of them since I don't remember the order of
parameters.
(At some point I think we should convert existing callers, but I don't
plan to do that here.)
67296c6ede81f20370d7731234c90f858e8007b5: Bug 1175466 - Allocate arguments objects in the nursery. r=terrence
Jan de Mooij <jdemooij@mozilla.com> - Sat, 20 Jun 2015 21:30:12 -0700 - rev 249859
Push
61370 by jandemooij@gmail.com at Sun, 21 Jun 2015 04:39:40 +0000
Bug 1175466 - Allocate arguments objects in the nursery. r=terrence
0757793dc988fdcc5e7a61c1ad839492252e52ef: Bug 554178 - Remove unused member variable PluginModuleChild::mUserAgent. r=jimm
Chris Peterson <cpeterson@mozilla.com> - Sun, 14 Jun 2015 23:02:54 -0700 - rev 249858
Push
61369 by cpeterson@mozilla.com at Sun, 21 Jun 2015 02:10:20 +0000
Bug 554178 - Remove unused member variable PluginModuleChild::mUserAgent. r=jimm
2f18c8a4deb4dca6fc13ea01941f5e292cbfb456: Bug 1175049 - Fix non-universal 32-bit build on OS X with Xcode 6.3 tools. r=josh
Chris Peterson <cpeterson@mozilla.com> - Sun, 14 Jun 2015 00:20:27 -0700 - rev 249857
Push
61369 by cpeterson@mozilla.com at Sun, 21 Jun 2015 02:10:20 +0000
Bug 1175049 - Fix non-universal 32-bit build on OS X with Xcode 6.3 tools. r=josh
8a25cd69c4aef0e73390ea704b0752cae5a81b78: Backed out changeset 101932a675a4 (bug 1174766) for winXP failures
Chris Manchester <cmanchester@mozilla.com> - Sat, 20 Jun 2015 15:27:11 -0700 - rev 249856
Push
61368 by cmanchester@mozilla.com at Sat, 20 Jun 2015 22:27:23 +0000
Backed out changeset 101932a675a4 (
bug 1174766) for winXP failures
ed293fc9596caa5d45186a712dd8b25daf433e68: Bug 1174700 - patch 2 - Convert nsTableFrame::SetColumnDimensions to work with logical-order iteration over the table, so that column coordinates and collapsed borders are correct. r=dholbert
Jonathan Kew <jkew@mozilla.com> - Sat, 20 Jun 2015 21:00:33 +0100 - rev 249855
Push
61367 by jkew@mozilla.com at Sat, 20 Jun 2015 20:00:57 +0000
Bug 1174700 - patch 2 - Convert nsTableFrame::SetColumnDimensions to work with logical-order iteration over the table, so that column coordinates and collapsed borders are correct. r=dholbert
f18cb4c415785255eaee01d92a6c308ef9863250: Bug 1174700 - patch 1 - Convert nsTableRowFrame and nsTableRowGroupFrame to work with logical coordinates. r=dholbert
Jonathan Kew <jkew@mozilla.com> - Sat, 20 Jun 2015 21:00:26 +0100 - rev 249854
Push
61367 by jkew@mozilla.com at Sat, 20 Jun 2015 20:00:57 +0000
Bug 1174700 - patch 1 - Convert nsTableRowFrame and nsTableRowGroupFrame to work with logical coordinates. r=dholbert
f7fca0232ffc4ec5855557cfb7a6d039b28488e4: Bug 1140562 - Fuzz stretchmapping-35.html on Android.
Markus Stange <mstange@themasta.com> - Sat, 20 Jun 2015 13:31:59 -0400 - rev 249853
Push
61366 by mstange@themasta.com at Sat, 20 Jun 2015 18:16:44 +0000
Bug 1140562 - Fuzz stretchmapping-35.html on Android.
5f5c445f7e20abef8665dc47d92f9e3a64893ace: Bug 1165185 - Nudge layer prescale to integers. r=roc
Markus Stange <mstange@themasta.com> - Tue, 16 Jun 2015 17:02:58 -0400 - rev 249852
Push
61366 by mstange@themasta.com at Sat, 20 Jun 2015 18:16:44 +0000
Bug 1165185 - Nudge layer prescale to integers. r=roc
3f025568ad349d7b4a4da45feef6812c4e4d4101: Bug 1165185 - Try to avoid invalidations when scrolling transformed elements. r=roc
Markus Stange <mstange@themasta.com> - Mon, 15 Jun 2015 19:20:59 -0400 - rev 249851
Push
61366 by mstange@themasta.com at Sat, 20 Jun 2015 18:16:44 +0000
Bug 1165185 - Try to avoid invalidations when scrolling transformed elements. r=roc
cd741d3ae78a7ef127b6baf7c4efc0fff0472267: Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco
Myk Melez <myk@mozilla.org> - Fri, 19 Jun 2015 09:41:54 -0700 - rev 249850
Push
61365 by myk@mozilla.com at Sat, 20 Jun 2015 18:15:12 +0000
Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco
6b847a10bbb1996436d05cd8b64fb64775a37fe7: Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
Terrence Cole <terrence@mozilla.com> - Thu, 18 Jun 2015 10:23:49 -0700 - rev 249849
Push
61364 by tcole@mozilla.com at Sat, 20 Jun 2015 17:50:10 +0000
Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
f131bd3a61c1db6e56709fe43a2617f54c581430: Bug 1052728 - Add telemetry to record GC phases that cause jank; r=sfink
Terrence Cole <terrence@mozilla.com> - Thu, 04 Jun 2015 13:17:35 -0700 - rev 249848
Push
61363 by tcole@mozilla.com at Sat, 20 Jun 2015 17:48:37 +0000
Bug 1052728 - Add telemetry to record GC phases that cause jank; r=sfink
696e5a7a22c2118f4821bd71598cc7cae6ba3c9b: Bug 1173682 - [mozbase] tests do not remove created directories; r=ahal
Julien Pagès <j.parkouss@gmail.com> - Sat, 20 Jun 2015 19:23:25 +0200 - rev 249847
Push
61362 by j.parkouss@gmail.com at Sat, 20 Jun 2015 17:30:32 +0000
Bug 1173682 - [mozbase] tests do not remove created directories; r=ahal
23684898a4573df56b05b5099b2de450eed2c44b: Bug 1176064 - Do processing of the jstest's skiplist inline; r=sfink
Terrence Cole <terrence@mozilla.com> - Sat, 20 Jun 2015 10:14:22 -0700 - rev 249846
Push
61361 by tcole@mozilla.com at Sat, 20 Jun 2015 17:18:38 +0000
Bug 1176064 - Do processing of the jstest's skiplist inline; r=sfink