Skip to content

Commit 1a3f80e

Browse files
committed
Bug 1925734 - Remove UrlbarProviderWeather, the weatherKeywords Nimbus variable, and JS-backend support for weather suggestions. r=daisuke
Depends on D225051 Differential Revision: https://phabricator.services.mozilla.com/D226214 UltraBlame original commit: ab85213de158a9677c183d45e2fb28856b26cf31
1 parent ed5d841 commit 1a3f80e

14 files changed

+503
-5943
lines changed

browser/components/urlbar/UrlbarMuxerUnifiedComplete.sys.mjs

-44
Original file line numberDiff line numberDiff line change
@@ -188,22 +188,6 @@ sys
188188
.
189189
mjs
190190
"
191-
UrlbarProviderWeather
192-
:
193-
"
194-
resource
195-
:
196-
/
197-
/
198-
/
199-
modules
200-
/
201-
UrlbarProviderWeather
202-
.
203-
sys
204-
.
205-
mjs
206-
"
207191
UrlbarSearchUtils
208192
:
209193
"
@@ -5299,12 +5283,6 @@ if
52995283
(
53005284
state
53015285
.
5302-
weatherResult
5303-
|
5304-
|
5305-
(
5306-
state
5307-
.
53085286
quickSuggestResult
53095287
&
53105288
&
@@ -5315,7 +5293,6 @@ quickSuggestResult
53155293
=
53165294
result
53175295
)
5318-
)
53195296
{
53205297
/
53215298
/
@@ -8773,27 +8750,6 @@ quickSuggestResult
87738750
result
87748751
;
87758752
}
8776-
if
8777-
(
8778-
result
8779-
.
8780-
providerName
8781-
=
8782-
=
8783-
lazy
8784-
.
8785-
UrlbarProviderWeather
8786-
.
8787-
name
8788-
)
8789-
{
8790-
state
8791-
.
8792-
weatherResult
8793-
=
8794-
result
8795-
;
8796-
}
87978753
state
87988754
.
87998755
hasUnitConversionResult

browser/components/urlbar/UrlbarPrefs.sys.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -4802,9 +4802,6 @@ null
48024802
recordNavigationalSuggestionTelemetry
48034803
:
48044804
false
4805-
weatherKeywords
4806-
:
4807-
null
48084805
weatherKeywordsMinimumLength
48094806
:
48104807
0

0 commit comments

Comments
 (0)