The function switchToTabHavingURI does not have a default value for parameter #3, but Geoff removed the third parameter here: https://searchfox.org/comm-central/source/mail/base/content/utilityOverlay.js#349 I propose to add a default parameter value for the 3rd parameter, same as Firefox.
Bug 1688887 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The function `switchToTabHavingURI()` does not have a default value for parameter #3, but Geoff removed the third parameter to a call here: https://searchfox.org/comm-central/source/mail/base/content/utilityOverlay.js#349 I propose to add a default parameter value for the 3rd parameter, same as Firefox.
The function `switchToTabHavingURI()` does not have a default value for the `aOpenParams` parameter, but Geoff removed this parameter to a call here which causes the search to fail: https://searchfox.org/comm-central/source/mail/base/content/utilityOverlay.js#349 I propose to add a default parameter value for the `aOpenParams` parameter, same as for Firefox.