Closed
Bug 1841762
Opened 1 year ago
Closed 10 months ago
We should always have a valid queryContext in onEngagement
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: mak, Assigned: daleharvey)
References
(Regressed 1 open bug)
Details
(Whiteboard: [sng-scrubbed][search-tech-debt])
Attachments
(1 file, 1 obsolete file)
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
Assignee | ||
Updated•11 months ago
|
Assignee: nobody → dharvey
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Attachment #9370184 -
Attachment is obsolete: true
Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Attachment #9370206 -
Attachment description: WIP: Bug 1841762 - Ensure onEngagement has queryContext defined → Bug 1841762 - Ensure onEngagement has queryContext defined. r=adw
Updated•10 months ago
|
Attachment #9370206 -
Attachment description: Bug 1841762 - Ensure onEngagement has queryContext defined. r=adw → Bug 1841762 - Ensure onEngagement has queryContext defined. r=mak
Pushed by dharvey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/743bf7dec6d1
Ensure onEngagement has queryContext defined. r=mak
Comment 4•10 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 months ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•