Commit Graph

362595 Commits

Author SHA1 Message Date
Andreas Gal
bd6b6ee02e Bug 1012407 - Part 9: Use CLAMP instead of GL_REPEAT to draw quads (r=Bas) 2014-05-28 14:07:15 -04:00
Andreas Gal
47abe4ef63 Bug 1012407 - Part 8: Remove VBOArena which is now dead code (r=Bas) 2014-05-28 14:04:07 -04:00
Brian Hackett
9fc6329f52 Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
Jeff Muizelaar
effbbf368f Bug 1014209. Only call DrawBuffers if necessary. r=jgilbert
DrawBuffers seems to cause a flush on the adreno 300 so we
only want to do it if we need to.
2014-05-28 13:57:13 -04:00
Dan Minor
a9c79d5bb6 Bug 1016993 - Strip jsapi-tests prior to packaging; r=ted 2014-05-28 13:19:30 -04:00
Benjamin Bouvier
634d69cda7 Bug 1014083: Take stack adjustment into account when computing stack offsets; r=luke 2014-05-28 19:31:06 +02:00
Benjamin Bouvier
132e8d5d1a Bug 1014083: drive-by cleanups; r=luke 2014-05-28 19:31:01 +02:00
Benjamin Bouvier
c245b0925a Bug 1014083: Align local slot count with StackAlignment; r=sunfish 2014-05-28 19:30:57 +02:00
Benjamin Bouvier
a2994e2daa Bug 1014973: Retry to specialize replaced instructions for float32 in ParallelSafetyAnalysis; r=shu 2014-05-28 19:26:15 +02:00
Ed Morley
09ce066d03 Backed out changeset 827fe00eecc7 (bug 1013392) for reftest failures on Windows; CLOSED TREE 2014-05-28 18:20:09 +01:00
Ed Morley
59d15edff7 Backed out changeset f0b1908ce71a (bug 1013392) 2014-05-28 18:19:44 +01:00
Andreas Gal
c5c9b67596 Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas) 2014-05-28 10:15:31 -04:00
Michal Novotny
8530936fe0 Bug 1011771 - fix for crash in CacheFile::RemoveChunk() and CacheFile::Unlock(), r=honzab 2014-05-28 16:16:03 +02:00
Markus Stange
95804f228c Bug 1013392 - Adjust the search algorithm for async scrollbar thumb shifting. r=kats 2014-05-28 16:14:43 +02:00
Markus Stange
43a4cda619 Bug 1013392 - Put APZ scrollbar annotations on the scrollbar thumb. r=roc 2014-05-28 16:14:43 +02:00
Markus Stange
75e2e674b2 Bug 1012797 - Speed up rendering of linear gradients when only painting the uniform color beyond the gradient edge. r=roc 2014-05-28 16:14:42 +02:00
Jonathan Watt
f0ebd02780 Bug 1015780 - Make Moz2D's GetAlignedStride() faster. r=Bas 2014-05-28 14:30:56 +01:00
Jonathan Watt
4336a6bfeb Bug 1016123 - Make VectorImage::HeapSizeOfVectorImageDocument include the size of the SVGDocument. r=njn 2014-05-28 14:30:52 +01:00
Jonathan Watt
58eea22a12 Bug 1016131 - Fix crash in nsCSSStyleSheet::IsApplicable when dom.forms.number is disabled. r=dholbert 2014-05-28 14:28:34 +01:00
Markus Stange
8e904d450a Bug 870238 - Stop using the deprecated API -[NSWindow userSpaceScaleFactor]. r=jfkthame 2014-05-28 15:22:16 +02:00
Markus Stange
36d8d912bd Bug 1016569 - For 10.7 non-overlay scrollbars, draw the scrollbar track and the scrollbar thumb separately. r=smichaud 2014-05-28 15:22:16 +02:00
Ed Morley
20960d64b3 Bug 829684 - jsreftests should prefix test print()s with "TEST-INFO | " to avoid TBPL false positives; r=terrence 2013-03-08 07:23:00 +00:00
Carsten "Tomcat" Book
35b93b4942 Merge mozilla-central to mozilla-inbound 2014-05-28 14:48:41 +02:00
Carsten "Tomcat" Book
e096bc3ea7 merge b2g-inbound to mozilla-central 2014-05-28 14:33:48 +02:00
Carsten "Tomcat" Book
809708bcda merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Brian Birtles
6db9329b19 Bug 1004361 - Dispatch animationstart events as well when skipping entire animation intervals; r=dholbert 2014-05-28 16:51:50 +09:00
Brian Birtles
f3593b3f8a Bug 1015803 - Align Layers' Animation.numIterations with AnimationTiming.mIterationCount; r=dholbert
In the IPC Animation struct used in layers code we have a member called
'numIterations' where 'iterate forever' is represented by -1.

In layout/style however we have an AnimationTiming struct with an
mIterationCount member where 'iterate forever' is represented by
NS_IEEEPositiveInfinity().

This patch renames 'numIterations' to 'iterationCount' and uses infinity to
represent 'iterate forever'.
2014-05-28 16:51:50 +09:00
Brian Birtles
7b6c6a2ca1 Bug 1004871 part 11 - Move ElementAnimation members closer together for readability and packing; r=dholbert
Also shuffle the initialization of members in
nsAnimationManager::BuildAnimations to roughly match the order in which they
are declared (with the exception that mPlayState needs to be set before calling
IsPaused() which is used to set mPauseStart).
2014-05-28 16:51:50 +09:00
Brian Birtles
c2572e5d7b Bug 1004871 part 10 - Stop passing a fill mode of "both" to GetComputedTimingAt for throttled samples; r=dholbert
This was only needed when we were inspecting the returned time fraction but now
that we inspect the phase it's not necessary to force the fill mode to "both".
2014-05-28 16:51:50 +09:00
Brian Birtles
7265fd639b Bug 1004871 part 9 - Move ElementAnimations::GetPositionInIteration to ElementAnimation::GetComputedTimingAt; r=dholbert
This patch simply moves the code from ElementAnimations to ElementAnimation so
that it can later be used in transitions code and so we can later move
EnsureStyleRuleFor to ElementAnimation.
2014-05-28 16:51:50 +09:00
Brian Birtles
cb967789c5 Bug 1004871 part 8 - Simplify ElementAnimations::GetEventsAt; r=dholbert
This patch shuffles the code in ElementAnimations::GetEventsAt to make it easier
to follow.

It also removes a check for whether or not the animation is paused.
Previously we would not dispatch events if the animation was paused and in its
active phase (but we would if the animation had finished). There doesn't seem to
be any reason for this. If the animation was paused between the last sample and
the current sample and the boundary of an iteration also occurred in that time
then I expect we should dispatch that event. Removing this check for the pause
state does not cause any tests fail.

Separating out the event logic here makes it clear that we do not dispatch start
events in the situation where one sample falls before the active interval and
one sample falls after it (filed as bug 1004361). This patch adds a comment to
this effect.
2014-05-28 16:51:49 +09:00
Brian Birtles
3ce242ee48 Bug 1004871 part 7 - Remove event queueing from GetPositionInIteration and do it in GetEventsAt; r=dholbert
This patch simply shifts the event-related code from GetPositionInIteration to
GetEventsAt. Although there are simplifications that could be done to
GetEventsAt, they are deferred to a subsequent patch so as not to obscure the
translation of code from one function to another.

As a result of moving event-related handling from GetPositionInIteration it no
longer needs to support different main-thread vs compositor modes.
2014-05-28 16:51:49 +09:00
Brian Birtles
efbd693128 Bug 1004871 part 6 - Make GetPositionInIteration return a ComputedTiming object; r=dholbert
This patch makes ElementAnimations::GetPositionInIteration return
a ComputedTiming object instead of just a time portion (time fraction).

Since the ComputedTiming object includes phase information, we can fix those
parts of EnsureStyleRule and GetEventsAt that were temporarily using the time
portion to guess if the animation might have finished or not.
2014-05-28 16:51:49 +09:00
Brian Birtles
39567485e3 Bug 1004871 part 5 - Add ComputedTiming data structure; r=dholbert
This patch adds a ComputedTiming struct for storing the results of calculating
the timing properties of an animation at a given sample time.
2014-05-28 16:51:49 +09:00
Brian Birtles
39ab9bf043 Bug 1004871 part 4 - Move FillsForwards/FillsBackwards to AnimationTiming; r=dholbert
This patch moves the FillsForwards/FillsBackwards methods previously defined on
ElementAnimations to the structure contain the fill mode: AnimationTiming. It
also changes GetPositionInIteration to use these methods.
2014-05-28 16:51:49 +09:00
Brian Birtles
25641302e6 Bug 1004871 part 3 - Replace parameters to GetPositionInIteration with an AnimationTiming object; r=dholbert
This patch makes use of the AnimationTiming struct introduced in the previous
patch to simplify calls to ElementAnimations::GetPositionInIteration.
2014-05-28 16:51:49 +09:00
Brian Birtles
7d5b54b2f6 Bug 1004871 part 2 - Add AnimationTiming struct, to encapsulate animation timing parameters; r=dholbert
Introduces a struct to store timing parameters for passing to
GetPositionInIteration. In future this struct is expected to be expanded to
include other timing parameters as well (based roughly on Web Animations'
"Timing" interface, hence the name AnimationTiming).
2014-05-28 16:51:49 +09:00
Brian Birtles
b4d589de64 Bug 1004871 part 1 - Factor event queuing out of EnsureStyleRuleFor; r=dholbert
This patch moves event queuing out of EnsureStyleRuleFor into a separate method.
This is a preparatory step towards making GetPositionInIteration into a more
generic method for calculating the current time fraction.

In order to achieve this, GetPositionInIteration needs to be able to calculate
the correct time portion for times outside the range [0, 1] even when it is not
passed a ElementAnimation object. Specifically, it needs the fill mode of the
animation to be passed in.

(Rather than using FillForwards/FillBackwards this patch just compares the
NS_STYLE_ANIMATION_FILL_MODE_* values directly but FillForwards/FillBackwards
are restored in a subsequent patch when they are added to the struct used to
lump the timing parameters together.)

There are a number of places where positionInIteration is used to determine if
the current sample occurs in the active phase or after. This is sub-optimal but
is fixed in a subsequent patch in this series.

The actual work of removing event queuing from GetPositionInIteration is
deferred to a subsequent patch in order to keep the changes as small as
possible. This patch simply makes separate calls to GetPositionInIteration for
interpolating and for event queuing.
2014-05-28 16:51:48 +09:00
Randell Jesup
3e5a393123 Bug 743703: allow mirroring of trace logs to NSPR; fix backwards lazy allocation defines r=pkerr 2014-05-28 03:18:33 -04:00
B2G Bumper Bot
8040a01396 Bumping manifests a=b2g-bump 2014-05-27 22:38:15 -07:00
B2G Bumper Bot
32d9b2e1e6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2274c0c94a9
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1006357 - make test agent to run tests from all apps locally and in travis" for build bustages

This reverts commit f382b51dc36de20de9ad06bb1798f8300dd164a8.
2014-05-27 22:36:04 -07:00
B2G Bumper Bot
496439baa1 Bumping manifests a=b2g-bump 2014-05-27 22:28:43 -07:00
B2G Bumper Bot
51dac07bf6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a9addc4e134
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #19699 from RickyChien/bug-936520-follow-up

Bug 936520 - Follow-up, update gaia_node_modules.revision r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6795d7d12112
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 936520 - Follow-up, update gaia_node_modules.revision

========

https://hg.mozilla.org/integration/gaia-central/rev/a598979586c4
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #19025 from RickyChien/bug-936520

Bug 936520 - [mocha] we can't see console.error in the console r=@julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/595e5893c1e1
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 936520 - [mocha] we can't see console.error in the console
2014-05-27 22:25:57 -07:00
B2G Bumper Bot
a163694a13 Bumping manifests a=b2g-bump 2014-05-27 20:26:23 -07:00
B2G Bumper Bot
30a66f144f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/99663e0fba4c
Author: Greg Weng <snowmantw@gmail.com>
Desc: Revert "Bug 1010651 - (vertical-homescreen) RocketBar missing search icon"

This reverts commit 08eb5e8e12e4c1d9634fffc1768ca0da6778b8dd.

* This bug make the status bar incorrectly overlap on the LockScreen window
2014-05-27 20:20:51 -07:00
B2G Bumper Bot
49a1a05f9c Bumping manifests a=b2g-bump 2014-05-27 20:01:28 -07:00
B2G Bumper Bot
0bc11f73dc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff8c83f97fe8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1016748 - Disable accessibility test due to travis perma-fail
2014-05-27 19:56:03 -07:00
B2G Bumper Bot
0f746a706c Bumping manifests a=b2g-bump 2014-05-27 19:46:34 -07:00
B2G Bumper Bot
bdcbeb0e50 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7ee9a4eb33ad
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19650 from azasypkin/bug-1013295-invalid-timestamp

Bug 1013295 - [Messages] Migrated messages do not have a proper sentTimestamp. Hiding label with invalid timestamp. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/4139d6a3c70b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1013295 - [Messages] Migrated messages do not have a proper sentTimestamp. Hiding label with invalid timestamp. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/8ad884da26d0
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #19696 from gasolin/issue-1011611m

Bug 1011611 - disable share button before the activity is complete, r=dale

========

https://hg.mozilla.org/integration/gaia-central/rev/04155cbb7ebe
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1011611 - disable share button before the activity is complete
2014-05-27 19:41:03 -07:00
B2G Bumper Bot
0693d7eb1c Bumping manifests a=b2g-bump 2014-05-27 19:31:31 -07:00