Skip to content

Commit 57dcf87

Browse files
committed
Backout 35d48d9d80d5 (bug 752982) for landing without proper review.
1 parent 92aba9c commit 57dcf87

File tree

12 files changed

+0
-558
lines changed

12 files changed

+0
-558
lines changed

b2g/installer/package-manifest.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@
287287
@BINPATH@/components/services-crypto.xpt
288288
#endif
289289
@BINPATH@/components/services-crypto-component.xpt
290-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
291-
@BINPATH@/components/services-captivedetect.xpt
292-
#endif
293290
@BINPATH@/components/shellservice.xpt
294291
@BINPATH@/components/shistory.xpt
295292
@BINPATH@/components/spellchecker.xpt
@@ -496,10 +493,6 @@
496493
@BINPATH@/components/HealthReportComponents.manifest
497494
@BINPATH@/components/HealthReportService.js
498495
#endif
499-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
500-
@BINPATH@/components/CaptivePortalDetectComponents.manifest
501-
@BINPATH@/components/captivedetect.js
502-
#endif
503496
@BINPATH@/components/TelemetryPing.js
504497
@BINPATH@/components/TelemetryPing.manifest
505498
@BINPATH@/components/Webapps.js
@@ -597,9 +590,6 @@
597590
#ifdef MOZ_SERVICES_SYNC
598591
@BINPATH@/defaults/pref/services-sync.js
599592
#endif
600-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
601-
@BINPATH@/defaults/pref/services-captivedetect.js
602-
#endif
603593

604594
; [Layout Engine Resources]
605595
; Style Sheets, Graphics and other Resources used by the layout engine.

browser/installer/package-manifest.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@
286286
@BINPATH@/components/saxparser.xpt
287287
@BINPATH@/browser/components/sessionstore.xpt
288288
@BINPATH@/components/services-crypto-component.xpt
289-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
290-
@BINPATH@/components/services-captivedetect.xpt
291-
#endif
292289
@BINPATH@/browser/components/shellservice.xpt
293290
@BINPATH@/components/shistory.xpt
294291
@BINPATH@/components/spellchecker.xpt
@@ -487,10 +484,6 @@
487484
@BINPATH@/components/SyncComponents.manifest
488485
@BINPATH@/components/Weave.js
489486
#endif
490-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
491-
@BINPATH@/components/CaptivePortalDetectComponents.manifest
492-
@BINPATH@/components/captivedetect.js
493-
#endif
494487
@BINPATH@/components/servicesComponents.manifest
495488
@BINPATH@/components/cryptoComponents.manifest
496489
@BINPATH@/components/TelemetryPing.js

browser/installer/removed-files.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,6 @@ xpicleanup@BIN_SUFFIX@
976976
defaults/pref/firefox.js
977977
defaults/pref/firefox-l10n.js
978978
defaults/pref/services-sync.js
979-
defaults/pref/services-captivedetect.js
980979
defaults/profile/bookmarks.html
981980
defaults/profile/chrome/userChrome-example.css
982981
defaults/profile/chrome/userContent-example.css

configure.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8388,12 +8388,6 @@ if test -n "$MOZ_SERVICES_SYNC"; then
83888388
AC_DEFINE(MOZ_SERVICES_SYNC)
83898389
fi
83908390

8391-
dnl Build Captive Portal Detector if required
8392-
AC_SUBST(MOZ_SERVICES_CAPTIVEDETECT)
8393-
if test -n "$MOZ_SERVICES_CAPTIVEDETECT"; then
8394-
AC_DEFINE(MOZ_SERVICES_CAPTIVEDETECT)
8395-
fi
8396-
83978391
dnl ========================================================
83988392
if test "$MOZ_DEBUG" -o "$NS_TRACE_MALLOC" -o "$MOZ_DMD"; then
83998393
MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS=

mobile/android/installer/package-manifest.in

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@
210210
@BINPATH@/components/saxparser.xpt
211211
@BINPATH@/components/sessionstore.xpt
212212
@BINPATH@/components/services-crypto-component.xpt
213-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
214-
@BINPATH@/components/services-captivedetect.xpt
215-
#endif
216213
@BINPATH@/components/shellservice.xpt
217214
@BINPATH@/components/shistory.xpt
218215
@BINPATH@/components/spellchecker.xpt
@@ -380,11 +377,6 @@
380377
@BINPATH@/components/HealthReportService.js
381378
#endif
382379

383-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
384-
@BINPATH@/components/CaptivePortalDetectComponents.manifest
385-
@BINPATH@/components/captivedetect.js
386-
#endif
387-
388380
; Modules
389381
@BINPATH@/modules/*
390382

@@ -436,10 +428,6 @@
436428
@BINPATH@/defaults/autoconfig/prefcalls.js
437429
@BINPATH@/defaults/profile/prefs.js
438430

439-
#ifdef MOZ_SERVICES_CAPTIVEDETECT
440-
@BINPATH@/defaults/pref/services-captivedetect.js
441-
#endif
442-
443431
; [Layout Engine Resources]
444432
; Style Sheets, Graphics and other Resources used by the layout engine.
445433
@BINPATH@/res/EditorOverride.css

services/Makefile.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@ ifdef MOZ_SERVICES_SYNC
3030
PARALLEL_DIRS += sync
3131
endif
3232

33-
ifdef MOZ_SERVICES_CAPTIVEDETECT
34-
PARALLEL_DIRS += captivedetect
35-
endif
36-
3733
include $(topsrcdir)/config/rules.mk

services/captivedetect/CaptivePortalDetectComponents.manifest

Lines changed: 0 additions & 2 deletions
This file was deleted.

services/captivedetect/Makefile.in

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)