Skip to content

Commit

Permalink
Backed out changeset ddd6b2e3aead (bug 1048131)
Browse files Browse the repository at this point in the history
  • Loading branch information
BavarianTomcat committed Jul 3, 2015
1 parent df8a8cc commit e81c099
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 455 deletions.
4 changes: 4 additions & 0 deletions b2g/app/b2g.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,10 @@ pref("consoleservice.buffered", false);
pref("toolkit.storage.pageSize", 2048);
#endif

// Enable captive portal detection.
pref("captivedetect.canonicalURL", "http://detectportal.firefox.com/success.txt");
pref("captivedetect.canonicalContent", "success\n");

// The url of the manifest we use for ADU pings.
pref("ping.manifestURL", "https://marketplace.firefox.com/packaged.webapp");

Expand Down
8 changes: 0 additions & 8 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -4620,14 +4620,6 @@ pref("ui.touch_activation.duration_ms", 10);
// actions when the fifo is written to. Disable this in general.
pref("memory_info_dumper.watch_fifo.enabled", false);

// If minInterval is 0, the check will only happen
// when the service has a strong suspicion we are in a captive portal
pref("network.captive-portal-service.minInterval", 60000); // 60 seconds
pref("network.captive-portal-service.maxInterval", 1500000); // 25 minutes
// Every 10 checks, the delay is increased by a factor of 5
pref("network.captive-portal-service.backoffFactor", "5.0");
pref("network.captive-portal-service.enabled", false);

pref("captivedetect.canonicalURL", "http://detectportal.firefox.com/success.txt");
pref("captivedetect.canonicalContent", "success\n");
pref("captivedetect.maxWaitingTime", 5000);
Expand Down
311 changes: 0 additions & 311 deletions netwerk/base/CaptivePortalService.cpp

This file was deleted.

Loading

0 comments on commit e81c099

Please sign in to comment.