Commit Graph

8 Commits

Author SHA1 Message Date
Ruturaj K. Vartak
85d53ec72a Bug 1325987 - Fix ESLint issues in devtools/server/tests/browser/. r=ntim 2017-02-23 20:32:00 -05:00
Jamie Nicol
f10b52ba06 Bug 1339578 - Remove min active layer size for animations; r=mattwoodrow
Even for very small layers we want to avoid doing work on the main
thread.

At the same time, however, increase the minimum active layer size for
animations which come from restyles. These involve the main thread
anyway, so there is less to be gained from using an active
layer. Since switching items between active and inactive can have
large knock-on effects, we want to make sure it really is worth making
the layer active.

MozReview-Commit-ID: 8N6xlVW4Dp3
2017-02-09 18:00:32 +00:00
Daisuke Akatsuka
ad6f248b82 Bug 1210795 - Part 1: Display animations' timing-functions in the animation-inspector. r=pbro
MozReview-Commit-ID: CO5tVZ31RrL
2016-10-25 17:35:56 +09:00
Hiroyuki Ikezoe
434539aa0e Bug 1235723 - Part 1: Use longer duration to avoid finishing animations at some point. r=pbrosset
MozReview-Commit-ID: 22IjzWqcgNs
2016-02-23 10:55:25 +09:00
Patrick Brosset
6cf8510222 Bug 1245849 - Remove mochitest browser_animation_name.js and add a xpcshell test instead; r=ochameau 2016-02-08 16:14:11 +01:00
Patrick Brosset
87f311aa02 Bug 1231945 - Display animation.id when it exists; r=tromey 2016-02-02 11:49:22 +01:00
Patrick Brosset
3954cc7007 Bug 1214887 - Use a long animation in browser_animation_updatedState.js to avoid intermittents. r=ttromey 2015-11-18 14:19:43 +01:00
J. Ryan Stinnett
a3073e0420 Bug 912121 - Migrate major DevTools directories. rs=devtools
Move major DevTools files to new directories using the following steps:

hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared

No other changes are made.
2015-09-21 12:02:24 -05:00