Closed
Bug 1841498
Opened 3 years ago
Closed 3 years ago
Convert GV's BrowserUsageTelemetry.jsm to ESM
Categories
(GeckoView :: General, task)
Tracking
(firefox116 fixed, firefox117 fixed)
RESOLVED
FIXED
117 Branch
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Whiteboard: [esmification-timeline] )
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
We need to convert mobile version too. (dom references this module. https://searchfox.org/mozilla-central/rev/7069822ab03c425676187eadca1d8e0d84ff3b5b/dom/base/Document.cpp#18037, so bug 1834831 causes a regression.)
| Assignee | ||
Comment 1•3 years ago
|
||
Bug 1834831 forgot converting mobile version since
Document::AutomaticStorageAccessPermissionCanBeGranted uses this module.
Updated•3 years ago
|
Assignee: nobody → m_kato
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Summary: Convert BrowserUsageTelemetry.sys.mjs to ESM → Convert GV's BrowserUsageTelemetry.jsm to ESM
Updated•3 years ago
|
Attachment #9342087 -
Attachment description: Bug 1841498 - Convert BrowserUsageTelemetry.sys.mjs to ESM. r=#geckoview-reviewers! → Bug 1841498 - Convert BrowserUsageTelemetry.jsm to ESM. r=#geckoview-reviewers!
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [esmification-timeline]
Updated•3 years ago
|
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/a0647e42fb1f
Convert BrowserUsageTelemetry.jsm to ESM. r=geckoview-reviewers,calu
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
| Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9342087 [details]
Bug 1841498 - Convert BrowserUsageTelemetry.jsm to ESM. r=#geckoview-reviewers!
Beta/Release Uplift Approval Request
- User impact if declined: Bug 1573236 / Bug 1573238's feature becomes broken after landing bug 1834831
- Is this code covered by automated tests?: No
- 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): Bug 1834831 converts Desktop's JSM to ESM, but it forget converting GeckoView module
- String changes made/needed:
- Is Android affected?: Yes
Attachment #9342087 -
Flags: approval-mozilla-beta?
Comment 5•3 years ago
|
||
Comment on attachment 9342087 [details]
Bug 1841498 - Convert BrowserUsageTelemetry.jsm to ESM. r=#geckoview-reviewers!
Approved for 116.0b2
Attachment #9342087 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•3 years ago
|
||
| bugherder uplift | ||
status-firefox116:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•