Closed
Bug 1848146
Opened 3 years ago
Closed 3 years ago
FOG Glean APIs made available in some About contexts
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
118 Branch
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: perry.mcmanis, Assigned: chutten)
References
Details
Attachments
(1 file)
Glean should be able to accessed directly in (some) About contexts.
This is especially relevant because of https://phabricator.services.mozilla.com/D184744 it will require expanded access to be able to record events in the most desirable place (where activity occurs).
| Assignee | ||
Comment 1•3 years ago
|
||
Looks like nsIAboutModule::IS_SECURE_CHROME_UI ought to do. I'll get a patch up shortly and see what folks think.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 years ago
|
||
I thought about adding a new flag, but all the current about: pages with
IS_SECURE_CHROME_UI should have Glean, and from how it's documented and used,
I think it's low-risk for future users of that flag as well.
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4054d58d3e86
Allow Glean access to about: pages that are secure chrome UI r=nika
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•