Closed
Bug 1045500
Opened 11 years ago
Closed 11 years ago
Crash reporter notification cuts off OpenH264 plugin name
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
People
(Reporter: gfritzsche, Assigned: gfritzsche)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
1.37 KB,
patch
|
jesup
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.98 KB,
patch
|
ttaubert
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Our browser-plugins.js code tries to make plugin names less awkward by, among other things, stripping version numbers from the end.
We need to avoid that for the openh264 case though, because we get "...h264" → "...h".
We could just mark GMP crashes in the custom event code and then skip makeNicePluginName() for them in browser-plugins.
Flags: firefox-backlog+
Assignee | ||
Comment 1•11 years ago
|
||
Moving this out of bug 1043531 because it doesn't block QA for that bug and hence shouldn't block it from landing ASAP.
Whiteboard: [openh264-uplift]
Comment 2•11 years ago
|
||
Hi Georg, would you like this added to Iteration 34.1?
Flags: needinfo?(georg.fritzsche)
Updated•11 years ago
|
Status: NEW → ASSIGNED
QA Whiteboard: [qa?]
Assignee | ||
Updated•11 years ago
|
QA Whiteboard: [qa?] → [qa+]
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8463912 -
Flags: review?(rjesup)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8463913 -
Flags: review?(ttaubert)
Updated•11 years ago
|
Blocks: WebRTC-OpenH264
Updated•11 years ago
|
Attachment #8463913 -
Flags: review?(ttaubert) → review+
Updated•11 years ago
|
Attachment #8463912 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/56cc07922391
https://hg.mozilla.org/mozilla-central/rev/efa72f3380cf
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Comment 8•11 years ago
|
||
Hi Liz, can a QA contact be assigned for verification of this bug.
Flags: needinfo?(lhenry)
Comment 9•11 years ago
|
||
Assigning to Anthony since this blocks bug 1043531.
Flags: needinfo?(lhenry)
QA Contact: anthony.s.hughes
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8463912 [details] [diff] [review]
Mark up GMP crash events
Approval Request Comment
[Feature/regressing bug #]: OpenH264 crash reporting, frontend.
[User impact if declined]: Cut-off plugin name (e.g. "gmpopenh" instead of "gmpopenh264").
[Describe test coverage new/current, TBPL]: Manually tested, automated tested pending other bugs.
[Risks and why]: Low-risk, 2 small changes: one that just marks an event as GMP specific and another that skips processing the name if that marker is set.
[String/UUID change made/needed]: None.
Attachment #8463912 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8463913 [details] [diff] [review]
Skip makeNicePluginname for GMP plugins
Approval Request Comment
See above.
Attachment #8463913 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox33:
--- → affected
status-firefox34:
--- → fixed
Updated•11 years ago
|
Attachment #8463912 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Attachment #8463913 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Hi Georg, Florin has asked for details on how to verify this bug. Can you provide him with that.
Flags: needinfo?(georg.fritzsche)
Assignee | ||
Comment 14•11 years ago
|
||
Steps will be up on bug 1043531 in a bit, this bug only fixes the name being cut off there.
Flags: needinfo?(georg.fritzsche)
Comment 15•11 years ago
|
||
Verified as fixed with Aurora 33.0a2 (Build ID: 20140731004002) and Nightly 34.0a1 (Build ID: 20140731030206) builds on Windows 7 x64, Mac OS X 10.9.4 and Ubuntu 13.04 64bit - the plugin name is no longer cut off in crash reporter notification.
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa+] → [qa!]
Updated•10 years ago
|
Whiteboard: [openh264-uplift]
You need to log in
before you can comment on or make changes to this bug.
Description
•