Closed
Bug 1133483
Opened 10 years ago
Closed 8 years ago
Intermittent resource-selection-invoke-audio-constructor.html | invoking resource selection with new Audio(src) - expected FAIL
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: cbook, Assigned: ctai)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
Ubuntu VM 12.04 mozilla-inbound opt test web-platform-tests-2
https://treeherder.mozilla.org/logviewer.html#?job_id=6644567&repo=mozilla-inbound
02:36:00 INFO - TEST-UNEXPECTED-PASS | /html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-audio-constructor.html | invoking resource selection with new Audio(src) - expected FAIL
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 5•10 years ago
|
||
[Mass Closure] Closing bug as the WORKSFORME as the intermittent failure has not been seen for 45+ days If this has been closed and you feel that it should Not have been closed, please reopen and add [leave open] to the whiteboard.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•9 years ago
|
Priority: -- → P5
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8814766 [details]
Bug 1133483 - Dispatch |NoSupportedMediaSourceError| to main thread in |SelectResource|.
https://reviewboard.mozilla.org/r/95862/#review95830
::: dom/html/HTMLMediaElement.cpp:1216
(Diff revision 1)
> } else {
> const char16_t* params[] = { src.get() };
> ReportLoadError("MediaLoadInvalidURI", params, ArrayLength(params));
> }
> - NoSupportedMediaSourceError();
> + nsCOMPtr<nsIRunnable> event =
> + NewRunnableMethod<const nsACString&>(this, &HTMLMediaElement::NoSupportedMediaSourceError, nsCString());
Use NewRunnableMethod<nsCString>(...) instead.
Also add a comment to match the code to the spec.
Attachment #8814766 -
Flags: review?(jwwang) → review+
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8814767 [details]
Bug 1133483 - Enable resource-selection-invoke-audio-constructor.html. .
https://reviewboard.mozilla.org/r/95864/#review95832
Attachment #8814767 -
Flags: review?(jwwang) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 10•8 years ago
|
||
Please ensure that the review flags are properly set in MozReview so that Autoland can push this.
Assignee: nobody → ctai
Keywords: checkin-needed
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 13•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b47698f7703
Dispatch |NoSupportedMediaSourceError| to main thread in |SelectResource|. r=jwwang
https://hg.mozilla.org/integration/autoland/rev/9f8294cdd9bb
Enable resource-selection-invoke-audio-constructor.html. r=jwwang.
Keywords: checkin-needed
Reporter | ||
Comment 14•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3b47698f7703
https://hg.mozilla.org/mozilla-central/rev/9f8294cdd9bb
Status: REOPENED → RESOLVED
Closed: 10 years ago → 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 15•8 years ago
|
||
Please request Aurora/Beta approval on this when you get a chance.
Assignee | ||
Comment 16•8 years ago
|
||
JW, do you think this bug need to uplift to Aurora/Beta?
Or just ride the train.
Flags: needinfo?(ctai) → needinfo?(jwwang)
Comment 17•8 years ago
|
||
It is worth uplifting if the change is low risk. However, since this only affects some test cases, I would prefer to let it ride the train.
Flags: needinfo?(jwwang)
Assignee | ||
Comment 18•8 years ago
|
||
OK, thanks.
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•