no search engine chooseable or working on trunk
Categories
(Thunderbird :: Search, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
3.14 KB,
patch
|
jorgk-bmo
:
review+
mkmelin
:
feedback+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
Mark a word in a message, choose in right-click-menu 'Search Bing For...' waiting for Firefox with the search-results from bing.
In 'Options->General->Default Search Engine' no engine is displayed.
Actual results:
Nothing happens. The function is death.
Expected results:
Firefox opens with the search-results from bing.
Last good here: 20190202093057
First bad here: 20190203080026
Comment 1•6 years ago
|
||
I'm not running nightly so I haven't tested this myself
Comment 2•6 years ago
|
||
Thanks for using Daily, but mind you English ;-) - Maybe the function is dead
, but certainly not death
.
Looks like bug 1492475:
https://hg.mozilla.org/mozilla-central/rev/add76bbdce4e
Aceman, do you have time to do the necessary tweaks here?
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
I'll take this
Assignee | ||
Comment 4•6 years ago
|
||
I guess you're the last to have touched this. Want to review it?
Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Any reason not to repeat the Services.search.init().then(async () => {
stuff? This seems to work for me.
BTW, commit message should be:
Bug 1526211 - Port bug 1492475: Switch to new search engine async API. r=jorgk
(In reply to Jorg K (GMT+1) from comment #2)
Thanks for using Daily, but mind you English ;-) - Maybe the function is
dead
, but certainly notdeath
.
Ouch... :-) But thanks for your attention.
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Thanks, for simple minds like myself it might be preferable to use the same "pattern" in both places.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/dc5b2c3dcf45
Port bug 1492475: Switch to new search engine async API. r=jorgk
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Description
•