Recording value set on extensions.webextensions.remote pref and WebExtensionPolicy.useRemoteWebExtensions attribute as Glean metrics
Categories
(GeckoView :: Extensions, task, P2)
Tracking
(firefox118 fixed, firefox119 fixed)
People
(Reporter: rpl, Assigned: zombie)
References
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
|
2.88 KB,
text/plain
|
royang
:
data-review+
|
Details |
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
While the presence of the Extension child process can be deduced from the extensions.process_event Glean metric "created" label, we are considering recording the value set on the pref controlling the extension child process support and the value of the WebExtensionPolicy.useRemoteWebExtensions attribute to more easily confirm GeckoView instances where the extension child process support has been turned on but not yet effective until the gecko runtime is actually restarted (e.g. when opting in or opting out at runtime, like when enabling/disabling the pref through about:config, nimbus etc.).
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Comment on attachment 9350902 [details]
bug_1850351_request_remote_extensions.md
DATA COLLECTION REVIEW RESPONSE:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the metrics.yaml file and the Glean Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
tomislav@mozilla.com will be responsible for monitoring the data over time
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical data
- Is the data collection request for default-on or default-off?
Default on for all channels.
- Does the instrumentation include the addition of any new identifiers?
No
- Is the data collection covered by the existing Firefox privacy notice?
Yes
- Does the data collection use a third-party collection tool?
No
Result: data-review+
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
Comment 6•2 years ago
|
||
Comment on attachment 9350968 [details]
Bug 1850351 - Add telemetry for remote extensions pref and runtime value, r?willdurand
Beta/Release Uplift Approval Request
- User impact if declined: None, but that'd be very useful to us for debugging purposes.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It's low risk because this patch "only" allows us to record the values of a pref and runtime value to ease debugging.
- String changes made/needed:
- Is Android affected?: Yes
Comment 8•2 years ago
|
||
Comment on attachment 9350968 [details]
Bug 1850351 - Add telemetry for remote extensions pref and runtime value, r?willdurand
Approved for 118.0b4
Updated•2 years ago
|
Description
•