Open
Bug 1841762
Opened 1 year ago
Updated 1 year ago
We should always have a valid queryContext in onEngagement
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: mak, Unassigned)
References
Details
(Whiteboard: [sng-scrubbed][search-tech-debt])
Sometimes queryContext is undefined, my suspect is that it's for the "start" engagement, but should be verified.
Always having a context has some advantages:
- it is less error prone
- we can use context.isPrivate in the onEngagement implementations instead of inferring it from controller.input
Reporter | ||
Updated•1 year ago
|
Severity: N/A → S4
Priority: -- → P3
Whiteboard: [sng-scrubbed][search-tech-debt]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNG-813
You need to log in
before you can comment on or make changes to this bug.
Description
•