macro-ize GeckoProcessType enum values and associated code
Categories
(Core :: XPCOM, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 3 obsolete files)
6.24 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
4.72 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
5.47 KB,
patch
|
gsvelto
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1abd03bcbfa3
https://hg.mozilla.org/mozilla-central/rev/65f142863701
https://hg.mozilla.org/mozilla-central/rev/de7c04ff6001
Comment 15•6 years ago
|
||
As far as I can tell this changed process type from "content" to "tab" for content process crashes, which socorro doesn't expect. E.g. https://crash-stats.mozilla.com/topcrashers/?product=Firefox&version=66.0a1&process_type=content&days=7&_range_type=build is now empty. Was that intended?
Comment 16•6 years ago
|
||
This is something that I missed during review. I'm not sure if it was intentional or not.
Comment 17•6 years ago
|
||
OK thanks. I sent a heads-up to the stability list for now, and if this change remains in place I guess we'll need a follow-up in socorro.
Assignee | ||
Comment 18•6 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #15)
As far as I can tell this changed process type from "content" to "tab" for content process crashes, which socorro doesn't expect. E.g. https://crash-stats.mozilla.com/topcrashers/?product=Firefox&version=66.0a1&process_type=content&days=7&_range_type=build is now empty. Was that intended?
Oh my. That was not intended, sorry about that. It will make CrashReporterHost a little bit uglier, but I think that's possibly better than fixing it on the Socorro side? Happy to do either one, but I'd need a bit of a pointer for the Socorro side of things.
Updated•6 years ago
|
Description
•