Closed
Bug 940531
Opened 11 years ago
Closed 11 years ago
The persistent notification should display the origin, rather than the full URL for active getUserMedia requests
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsmith, Assigned: gasolin)
References
Details
Attachments
(1 file)
The persistent notification right now shows the full URL. This is always going to be truncated, as we'll never be able to fit the full URL in the notification. What we should do instead is only show the origin.
Example:
URL - http://mozqa.com/qa-testcase-data/webapi/webrtc/gum_test.html
Origin - http://mozqa.com/
Reporter | ||
Updated•11 years ago
|
Blocks: b2g-getusermedia
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gasolin
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8335173 -
Flags: review?(alive)
Updated•11 years ago
|
Attachment #8335173 -
Flags: review?(alive) → review+
Assignee | ||
Comment 2•11 years ago
|
||
merged to gaia-master, thanks https://github.com/mozilla-b2g/gaia/commit/88943fbe033f8033d4db14fba998567a15b17b8e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8335173 [details] [review]
pull request redirect to github
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): bug 917367
[User impact] if declined: notification still show the full url
[Testing completed]:
[Risk to taking this patch] (and alternatives if risky): low risk
[String changes made]: None
Attachment #8335173 -
Flags: approval-gaia-v1.2?
Reporter | ||
Comment 4•11 years ago
|
||
It's too late for approvals at this point. It's great we got this fixed, but this can ride the trains.
Assignee | ||
Updated•11 years ago
|
Attachment #8335173 -
Flags: approval-gaia-v1.2?
You need to log in
before you can comment on or make changes to this bug.
Description
•