mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 811095 - (Re)enable identity modules. r=benadida
This commit is contained in:
parent
08614628b6
commit
00dc073987
@ -22,6 +22,10 @@ Cu.import('resource://gre/modules/Keyboard.jsm');
|
||||
Cu.import('resource://gre/modules/NetworkStatsService.jsm');
|
||||
#endif
|
||||
|
||||
// identity
|
||||
Cu.import('resource://gre/modules/SignInToWebsite.jsm');
|
||||
SignInToWebsiteController.init();
|
||||
|
||||
XPCOMUtils.defineLazyServiceGetter(Services, 'env',
|
||||
'@mozilla.org/process/environment;1',
|
||||
'nsIEnvironment');
|
||||
|
@ -22,6 +22,7 @@ chrome.jar:
|
||||
content/touchcontrols.css (content/touchcontrols.css)
|
||||
|
||||
content/payment.js (content/payment.js)
|
||||
content/identity.js (content/identity.js)
|
||||
|
||||
% override chrome://global/content/netError.xhtml chrome://browser/content/netError.xhtml
|
||||
% override chrome://global/skin/netError.css chrome://browser/content/netError.css
|
||||
|
@ -36,6 +36,7 @@ EXTRA_PP_COMPONENTS = \
|
||||
EXTRA_JS_MODULES = \
|
||||
Keyboard.jsm \
|
||||
TelURIParser.jsm \
|
||||
SignInToWebsite.jsm \
|
||||
$(NULL)
|
||||
|
||||
TEST_DIRS = \
|
||||
|
Loading…
Reference in New Issue
Block a user