Closed
Bug 1485508
Opened 7 years ago
Closed 7 years ago
MozParams aren't supported as the first entry in a search engine
Categories
(Firefox :: Search, enhancement, P1)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 64
People
(Reporter: mkaply, Assigned: mkaply)
References
Details
Attachments
(1 file)
If a MozParam is the first entry in an engine, the searchForm ends up as:
http://foo.com?&foo=bar
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
Comment 2•7 years ago
|
||
Comment on attachment 9003491 [details]
Bug 1485508 - Properly construct MozParameterized search URL.
Drew Willcoxon :adw has approved the revision.
Attachment #9003491 -
Flags: review+
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/5740e53a5e2d
Properly construct MozParameterized search URL. r=adw
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0ed6d2eaccfe
Properly construct MozParameterized search URL. r=adw
Comment 5•7 years ago
|
||
It might be possible to use https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams for this.
Assignee | ||
Comment 6•7 years ago
|
||
> It might be possible to use https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams for this.
I did think about using that but it seemed like overkill for this case.
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment 8•7 years ago
|
||
bugherder |
Comment 9•7 years ago
|
||
Does this need a Beta uplift or can it ride the trains?
Flags: needinfo?(mozilla)
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•