Update pre-existing WebRTC browser mochitests for the new global indicator and notification silencing
Categories
(Firefox :: Site Permissions, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
There's no guarantee that the new global shared indicator, notification silencing and tab switch warning will ship in 78, so we'll want to test with those things both off and on.
Assignee | ||
Comment 1•4 years ago
|
||
These features allow the indicator to not pull focus from the originating window, which
is important to maintain user task continuity, especially for screenreader users.
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
It's possible for gBrowser.selectedTab to be set to null. This should be a no-op, but this
part of webrtcUI that tabbrowser calls doesn't handle the case, and causes an exception to
be thrown. This patch allows the no-op case to occur properly.
Depends on D76735
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D76736
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D76737
Comment 5•4 years ago
|
||
https://hg.mozilla.org/integration/autoland/rev/1db8092803559ab0a64b532c350386e5d9bee805
https://hg.mozilla.org/integration/autoland/rev/a5fd10b6336ed07840c886b7e03829770a3482a4
https://hg.mozilla.org/integration/autoland/rev/1735b739f2f5c592e17f43b3ca287b062017075f
https://hg.mozilla.org/integration/autoland/rev/f4e08664070b8bc5f78fef734b8b064dcd53eb86
https://hg.mozilla.org/mozilla-central/rev/1db809280355
https://hg.mozilla.org/mozilla-central/rev/a5fd10b6336e
https://hg.mozilla.org/mozilla-central/rev/1735b739f2f5
https://hg.mozilla.org/mozilla-central/rev/f4e08664070b
Assignee | ||
Updated•4 years ago
|
Description
•