Closed
Bug 1210240
Opened 9 years ago
Closed 9 years ago
Do some telemetry for potential subject-principal crash sites
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(1 file)
2.04 KB,
patch
|
gfritzsche
:
review+
vladan
:
review+
|
Details | Diff | Splinter Review |
Without bug 1209131, we can't get stacks for potential culprits that will run afoul of the more stringent checks added in bug 1072150. But we can at least measure the rough crash rate that we can expect by turning those checks on again. Let's see what that looks like.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8668183 -
Flags: review?(gfritzsche)
Comment 2•9 years ago
|
||
Comment on attachment 8668183 [details] [diff] [review]
Do some telemetry for potential subject-principal crash sites. v1
Review of attachment 8668183 [details] [diff] [review]:
-----------------------------------------------------------------
Simple enough, but you should add an "alert_emails" entry for the histogram.
Still needs data collection peer approval, moving to vladan for this simple probe.
Attachment #8668183 -
Flags: review?(vladan.bugzilla)
Attachment #8668183 -
Flags: review?(gfritzsche)
Attachment #8668183 -
Flags: review+
Comment 3•9 years ago
|
||
Comment on attachment 8668183 [details] [diff] [review]
Do some telemetry for potential subject-principal crash sites. v1
Review of attachment 8668183 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/Histograms.json
@@ +5316,5 @@
> },
> + "SUBJECT_PRINCIPAL_ACCESSED_WITHOUT_SCRIPT_ON_STACK": {
> + "expires_in_version": "46",
> + "kind": "flag",
> + "description": "Whether the subject principal was accessed without script on the stack during the current session"
add an alert_emails field so we know who "owns" this histogram. This can be you or ideally some team mailing alias. Alternately, you can just tell us which (well monitored) component to file bugs in via the description field.
Attachment #8668183 -
Flags: review?(vladan.bugzilla) → review+
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•