Skip to content

Commit

Permalink
Backed out 2 changesets (bug 1810421) for causing build bustages in T…
Browse files Browse the repository at this point in the history
…estWifiMonitor.cpp CLOSED TREE

Backed out changeset 1cf92ef74fb4 (bug 1810421)
Backed out changeset afd62e82fe83 (bug 1810421)
  • Loading branch information
Cristian Tuns committed May 10, 2023
1 parent 4860ddd commit b3c5dbd
Show file tree
Hide file tree
Showing 29 changed files with 563 additions and 1,088 deletions.
2 changes: 1 addition & 1 deletion dom/system/NetworkGeolocationProvider.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ NetworkGeolocationProvider.prototype = {
this.wifiService = Cc["@mozilla.org/wifi/monitor;1"].getService(
Ci.nsIWifiMonitor
);
this.wifiService.startWatching(this, false);
this.wifiService.startWatching(this);
}

this.resetTimer();
Expand Down
7 changes: 0 additions & 7 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12705,13 +12705,6 @@
value: false
mirror: always

# Wifi-scan polling period, in ms, when on a mobile network.
# A value of 0 indicates that no polling should be done.
- name: network.wifi.scanning_period
type: RelaxedAtomicUint32
value: 60000
mirror: always

#---------------------------------------------------------------------------
# Prefs starting with "nglayout."
#---------------------------------------------------------------------------
Expand Down
33 changes: 0 additions & 33 deletions netwerk/wifi/WifiScanner.h

This file was deleted.

60 changes: 0 additions & 60 deletions netwerk/wifi/dbus/DbusWifiScanner.h

This file was deleted.

31 changes: 0 additions & 31 deletions netwerk/wifi/freebsd/FreeBsdWifiScanner.h

This file was deleted.

Loading

0 comments on commit b3c5dbd

Please sign in to comment.