Masatoshi Kimura
2195becf33
Bug 1360784 - Revert a workaround for bug 1361632. r=xidorn
...
MozReview-Commit-ID: FU7r2cMaQOL
--HG--
extra : rebase_source : 05bad5a3cc60c26391b52e21b4390db321ad6dc4
2017-05-04 23:35:59 +09:00
Timothy Nikkel
16893a87d5
Bug 1319283. In test_bug1217571.html use an image that is only used in this test. r=aosmond
...
We do this to avoid having one of the image loads happen before the cache entry for the image times out and the other image load after the cache entry times out.
--HG--
rename : image/test/mochitest/damon.jpg => image/test/mochitest/bug1217571.jpg
2017-05-02 21:05:29 -05:00
Masatoshi Kimura
a32ffda28f
Bug 1360784 - Enable huge-1.html reftests for stylo. r=xidorn
...
MozReview-Commit-ID: 8PhXOTUplLI
--HG--
extra : rebase_source : 405a0549759a473d9dd3c04aca49a6d55e8e8c6d
2017-04-29 10:58:45 +09:00
Shing Lyu
c46f5d5baf
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: 8LoQ9xNnDnj
2017-04-28 11:15:58 +08:00
Shing Lyu
435db45b79
Bug 1351548 - Add stylo-vs-gecko expectations to reftest.lists. r=bholley
...
MozReview-Commit-ID: GOUGBsd05cn
2017-04-28 11:15:50 +08:00
Sebastian Hengst
ceff3b0678
Backed out changeset 1f9d0f8e65b9 (bug 1351548)
2017-04-26 13:13:05 +02:00
Sebastian Hengst
f46ebb0d94
Backed out changeset aebb0ceeb20a (bug 1351548)
2017-04-26 13:12:53 +02:00
Shing Lyu
96b400c04a
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: Gn0fbS4PZ7i
2017-04-26 18:21:52 +08:00
Shing Lyu
dae014d9d5
Bug 1351548 - Add stylo-vs-gecko expectations to reftest.lists. r=bholley
...
MozReview-Commit-ID: GOUGBsd05cn
2017-04-26 18:21:43 +08:00
Julian Descottes
3466153b93
Bug 1358070 - register dedicated privileged image for browser_docshell_type_editor.js;r=Gijs
...
The test image/test/browser/browser_docshell_type_editor.js used to rely on a devtools image.
Devtools are moving away from mozilla central, so here we register a new image dedicated for
this test.
MozReview-Commit-ID: Log4J0eLudV
--HG--
extra : rebase_source : 63890e9b4bbcf4de46190d42808ed92430f3c072
2017-04-20 11:46:51 +02:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Timothy Nikkel
7aeea3c59d
Bug 1355898
. Add crashtest.
2017-04-13 19:56:24 -05:00
Ehsan Akhgari
d52952ffdd
Bug 1316683 - Part 4: Use the non-scriptable LoadContext object in test_private_channel.js; r=hurley
2017-04-12 11:32:16 -04:00
Timothy Nikkel
6d1e6e26bb
Bug 1354499. Enable test_discardAnimatedImage.html.
2017-04-08 15:58:17 -05:00
Timothy Nikkel
87341e1350
Bug 1354499. Disable test_discardAnimatedImage.html temporarily.
2017-04-08 02:04:52 -05:00
Timothy Nikkel
05aceb8d0a
Bug 1354499. Do a better job of not recording successful results after test finish in test_discardAnimatedImage.html.
...
The previous patch wasn't good enough because it only prevented dispatching more setTimeouts after finish. It did nothing to stop already dispatched setTimeouts from calling ok(true,...).
2017-04-08 02:04:52 -05:00
Timothy Nikkel
7bd2215f6e
Bug 1354499. Don't record further successful results after finishing in test_discardAnimatedImage.html.
2017-04-07 18:26:20 -05:00
Timothy Nikkel
a453a97b57
Bug 1354499. Fix test_discardAnimatedImage.html to not call finish multiple times.
...
We can have multiple setTimeouts from multiple frame update notifications in flight at the same time. If one of them reaches the finishing conditions the rest will too. So just guard calling finish with a global bool.
2017-04-07 16:11:14 -05:00
Phil Ringnalda
fd177bad39
Backed out 2 changesets (bug 1354499) for only changing the failure to a frequent Result logged after SimpleTest.finish()
...
CLOSED TREE
Backed out changeset 415cd9f87458 (bug 1354499)
Backed out changeset 17d681fd2b32 (bug 1354499)
2017-04-07 21:35:14 -07:00
Timothy Nikkel
ec4e60afa1
Bug 1354499. Don't record further successful results after finishing in test_discardAnimatedImage.html.
2017-04-07 18:26:20 -05:00
Timothy Nikkel
e6e0643c2e
Bug 1354499. Fix test_discardAnimatedImage.html to not call finish multiple times.
...
We can have multiple setTimeouts from multiple frame update notifications in flight at the same time. If one of them reaches the finishing conditions the rest will too. So just guard calling finish with a global bool.
2017-04-07 16:11:14 -05:00
Timothy Nikkel
6c5f81b150
Bug 1352282. In test_discardAnimatedImage.html call drawWindow from a setTimeout from frame update notification.
...
Image notifications sent from nsImageLoadingContent happen under a scriptblocker. drawWindow flushes will paint observers, which can dispatch events. Events dispatched while scripts are blocked assert.
2017-04-06 04:00:36 -05:00
Timothy Nikkel
74f25a0e00
Bug 1352282. Improve test_discardAnimatedImage.html to check that the animation continues when we re-decode. r=aosmond
2017-04-05 11:28:41 -05:00
Shing Lyu
c98fca71fd
Bug 1353643 - reftest-stylo.list fixes. r=heycam
...
MozReview-Commit-ID: 9HPACBPCOB6
--HG--
extra : rebase_source : ee63c4854ea4c4cba7c1cd47b4af4fa711ca75fb
2017-03-29 15:16:47 +08:00
Timothy Nikkel
e4da61a3e1
Bug 1343341. Add a test to check that discarding and redecoding of animated images works. r=aosmond
...
The test does nothing if the animated images discarding pref isn't enabled.
--HG--
rename : image/test/crashtests/1249576-1.png => image/test/mochitest/infinite-apng.png
2017-03-27 00:17:54 -05:00
Manish Goregaokar
88b43cc612
Bug 1341102 - Update stylo reftest expectations; r=orange
...
MozReview-Commit-ID: 9PbpzNqSQ7W
2017-03-24 21:54:18 -07:00
Andrew Osmond
449b1552c1
Bug 1343499 - Expose native image sizes to imagelib users. r=tnikkel
2017-03-22 09:05:36 -04:00
Andrew Osmond
c21c5cb4c8
Backed out changeset 619b5b27ce87 (bug 1343499) for CLOSED TREE build bustage r=backout
2017-03-22 11:04:30 -04:00
Andrew Osmond
a60b290b56
Bug 1343499 - Expose native image sizes to imagelib users. r=tnikkel
2017-03-22 09:05:36 -04:00
Andrew Osmond
9f71f348c1
Backed out changeset 0b797601dc36 (bug 1343499) for build bustages. r=backout
2017-03-22 09:19:05 -04:00
Andrew Osmond
cbf46adaef
Bug 1343499 - Expose native image sizes to imagelib users. r=tnikkel
2017-03-22 09:05:36 -04:00
Shing Lyu
dd757845af
Bug 1349130 - Fixed wrong reference files in reftest-stylo.list r=heycam
...
MozReview-Commit-ID: LRcPOPzVWFK
--HG--
extra : rebase_source : bb1fcb460c8e60aef420352f94d03046cf5bbe0c
2017-03-21 16:01:50 +08:00
Andrew Osmond
d93e9c00e1
Bug 1298652 - Allow 64k width/height images to be rendered. r=jrmuizel
...
MozReview-Commit-ID: DIK9y9acV0M
--HG--
extra : rebase_source : 55129089afacd7a4a932a1ada59d366db54ea33a
2016-09-01 07:32:02 -04:00
Manish Goregaokar
5ce0fe128d
Bug 1341102 - Update stylo test expectations; r=bustage
...
MozReview-Commit-ID: 3zIi8Yu1GJO
2017-03-13 01:04:58 -07:00
Masatoshi Kimura
d7c038e158
Bug 591822 - reftest to make sure images taller or wider than 32767 pixels will be rendered r=tnikkel
...
MozReview-Commit-ID: Ev4GmwYyaNu
--HG--
extra : rebase_source : 985cd02c4a1d52aa194f93878bfbb354082efeda
extra : source : 73d66d989fd4ba39a8f53bac1f828f826f849b26
2016-08-28 00:39:52 +09:00
Masatoshi Kimura
7be7b11a1c
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
Boris Zbarsky
5f864e31c5
Reenable several crashtests that no longer crash or leak or time out with stylo. No bug, r=bzbarsky
...
MozReview-Commit-ID: 88XjZyn4mnv
2017-02-24 15:22:37 -05:00
Boris Zbarsky
a11bfd53bd
Bug 1341988. Reenable a bunch of stylo reftests that were disabled for reasons that are not relevant anymore. r=bz
...
MozReview-Commit-ID: CLqLHexhBX3
--HG--
extra : rebase_source : 07dfb89d0651240362395494fdd7ee94363430b6
2017-02-23 02:09:57 -05:00
Manish Goregaokar
260e308c26
Bug 1338936 - Part 4: stylo: Update reftest results; r=emilio
...
MozReview-Commit-ID: 6wg32flypt7
2017-02-19 14:03:48 -08:00
Sebastian Hengst
a793db28eb
Backed out changeset 2d887234705f (bug 1338936)
2017-02-19 10:37:16 +01:00
Manish Goregaokar
a6f7209030
Bug 1338936 - Part 4: stylo: Update reftest results; r=emilio
...
MozReview-Commit-ID: 6wg32flypt7
2017-02-18 21:57:58 -08:00
Carsten "Tomcat" Book
ed3d8d8286
merge mozilla-inbound to mozilla-central a=merge
2017-02-15 12:21:44 +01:00
Jeff Walden
ca2e1ac4c0
Bug 1287006 - Don't pass Maybe by value in miscellaneous places. r=froydnj
...
--HG--
extra : rebase_source : 145f2fc605ff917d3067826a9daebdce07bde02a
2017-02-13 09:07:40 -08:00
Daniel Holbert
452a3b8454
Bug 1339609: Add #include for gfxPrefs.h to all source code that calls gfxPrefs APIs. r=jgilbert
...
MozReview-Commit-ID: GxWehmDYB3t
--HG--
extra : rebase_source : cd994e5c6abf777f77c5a708cbfb2f6afc49a44c
2017-02-14 14:01:59 -08:00
Phil Ringnalda
c7b01ecbda
Backed out 5 changesets (bug 1290292, bug 1290293) for gfx assertions
...
CLOSED TREE
Backed out changeset 652c909b75ad (bug 1290293)
Backed out changeset 90a284ea19e3 (bug 1290292)
Backed out changeset 8401d12fe936 (bug 1290293)
Backed out changeset d87488b69c18 (bug 1290293)
Backed out changeset 7368aa665fae (bug 1290293)
2017-02-13 19:28:45 -08:00
Cameron McCormack
058a689aa1
Bug 1338872 - stylo: Test expectation adjustments. r=bholley
...
MozReview-Commit-ID: 4q7NJJrpX7q
--HG--
extra : rebase_source : 98279628439e6d432794e726955605d6f1358b10
2017-02-12 17:23:14 +08:00
Kartikaya Gupta
21e9123c56
Merge m-c to graphics
...
MozReview-Commit-ID: 3tWI3srj2uj
2017-02-01 08:48:31 -05:00
Kartikaya Gupta
445dea068b
Merge m-c to graphics
...
MozReview-Commit-ID: Kv6GW5ElioD
2017-01-29 08:03:30 -05:00