We're changing the way sanitize.js/Sanitizer.jsm works and need to adjust a lot of tests to that. I'm using this opportunity to also move the sanitization tests into their own topical directory and out of b/b/c/test/general. MozReview-Commit-ID: GHOqr4hT52b
10 lines
327 B
JavaScript
10 lines
327 B
JavaScript
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
|
|
|
|
XPCOMUtils.defineLazyModuleGetters(this, {
|
|
Downloads: "resource://gre/modules/Downloads.jsm",
|
|
FormHistory: "resource://gre/modules/FormHistory.jsm",
|
|
PlacesUtils: "resource://gre/modules/PlacesUtils.jsm",
|
|
Sanitizer: "resource:///modules/Sanitizer.jsm",
|
|
});
|
|
|