Closed
Bug 1154482
Opened 10 years ago
Closed 10 years ago
about:webrtc page occasionally throws a TypeError for an undefined reference
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
People
(Reporter: pkerr, Assigned: pkerr)
Details
Attachments
(1 file, 1 obsolete file)
|
1.01 KB,
patch
|
jib
:
review+
lizzard
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
TypeError: c is undefined" inside candidateToString(c)
| Assignee | ||
Updated•10 years ago
|
Summary: about:webrtc page occasionally throw a TypeError for an undefined reference → about:webrtc page occasionally throws a TypeError for an undefined reference
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
with less whitespace
| Assignee | ||
Updated•10 years ago
|
Attachment #8592509 -
Attachment is obsolete: true
| Assignee | ||
Updated•10 years ago
|
Attachment #8592511 -
Flags: review?(jib)
Updated•10 years ago
|
Attachment #8592511 -
Flags: review?(jib) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Comment 5•10 years ago
|
||
Paul -- Can you write an uplift request for this to Fx38 and Fx39? And can you file a follow up bug (linked to this one) to investigate the root cause of the TypeError? Thanks.
Flags: needinfo?(pkerr)
| Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8592511 [details] [diff] [review]
about:webrtc intermittently throws a js type error
Approval Request Comment
[Feature/regressing bug #]: this bug: 1154482
[User impact if declined]: Testers and early adopters of WebRTC will occasionally see a Javascript TypeError instead of WebRTC internal state data when using the about:webrtc to debug issues.
[Describe test coverage new/current, TreeHerder]: Manual testing was conducted to verify that the function in question now correctly handled null/undefined values. No new automated test was created as the actual root cause of the corrupted data is unknown at this point. Current TreeHerder tests show no regressions cause by this patch.
[Risks and why]: This is a very low risk change; it is a simple if() statement in a single javascript file. It allows the remainder of the uncorrupted data to be displayed to the user.
[String/UUID change made/needed]: none
Attachment #8592511 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8592511 [details] [diff] [review]
about:webrtc intermittently throws a js type error
Approval Request Comment
[Feature/regressing bug #]: this bug: 1154482
[User impact if declined]: Testers and early adopters of WebRTC will occasionally see a Javascript TypeError instead of WebRTC internal state data when using the about:webrtc to debug issues. This issue was first reported by a beta user.
[Describe test coverage new/current, TreeHerder]: Manual testing was conducted to verify that the function in question now correctly handled null/undefined values. No new automated test was created as the actual root cause of the corrupted data is unknown at this point. Current TreeHerder tests show no regressions cause by this patch.
[Risks and why]: This is a very low risk change; it is a simple if() statement in a single javascript file. It allows the remainder of the uncorrupted data to be displayed to the user.
[String/UUID change made/needed]: none
Attachment #8592511 -
Flags: approval-mozilla-beta?
Updated•10 years ago
|
status-firefox38:
--- → affected
status-firefox39:
--- → affected
Comment 9•10 years ago
|
||
Comment on attachment 8592511 [details] [diff] [review]
about:webrtc intermittently throws a js type error
Approved for uplift to 39 as this looks like a minor change to improve error message accuracy.
Attachment #8592511 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Comment on attachment 8592511 [details] [diff] [review]
about:webrtc intermittently throws a js type error
Just like Liz said
Should be in 38 beta 6.
Attachment #8592511 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 12•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•