Closed
Bug 1369975
Opened 7 years ago
Closed 7 years ago
Call drawImage() with a video element fails on Fennec.
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1395497
People
(Reporter: kaku, Assigned: jnicol)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [gfx-noted])
Invoke the drawImage() API with a video element fails on Fennec Nightly, m-c.
It works on Fennec Beta and desktop all channels.
Here is a sample page: https://people-mozilla.org/~tkuo/test/test_drawImage/test_drawImage.html
You can see the exception message at the console.
This failure forbids some media mochitests.
Comment 1•7 years ago
|
||
Tzuhao, is it possible for you to use mozregression to figure out which change regressed this?
Has STR: --- → yes
Flags: needinfo?(kaku)
Keywords: regression,
regressionwindow-wanted
Priority: -- → P3
Whiteboard: [gfx-noted]
Assignee | ||
Comment 2•7 years ago
|
||
Tzuhao, what device are you using? I could not reproduce on today's nightly on my phone (Google Pixel). So perhaps this has been fixed again, or is device dependent.
Assignee | ||
Comment 3•7 years ago
|
||
My mistake, this is reproducable. Looking in to it.
Assignee: nobody → jnicol
Flags: needinfo?(kaku)
Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Lee Salzman [:lsalzman] from comment #1)
> Tzuhao, is it possible for you to use mozregression to figure out which
> change regressed this?
10:17.50 INFO: Narrowed inbound regression window from [d8c78b2b, 8755d3eb] (3 revisions) to [d8c78b2b, 3e8a6417] (2 revisions) (~1 steps left)
10:17.50 INFO: No more inbound revisions, bisection finished.
10:17.50 INFO: Last good revision: d8c78b2b736bc41c59247c7a47bea70d396258b3
10:17.50 INFO: First bad revision: 3e8a6417ebd4ce7b5af18ed7e33d15e20b9942e0
10:17.50 INFO: Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=d8c78b2b736bc41c59247c7a47bea70d396258b3&tochange=3e8a6417ebd4ce7b5af18ed7e33d15e20b9942e0
10:18.66 INFO: Looks like the following bug has the changes which introduced the regression:
https://bugzilla.mozilla.org/show_bug.cgi?id=1322650
(In reply to Jamie Nicol [:jnicol] from comment #2)
> Tzuhao, what device are you using? I could not reproduce on today's nightly
> on my phone (Google Pixel). So perhaps this has been fixed again, or is
> device dependent.
(In reply to Jamie Nicol [:jnicol] from comment #3)
> My mistake, this is reproducable. Looking in to it.
I can still reporoduce it on the latest Nightly on Google Pixel, Nexus 5, Nexus 6 and Samsung S8+.
Assignee | ||
Comment 5•7 years ago
|
||
Bug 1395497 has patches so I'm closing this as a duplicate
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 6•2 years ago
|
||
Removing regressionwindow-wanted
keyword because this bug has been resolved.
Keywords: regressionwindow-wanted
Comment 7•2 years ago
|
||
Removing regressionwindow-wanted
keyword because this bug has been resolved.
Comment 8•2 years ago
|
||
Removing regressionwindow-wanted
keyword because this bug has been resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•