"Create a bug" links for Fenix crashes should have a "Core" option
Categories
(Socorro :: Webapp, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: mstange, Assigned: kbrosnan)
Details
Attachments
(1 file)
Example: https://crash-stats.mozilla.org/report/index/898056de-5064-4d06-b000-c32520200924#tab-bugzilla
Native crashes in Fenix are usually the fault of Gecko code, which lives in the Bugzilla "Core" product. There is currently a link for the "GeckoView" product, but that product only deals with crashes in the integration layer between Gecko and the Java/Kotlin API.
And Bugzilla's enter_bug.cgi doesn't allow changing the product, it only allows changing the component, as far as I can tell. So the only way to easily file a Core bug from the crash report is to file it in GeckoView first and then move it to the correct product+component afterwards.
It would be nice if there was a "Core" link next to the "GeckoView" link.
Comment 1•5 years ago
|
||
You can fix this in the product details files:
https://github.com/mozilla-services/socorro/tree/main/product_details
Comment 2•4 years ago
|
||
Making this a P5. I'm not going to do this, but I would accept a PR.
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Comment 5•2 years ago
|
||
(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #4)
willkg merged PR #5810: "bug 1667164, 1709417: Remove v0.0a1 and add the ablity to directly file core bugs" in 9da1774.
Comment 6•2 years ago
|
||
I couldn't figure out why this didn't get closed, but the commit message doesn't include the bug numbers. This went out in 2021.07.21 with bug #1721613.
Description
•