Closed
Bug 1339351
Opened 8 years ago
Closed 8 years ago
Fix a typo in background_video.js
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
kaku
:
review+
gchang
:
approval-mozilla-aurora+
jcristau
:
approval-mozilla-beta+
|
Details |
http://searchfox.org/mozilla-central/rev/d3307f19d5dac31d7d36fc206b00b686de82eee4/dom/media/test/background_video.js#54
It should be |Promise.resolve()| instead of |Promise.success()|. This might account for timeouts in dom/media/test/test_background_video_*.
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8837054 [details]
Bug 1339351 - fix typo.
https://reviewboard.mozilla.org/r/112326/#review113956
This is cool..., Promise.success() is even not a real API, right?
Attachment #8837054 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Yeah. I can't find such an API in any documents...
Thanks for the review.
Assignee | ||
Updated•8 years ago
|
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a776b907e01
fix typo. r=kaku
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8837054 [details]
Bug 1339351 - fix typo.
Approval Request Comment
[Feature/Bug causing the regression]:1284177
[User impact if declined]:mochitest timeout
[Is this code covered by automated tests?]:yes
[Has the fix been verified in Nightly?]:yes
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]:none
[Is the change risky?]:no
[Why is the change risky/not risky?]:this is a simple one-line change.
[String changes made/needed]:none
Attachment #8837054 -
Flags: approval-mozilla-beta?
Attachment #8837054 -
Flags: approval-mozilla-aurora?
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•8 years ago
|
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Comment 7•8 years ago
|
||
Comment on attachment 8837054 [details]
Bug 1339351 - fix typo.
Fix a mochitest timeout error. Aurora53+.
Attachment #8837054 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•8 years ago
|
||
Comment on attachment 8837054 [details]
Bug 1339351 - fix typo.
test-only change
Attachment #8837054 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 9•8 years ago
|
||
bugherder uplift |
Comment 10•8 years ago
|
||
bugherder uplift |
Comment 11•8 years ago
|
||
Setting qe-verify- based on JW Wang's assessment on manual testing needs (Comment 5) and the fact that this fix has automated coverage.
Flags: qe-verify-
Comment 12•8 years ago
|
||
bugherder uplift |
status-firefox-esr52:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•