Closed
Bug 1443157
Opened 7 years ago
Closed 7 years ago
gUM capture doesn't display capture indicators in notification tray on Android
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Firefox for Android Graveyard
General
Tracking
(firefox-esr52 unaffected, firefox58 unaffected, firefox59 unaffected, firefox60+ verified, firefox61 verified)
VERIFIED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox58 | --- | unaffected |
| firefox59 | --- | unaffected |
| firefox60 | + | verified |
| firefox61 | --- | verified |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
johannh
:
review+
jcristau
:
approval-mozilla-beta+
|
Details |
STR:
1 go to https://mozilla.github.io/webrtc-landing/gum_test.html
2 click Audio & Video
3 approve the permission request
Expected: An entry in the notification tray saying that Firefox is currently capturing the user's camera and microphone.
Actual: No entry in the notification tray.
This reproduces on Nightly 60, *not* on 58 or 59.
The working hypothesis so far is that bug 1299515 regressed this, as it changed some of the backend logic and signaling bits for this.
| Assignee | ||
Comment 1•7 years ago
|
||
Ok, unsure about the component. Marking it General for triage.
Component: Audio/Video → General
Comment 2•7 years ago
|
||
[Tracking Requested - why for this release]: Privacy regression blocking new 60 camera-off-on-disabled feature (bug 1299515).
status-firefox58:
--- → unaffected
status-firefox59:
--- → unaffected
status-firefox60:
--- → affected
tracking-firefox60:
--- → ?
Updated•7 years ago
|
status-firefox-esr52:
--- → unaffected
Updated•7 years ago
|
Summary: gUM capture doesn't display capture indicators in notification tray → gUM capture doesn't display capture indicators in notification tray on Android
Updated•7 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 3•7 years ago
|
||
One issue found, I hope and think that is all:
Regressed by [1], because on Android the message part is still used per [2]. Not that it's used for anything useful however, so it should be a quick fix.
[1] https://hg.mozilla.org/mozilla-central/rev/871480d5c37d3ff8e2d011ca4700f550148d490d
[2] https://searchfox.org/mozilla-central/rev/8fa0b32c84f924c6809c690117dbd59591f79607/mobile/android/modules/WebrtcUI.jsm#69
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 5•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=02b8bc92e6443b27455aad8ffa32260ea4d06e55
This build works for me.
Comment 6•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8958899 [details]
Bug 1443157 - Disregard aData for event recording-device-events.
https://reviewboard.mozilla.org/r/227770/#review233814
Looks reasonable to me and works when testing on my phone :)
Attachment #8958899 -
Flags: review?(jhofmann) → review+
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2b393dc7ff57
Disregard aData for event recording-device-events. r=johannh
Comment 8•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
| Assignee | ||
Comment 9•7 years ago
|
||
Would be great to have full verification that this is now fixed in Nightly.
Flags: qe-verify+
| Assignee | ||
Comment 10•7 years ago
|
||
Comment on attachment 8958899 [details]
Bug 1443157 - Disregard aData for event recording-device-events.
Approval Request Comment
[Feature/Bug causing the regression]: bug 1299515
[User impact if declined]: No notification on OS level or in browser chrome that a camera or microphone capture is occurring on any website on Fennec.
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: Not yet
[Needs manual test from QE? If yes, steps to reproduce]: Yes, see comment 0
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: Dead simple, removing a check on a variable we no longer set.
[String changes made/needed]: None
Attachment #8958899 -
Flags: approval-mozilla-beta?
Comment 11•7 years ago
|
||
I was able to reproduce the issue on build 60.0a1 from 30-01 with Nexus 6P(Android 8.1.0) and Honor 8(Android 7.0).
Verified as fixed: build 61.0a1 from 30-19.
Devices: Nexus 6P(Android 8.1.0) and Honor 8(Android 7.0).
Comment 12•7 years ago
|
||
Comment on attachment 8958899 [details]
Bug 1443157 - Disregard aData for event recording-device-events.
android crash fix, beta60+
Attachment #8958899 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 13•7 years ago
|
||
| bugherder uplift | ||
Comment 14•7 years ago
|
||
Verified as fixed: 60.0b5 build 1.
Devices: Samsung Galaxy Tab S3 (Android 7.0), Nexus 5 (Android 6.0.1), Xiaomi Mi Pad 2 (Android 5.1 x86).
Screenshot: https://i.imgur.com/pxNWBoF.png.
Status: RESOLVED → VERIFIED
Comment 15•7 years ago
|
||
Based on previous comments, the bug was verified as fixed on Nightly 61 and Beta 60. Remove the qe-verify+ flag.
Flags: qe-verify+
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•