Open
Bug 1599742
Opened 3 years ago
Updated 5 months ago
Review fallback for purpose parameter to EngineURL.getSubmission
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
NEW
People
(Reporter: standard8, Unassigned)
References
Details
EngineURL.getSubmission
currently takes a purpose parameter. This falls back to searchbar
in a couple of instances:
- If the parameter is not supplied.
- If there are no matching purposes in the associated parameters.
From looking at the callers to getSubmission, then apart from the mobile code, it looks like everyone is supplying a purpose.
As the mobile code may be going away, we should review this and possibly make purpose non-optional and remove the need for the first fallback.
Reporter | ||
Updated•3 years ago
|
Blocks: post-modern-search-cleanup
Reporter | ||
Updated•3 years ago
|
Points: --- → 2
Updated•5 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•