Closed
Bug 1846812
Opened 1 year ago
Closed 1 year ago
Create ShoppingUtils to handle shopping-related tasks at app startup and app shutdown
Categories
(Firefox :: Shopping, task, P1)
Firefox
Shopping
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: jhirsch, Assigned: jhirsch)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-shopping])
Attachments
(1 file)
It looks like both the OMC/onboarding code and the telemetry code need to do some things at application startup and/or application shutdown, but the existing ShoppingSidebarManager code in browser.js is tied to the lifetimes of individual application windows.
Let's create some kind of component and hook it into the startup idle and application exit granted hooks, so there's a ready spot where those teams can insert code.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → jhirsch
Severity: -- → S3
Priority: -- → P1
Whiteboard: [fidefe-shopping]
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Summary: Create app-global spot to run app startup and shutdown tasks → Create ShoppingUtils to handle shopping-related tasks at app startup and app shutdown
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by jhirsch@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6008820328aa
Create ShoppingUtils to handle shopping-related tasks at app startup and app shutdown. r=Gijs
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Comment 4•1 year ago
|
||
Hi @Jared is this related to any telemetry events ? or is there something we can verify on the QA side here ?
Flags: needinfo?(jhirsch)
Assignee | ||
Comment 5•1 year ago
|
||
I can't think of anything specific to this patch that QA needs to verify.
Flags: needinfo?(jhirsch)
You need to log in
before you can comment on or make changes to this bug.
Description
•