Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
Backed out changeset 6e56f4c8843e (bug1431533) Backed out changeset 12fc4dee861c (bug1431533)
This commit is contained in:
@@ -11,14 +11,14 @@ const EDIT_ADDRESS_URL = "chrome://formautofill/content/editAddress.xhtml";
|
||||
const EDIT_CREDIT_CARD_URL = "chrome://formautofill/content/editCreditCard.xhtml";
|
||||
const AUTOFILL_BUNDLE_URI = "chrome://formautofill/locale/formautofill.properties";
|
||||
|
||||
ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
ChromeUtils.import("resource://formautofill/FormAutofillUtils.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
Cu.import("resource://formautofill/FormAutofillUtils.jsm");
|
||||
|
||||
ChromeUtils.defineModuleGetter(this, "profileStorage",
|
||||
"resource://formautofill/ProfileStorage.jsm");
|
||||
ChromeUtils.defineModuleGetter(this, "MasterPassword",
|
||||
"resource://formautofill/MasterPassword.jsm");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "profileStorage",
|
||||
"resource://formautofill/ProfileStorage.jsm");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "MasterPassword",
|
||||
"resource://formautofill/MasterPassword.jsm");
|
||||
|
||||
this.log = null;
|
||||
FormAutofillUtils.defineLazyLogGetter(this, "manageAddresses");
|
||||
|
||||
Reference in New Issue
Block a user