Skip to content

Commit

Permalink
Backed out 2 changesets (bug 1388238) for eslint failures
Browse files Browse the repository at this point in the history
CLOSED TREE

Backed out changeset 55f44886a839 (bug 1388238)
Backed out changeset 7b7aa4e9ae5a (bug 1388238)

MozReview-Commit-ID: CRkGar72Nra
  • Loading branch information
philor committed Aug 9, 2017
1 parent ee43547 commit e50c48b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 237 deletions.
170 changes: 0 additions & 170 deletions browser/extensions/formautofill/MasterPassword.jsm

This file was deleted.

62 changes: 0 additions & 62 deletions browser/extensions/formautofill/test/unit/test_masterPassword.js

This file was deleted.

1 change: 0 additions & 1 deletion browser/extensions/formautofill/test/unit/xpcshell.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ support-files =
[test_isCJKName.js]
[test_isFieldEligibleForAutofill.js]
[test_markAsAutofillField.js]
[test_masterPassword.js]
[test_migrateRecords.js]
[test_nameUtils.js]
[test_onFormSubmitted.js]
Expand Down
4 changes: 0 additions & 4 deletions toolkit/components/prompts/src/CommonDialog.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ CommonDialog.prototype = {
throw "unknown dialog type";
}

if (xulDialog) {
xulDialog.setAttribute("windowtype", "prompt:" + this.args.promptType);
}

// set the document title
let title = this.args.title;
// OS X doesn't have a title on modal dialogs, this is hidden on other platforms.
Expand Down

0 comments on commit e50c48b

Please sign in to comment.