Skip to content

Commit eab3576

Browse files
author
Richard Newman
committed
Bug 836206 - Remove AITC client. r=gps
1 parent 082460c commit eab3576

34 files changed

+4
-4047
lines changed

browser/confvars.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fi
2525

2626
MOZ_CHROME_FILE_FORMAT=omni
2727
MOZ_SAFE_BROWSING=1
28-
MOZ_SERVICES_AITC=1
2928
MOZ_SERVICES_COMMON=1
3029
MOZ_SERVICES_CRYPTO=1
3130
MOZ_SERVICES_HEALTHREPORT=1

browser/installer/package-manifest.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,6 @@
460460
@BINPATH@/components/nsINIProcessor.js
461461
@BINPATH@/components/nsPrompter.manifest
462462
@BINPATH@/components/nsPrompter.js
463-
#ifdef MOZ_SERVICES_AITC
464-
@BINPATH@/components/AitcComponents.manifest
465-
@BINPATH@/components/Aitc.js
466-
#endif
467463
#ifdef MOZ_DATA_REPORTING
468464
@BINPATH@/components/DataReporting.manifest
469465
@BINPATH@/components/DataReportingService.js
@@ -583,9 +579,6 @@
583579
#endif
584580

585581
; Services (gre) prefs
586-
#ifdef MOZ_SERVICES_AITC
587-
@BINPATH@/defaults/pref/services-aitc.js
588-
#endif
589582
#ifdef MOZ_SERVICES_NOTIFICATIONS
590583
@BINPATH@/defaults/pref/services-notifications.js
591584
#endif

browser/installer/removed-files.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ defaults/pref/bug259708.js
9696
defaults/pref/bug307259.js
9797
defaults/pref/reporter.js
9898
defaults/pref/security-prefs.js
99+
defaults/pref/services-aitc.js
99100
defaults/pref/winpref.js
100101
defaults/pref/xpinstall.js
101102
defaults/preferences/services-aitc.js
@@ -882,6 +883,8 @@ xpicleanup@BIN_SUFFIX@
882883
chrome/pippki.jar
883884
chrome/toolkit.jar
884885
components/addonManager.js
886+
components/Aitc.js
887+
components/AitcComponents.manifest
885888
components/amContentHandler.js
886889
components/amWebInstallListener.js
887890
components/binary.manifest

configure.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8343,12 +8343,6 @@ if test "$MOZ_PLACES"; then
83438343
AC_DEFINE(MOZ_PLACES)
83448344
fi
83458345

8346-
dnl Build Apps in the Cloud (AITC) if required
8347-
AC_SUBST(MOZ_SERVICES_AITC)
8348-
if test -n "$MOZ_SERVICES_AITC"; then
8349-
AC_DEFINE(MOZ_SERVICES_AITC)
8350-
fi
8351-
83528346
dnl Build Common JS modules provided by services.
83538347
AC_SUBST(MOZ_SERVICES_COMMON)
83548348
if test -n "$MOZ_SERVICES_COMMON"; then

services/Makefile.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ PARALLEL_DIRS += \
1414
crypto \
1515
$(NULL)
1616

17-
ifdef MOZ_SERVICES_AITC
18-
PARALLEL_DIRS += aitc
19-
endif
20-
2117
ifdef MOZ_SERVICES_HEALTHREPORT
2218
PARALLEL_DIRS += healthreport
2319
endif

services/aitc/Aitc.js

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

services/aitc/AitcComponents.manifest

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

services/aitc/Makefile.in

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

0 commit comments

Comments
 (0)