Skip to content

Commit

Permalink
Bug 1252570 - Remove mozPay. r=ehsan,mfinkle,fabrice
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: C50fvuNJoGq
  • Loading branch information
ferjm authored and Alexandre Lissy committed Aug 22, 2016
1 parent 93ab002 commit 16126fc
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 2,531 deletions.
3 changes: 0 additions & 3 deletions b2g/app/b2g.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@ pref("media.realtime_decoder.enabled", true);
// TCPSocket
pref("dom.mozTCPSocket.enabled", true);

// WebPayment
pref("dom.mozPay.enabled", true);

// "Preview" landing of bug 710563, which is bogged down in analysis
// of talos regression. This is a needed change for higher-framerate
// CSS animations, and incidentally works around an apparent bug in
Expand Down
1 change: 0 additions & 1 deletion b2g/chrome/content/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ window.performance.mark('gecko-shell-loadstart');
Cu.import('resource://gre/modules/ContactService.jsm');
Cu.import('resource://gre/modules/AlarmService.jsm');
Cu.import('resource://gre/modules/NotificationDB.jsm');
Cu.import('resource://gre/modules/Payment.jsm');
Cu.import("resource://gre/modules/AppsUtils.jsm");
Cu.import('resource://gre/modules/UserAgentOverrides.jsm');
Cu.import('resource://gre/modules/Keyboard.jsm');
Expand Down
6 changes: 0 additions & 6 deletions b2g/components/B2GComponents.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ component {a6b2ab13-9037-423a-9897-dde1081be323} OMAContentHandler.js
contract @mozilla.org/uriloader/content-handler;1?type=application/vnd.oma.drm.message {a6b2ab13-9037-423a-9897-dde1081be323}
contract @mozilla.org/uriloader/content-handler;1?type=application/vnd.oma.dd+xml {a6b2ab13-9037-423a-9897-dde1081be323}

# Payments
component {8b83eabc-7929-47f4-8b48-4dea8d887e4b} PaymentGlue.js
contract @mozilla.org/payment/ui-glue;1 {8b83eabc-7929-47f4-8b48-4dea8d887e4b}
component {4834b2e1-2c91-44ea-b020-e2581ed279a4} PaymentProviderStrategy.js
contract @mozilla.org/payment/provider-strategy;1 {4834b2e1-2c91-44ea-b020-e2581ed279a4}

# TelProtocolHandler.js
component {782775dd-7351-45ea-aff1-0ffa872cfdd2} TelProtocolHandler.js
contract @mozilla.org/network/protocol;1?name=tel {782775dd-7351-45ea-aff1-0ffa872cfdd2}
Expand Down
202 changes: 0 additions & 202 deletions b2g/components/PaymentGlue.js

This file was deleted.

Loading

0 comments on commit 16126fc

Please sign in to comment.