gecko-dev/devtools/client/animationinspector
Julian Descottes 4db2619112 Bug 1406375 - update animation inspector test to support formatted numbers;r=pbro
Integers used to skip localization & formatting.
We used to have (for 2 decimals formatting)
1000   -> 1000
1000.1 -> 1,000.10

With the other patches attached here, the behavior is now consistent
1000   -> 1,000
1000.1 -> 1,000.10

This changeset updates some regexp in an animation inspector test to be
compatible with the new format.

MozReview-Commit-ID: 4YUNGlKp98z

--HG--
extra : rebase_source : 638fced7a884a01c5fcd41e0df68e7c8d39c2e8c
2017-10-19 17:00:43 +02:00
..
components Bug 1407900 - Part 3: Fix the bug that can't open detail panel if closed detail panel was showing clicked animation. r=pbro 2017-10-16 13:52:06 +09:00
test Bug 1406375 - update animation inspector test to support formatted numbers;r=pbro 2017-10-19 17:00:43 +02:00
animation-controller.js Bug 1407900 - Part 2: Add test for hidden panel. r=pbro 2017-10-16 13:52:02 +09:00
animation-inspector.xhtml Bug 1402394 CamelCase all React component files in \devtools\client\shared\components\. r=pbro 2017-09-27 01:12:13 -04:00
animation-panel.js Bug 1382576 - Switch over from the old-event-emitter to event-emitter in the animation inspector; r=jdescottes 2017-09-06 16:51:50 +02:00
graph-helper.js Bug 1405983 - Part 1: Display delay area in summary graph as 0 if fill is none or forwards. r=pbro 2017-10-10 10:51:22 +09:00
moz.build Bug 1210796 - Part 2: Visualize each properties. r=pbro 2017-04-18 12:15:54 +09:00
utils.js Bug 1382576 - Switch over from the old-event-emitter to event-emitter in the animation inspector; r=jdescottes 2017-09-06 16:51:50 +02:00