207
edits
No edit summary |
|||
| Line 68: | Line 68: | ||
</onlyinclude> | </onlyinclude> | ||
=Signoff-Report = | =Signoff-Report issued on April 25 by Adrian Florinescu = | ||
==Feature testing status: == | ==Feature testing status: COMPLETED== | ||
Testing status: COMPLETED (100%). | |||
83 passed (92%), 4 blocked (4%), 3 failed with known bugs (3%), 0 failed with new bugs (0%) | |||
==Overall feature status after testing: GREEN== | |||
Reason: 92% of our tests passed. | |||
==Recommendation from QE: SHIP IT == | |||
Reason: 1 existing issue was reopened during testing Bug1309494 | |||
Proposed course of action: let this feature ride Fx55. | |||
==QA Test Report == | |||
*Test Report: [https://wiki.mozilla.org/QA/Shutdown_Decoders Test Report | |||
==QA Contact == | |||
Adrian Florinescu <adrian.florinescu@softvision.ro> | |||
==Bugs tracking == | ==Bugs tracking == | ||
<bugzilla> | |||
{ | |||
"id":["1309494"], | |||
"include_fields": "id, priority, summary, status, resolution, assigned_to, last_change_time", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
=UX Spec= | =UX Spec= | ||
*UX Spec : [https://mozilla.invisionapp.com/share/K48PCVSEM UX Spec | *UX Spec : [https://mozilla.invisionapp.com/share/K48PCVSEM UX Spec | ||
===Decoder resuming latency=== | ===Decoder resuming latency=== | ||
While the suspended-video-element is switched back to be visible again, we should resume its original video decoder. The resuming operation '''must be asynchronous''' since we don't want to block the main thread and '''might be time-consuming''' which depends on the resolution of the video file and whether it contains audio tracks or not. | While the suspended-video-element is switched back to be visible again, we should resume its original video decoder. The resuming operation '''must be asynchronous''' since we don't want to block the main thread and '''might be time-consuming''' which depends on the resolution of the video file and whether it contains audio tracks or not. | ||
edits