12 lines
492 B
JavaScript
12 lines
492 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
|
|
|
|
XPCOMUtils.defineLazyModuleGetter(this, "BrowserTestUtils",
|
|
"resource://testing-common/BrowserTestUtils.jsm");
|
|
XPCOMUtils.defineLazyModuleGetter(this, "ContentTask",
|
|
"resource://testing-common/ContentTask.jsm");
|
|
XPCOMUtils.defineLazyModuleGetter(this, "PlacesUtils",
|
|
"resource://gre/modules/PlacesUtils.jsm");
|