Closed
Bug 1525833
Opened 6 years ago
Closed 6 years ago
Can't add searchplugins from search bar (autodiscovery)
Categories
(Firefox :: Search, defect, P1)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | fixed |
People
(Reporter: flod, Assigned: mikedeboer)
References
Details
(Keywords: regression)
Attachments
(1 file)
In Nightly it's not possible to add searchplugins from the search bar anymore (nothing happens).
-
Enable the search bar
-
Go to https://l10n.mozilla-community.org/~flod/testsp/ and try to install one of the two searchplugins
-
Console reports:
addEngine: Error adding engine:
2 nsSearchService.js:230
It would be good to confirm, but I assume this is caused by bug 1524593. Works fine in Beta.
Reporter | ||
Updated•6 years ago
|
status-firefox65:
--- → unaffected
status-firefox66:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Comment 1•6 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=9658187a54fbd9e7c5bda51fb4e5a041a7af77be&tochange=add76bbdce4e452d1f921bcbc1224b30892d8393
Blocks: 1524593
Keywords: regression
Assignee | ||
Comment 2•6 years ago
|
||
Thanks for reporting this, Francesco. Will fix soon.
Assignee: nobody → mdeboer
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•6 years ago
|
||
This also officially gets rid of the nsIBrowserSearchInitObserver and nsISearchInstallCallback
from nsISearchService.idl, even though they're not used for anything anymore.
Assignee | ||
Comment 4•6 years ago
|
||
Pushed by mdeboer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33b3cd76b206
nsISearchService::addEngine does not support using a callback anymore, instead it returns a Promise. Update the searchbar's usage to reflect this. r=florian
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•