Jonathan Watt
4bfe09e6ca
Bug 989230 follow-up to increase fuzziness for reftest on Windows. r=orange
2014-06-11 12:14:19 +01:00
Jonathan Watt
0193137a96
Bug 1016680, part 2 - Report the memory used by PresShell::mVisibleImages and PresShell::mFramesToDirty. r=dholbert
...
--HG--
extra : rebase_source : 0d348e97861917c67862271c4c4ee9f51b007255
2014-06-11 11:20:52 +01:00
Jonathan Watt
d47675ca22
Bug 1016680, part 1 - Report the memory used by RuleCascadeData::mKeyframesRuleTable. r=dholbert
...
--HG--
extra : rebase_source : 97bd8b0ddef514e9eb218eac783c3af892a8014e
2014-06-11 11:20:50 +01:00
Simon Montagu
16bbd0f24e
Replace Get/SetTopAscent with Get/SetBlockStartAscent. Bug 789096, r=jfkthame
2014-06-11 02:45:31 -07:00
Jonathan Watt
f2c9f69fad
Bug 989230 reftest - Test that gradient spreadMethod=reflect works. r=longsonr
2014-06-11 10:38:44 +01:00
John Daggett
9a6d05aa32
No bug. Add Fira Sans to reftest fonts, no effect on build. r=me
2014-06-11 16:32:53 +09:00
"Kan-Ru Chen (陳侃如)"
da1abf1e93
Bug 879475 - Part 007. Allow nested remote mozbrowsers to push layer transactions to the compositor r=mattwoodrow
...
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
2014-06-11 13:44:39 +08:00
Brian Birtles
c03d7ecfc6
Bug 1004365 part 5 - Add tests for zero-duration animations; r=dholbert
2014-06-11 14:19:08 +09:00
Brian Birtles
dc9a1323de
Bug 1004365 part 4 - Make nsAnimationManager.cpp no longer skip zero-duration animations; r=dholbert
2014-06-11 14:19:08 +09:00
Brian Birtles
4c93a95f0f
Bug 1004365 part 3b.2 - Make ElementAnimation::GetComputedTimingAt handle zero-duration animations; r=dholbert
...
This patch adjusts GetComputedTimingAt to set the time fraction and current
iteration fields of the output computed timing correctly for animations with
zero iteration duration. Care must be taken to handle cases such as animations
that have zero duration but repeat infinitely.
The code is significantly re-arranged to more closely align with the naming and
algorithms defined in Web Animations.
A couple of tests in test_animations.html have been tweaked to account for
floating-point error. This is not because the new code is less precise but
actually the opposite. These tests fall on the transition point of step-timing
functions. The new code uses the closest possible floating-point representation
of these times which happens to cause them to fall on the opposite side of the
transition point.
For example, in evaluating a point 3s into a reversed interval the old code
would give us an intermediate time fraction of:
0.29999999999999982
When we reverse that by subtracting from 1.0 we get: 0.70000000000000018
With the code in this patch we get an intermediate time fraction of:
0.29999999999999999
When we reverse that by subtracting from 1.0 we get: 0.69999999999999996
Hence we fall on the opposite side of the transition boundary.
2014-06-11 14:19:08 +09:00
Brian Birtles
d53dba2b6a
Bug 1004365 part 1 - Make active duration calculation handle zero-duration animations; r=dholbert
...
This patch also makes ElementAnimation::ActiveDuration a static method that
takes timing parameters as an argument. This is so that this method can be
used within ElementAnimations::GetComputedTimingAt (a static method) in a
future patch.
We could also make ActiveDuration() a method of AnimationTiming. I suspect
this logic belongs together in ElementAnimation however.
In a future patch we could also add the active duration to the ComputedTiming
struct which would simplify the only other place this is currently used
which is ElementAnimations::GetEventsAt.
2014-06-11 14:19:07 +09:00
Wes Kocher
71d8b72158
Merge m-c to inbound
2014-06-10 18:55:47 -07:00
Wes Kocher
1065aa48a9
Merge b2g-inbound to m-c a=merge
2014-06-10 18:37:54 -07:00
Geoff Brown
2bd4d26543
Bug 982915 - Use different expected assertion range for layout/base/crashtests/898913.html on Android; r=dholbert
2014-06-10 19:10:10 -06:00
Geoff Brown
97114eee1e
Bug 982961 - Use different expected assertion range for layout/generic/crashtests/847209.html on Android; r=dholbert
2014-06-10 19:10:10 -06:00
Ryan VanderMeulen
8c33e2b23c
Bug 1023472 - Disable test_bug935876.html on Android for perma-failing when pushed to a different chunk.
...
CLOSED TREE
2014-06-10 14:54:46 -04:00
William Chen
4ea70e9814
Bug 1022741 - Use CrossShadowCurrentDoc() in Element::UpdateState. r=smaug
2014-06-10 14:41:31 -07:00
Botond Ballo
c16d71e95b
Bug 1022381 - Enforce that strongly-typed geometric classes are used with a proper coordinate system tag type. r=kats
2014-06-10 12:43:52 -04:00
Giovanni Sferro
b7a2ac3cac
Bug 995901 - Rename nsICSSRuleList to mozilla::dom::CSSRuleList. r=bz
...
--HG--
rename : layout/style/nsICSSRuleList.cpp => layout/style/CSSRuleList.cpp
rename : layout/style/nsICSSRuleList.h => layout/style/CSSRuleList.h
2014-06-09 22:11:00 -04:00
Geoff Brown
fbb7bd8495
Bug 891347 - Disable layout/generic/crashtests/385526.html on Android 2.3, again, for intermittent failures
2014-06-10 09:44:02 -06:00
Geoff Brown
477d664685
Bug 982917 - Broaden expected assertion range for layout/forms/crashtests/378413-1.xhtml; r=dholbert
2014-06-10 09:44:01 -06:00
Geoff Brown
859ec9814d
Bug 1021998 - Broaden expected assertion range for layout/generic/crashtests/1015563-1(2).html; r=dholbert
2014-06-10 09:44:01 -06:00
Geoff Brown
24c80e356b
Bug 982958 - Change expected assertion range for layout/generic/crashtests/798020-1.html on Android; r=dholbert
2014-06-10 09:44:01 -06:00
Jonathan Watt
d6e530fc8e
Bug 1018324 - Remove inIFlasher. r=roc
2014-06-10 07:02:21 +01:00
Cameron McCormack
e7c8e1f024
Bug 1017798 - Part 3: Crashtest. r=bzbarsky
2014-06-06 17:51:25 +10:00
Cameron McCormack
6b817440b4
Bug 1017798 - Part 1: Make AncestorFilter and the TreeMatchContext style scope list include ancestors from following ShadowRoots up to the light tree. r=bzbarsky
2014-06-06 15:22:55 +10:00
Nathan Froyd
10bcb1367a
Bug 1022785 - disable android snippets for reftests/crashtests/jsreftests; r=jmaher
2014-06-09 13:37:21 -04:00
Kartikaya Gupta
a7844bf3d0
Bug 1018387 - Update various variables and comments to reflect the fact that the values are in layer pixels and not layout device pixels. r=Cwiiis
2014-06-09 14:02:39 -04:00
Ed Morley
50941b0b48
Backed out changeset 00c2ba04f8d4 (bug 879475)
2014-06-09 11:27:58 +01:00
"Kan-Ru Chen (陳侃如)"
473118ca3c
Bug 879475 - Part 007. Allow nested remote mozbrowsers to push layer transactions to the compositor r=mattwoodrow
...
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
2014-06-09 16:49:12 +08:00
Neil Rashbrook
c16e751e37
Bug 1018324 Add scrollElementIntoView to inIDOMUtils as inIFlasher is going away r=roc
2014-06-09 08:35:13 +01:00
Ryan VanderMeulen
59aa388e2e
Merge inbound to m-c. a=merge
2014-06-08 22:10:12 -04:00
Daniel Holbert
df276175e6
Bug 1021992: Drop decl for never-defined function 'NS_NewVideoFrame'. r=cpearce
2014-06-08 15:36:58 -07:00
Ting-Yu Lin
047804b5f4
Bug 960897 - Add marionette test cases for touch caret. r=roc, r=mdas
...
Add marionette test cases for touch caret feature in bug 924692. Test
cases cover <input>, <textarea>, and contenteditable elements with
touch caret enabled and disabled.
Thanks Phoebe Chang <natsuki011077@gmail.com> for the WIP patch.
Thanks C.J. Ku <cku@mozilla.com> for various suggestions.
Run tests on browser manually:
./mach marionette-test layout/base/tests/marionette/test_touchcaret.py
2014-06-07 08:49:00 -04:00
Ryan VanderMeulen
611ba29905
Bug 891840 - Disable test_pixel_lengths.html on all platforms for intermittent crashes.
...
CLOSED TREE
2014-06-07 01:08:16 -04:00
Botond Ballo
64ebf81674
Bug 1014280 - Add a background color attribute to scrollable ContainerLayers. r=tn,BenWa
...
--HG--
extra : source : dff750e410e5f4e1ed019527ea17f37e53dd8fe6
2014-06-06 16:50:20 -04:00
Ryan VanderMeulen
490eb67b9f
Bug 981477 - Mark menclose-6 reftests as random on B2G OOP.
2014-06-08 13:08:10 -04:00
Markus Stange
72326bff2d
Bug 1021420 - Ensure that scrollable layers get a view ID created for them. r=tnikkel
2014-06-10 22:29:32 +02:00
William Chen
b8d5cf1bda
Bug 992521 - Part 5: Bind native anonymous content to null document when node is contained by a ShadowRoot. r=smaug
2014-06-07 01:42:55 -07:00
William Chen
58073b9833
Bug 992521 - Part 4: Make PresShell events work when not in document, but contained by a ShadowRoot with a host in document. r=smaug
2014-06-07 01:42:54 -07:00
William Chen
9809c3f60f
Bug 992521 - Part 2: Make styles work when not in document, but contained by a ShadowRoot with a host in document. r=smaug
2014-06-07 01:42:54 -07:00
William Chen
ae48fcf9e0
Bug 992521 - Part 1: Remove "in document" flag on ShadowRoot and its descendants. r=smaug
2014-06-07 01:42:53 -07:00
Ehsan Akhgari
861dfcddf0
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
2014-06-06 23:17:06 -04:00
Timothy Nikkel
8e59857367
Bug 1002992. Part 6. Rename ExpandRect to ExpandToNearlyVisibleRect. r=addressingreviewcomment
2014-06-06 21:23:22 -05:00
Timothy Nikkel
2e36cf9bcd
Bug 1002992. Part 5. Use a custom frame tree walker to find visible and almost visible images instead of using the heavier weight display list infrastructure. r=mats
...
This is about 3 or 4 times faster.
2014-06-06 21:23:21 -05:00
Timothy Nikkel
06bdd741e0
Bug 1002992. Part 4. Factor out the code that gets the presshell to use for painting of subdocuments. r=mats
2014-06-06 21:23:21 -05:00
Timothy Nikkel
1cdc28fb3b
Bug 1002992. Part 3. Don't build the caret when building a display list for image visibility. r=mats
...
It's not needed and complicates things.
2014-06-06 21:23:21 -05:00
Timothy Nikkel
736743701d
Bug 1002992. Part 2. Handle display ports and ignore viewport scrolling for image visibility display lists the same way we do for painting display lists. r=mats
2014-06-06 21:23:20 -05:00
Timothy Nikkel
c30a91f325
Bug 1002992. Part 1. Don't bother to do text-overflow clipping when building display lists for image visibility. r=mats
...
It's not important to do and simplifies things.
2014-06-06 21:23:20 -05:00
Daniel Holbert
158690f0fb
Bug 1018449: Don't opportunistically stretch flex items to container's cross-size if the container is multi-line. r=mats
2014-06-06 15:55:58 -07:00