Closed
Bug 1245901
Opened 10 years ago
Closed 10 years ago
Telemetry for browser CPOW usage, now rejected
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: benjamin, Assigned: benjamin)
Details
(Whiteboard: dom-triaged)
Attachments
(1 file)
|
MozReview Request: Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r?billm
58 bytes,
text/x-review-board-request
|
billm
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
Browser usage of CPOWs now fails. We should have telemetry to count these failures for the following reasons:
1) to make sure that when users have no addons, that we aren't seeing any CPOW rejections/failures
2) to correlate failures with addons installed to see if particular addons are triggering failures
mconley, do you know where I would add this?
Flags: needinfo?(mconley)
Comment 1•10 years ago
|
||
I believe right around here:
https://dxr.mozilla.org/mozilla-central/rev/584870f1cbc5d060a57e147ce249f736956e2b62/js/ipc/JavaScriptParent.cpp#77
Flags: needinfo?(mconley)
Updated•10 years ago
|
Whiteboard: dom-triaged
| Assignee | ||
Comment 2•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/35125/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/35125/
Attachment #8719804 -
Flags: review?(wmccloskey)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → benjamin
Status: NEW → ASSIGNED
Comment on attachment 8719804 [details]
MozReview Request: Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r?billm
https://reviewboard.mozilla.org/r/35125/#review32211
Attachment #8719804 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8719804 [details]
MozReview Request: Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r?billm
Approval Request Comment
[Feature/regressing bug #]: bug 1233497 turned off unsafe CPOWs for browser code. This is telemetry to see whether that disablement is affecting users. I'd like this on all channels where we're turning e10s on by default.
[User impact if declined]: Less confidence in e10s working correctly.
[Describe test coverage new/current, TreeHerder]: I did basic manual testing before landing
[Risks and why]: I judge this as very low risk
[String/UUID change made/needed]: None
Attachment #8719804 -
Flags: approval-mozilla-aurora?
Comment 6•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Comment 7•10 years ago
|
||
Marking 46 as affected since we plan to test staged rollout on 46 beta.
status-firefox46:
--- → fixed
Comment 8•10 years ago
|
||
Comment on attachment 8719804 [details]
MozReview Request: Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r?billm
This should help give us useful data about e10s. Approved for uplift to aurora.
Attachment #8719804 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•