зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1319844 - Fix a few broken paths, r=Gijs.
This commit is contained in:
Родитель
5bf00d6bcb
Коммит
dcdba1c4c0
|
@ -10,10 +10,6 @@ this.EXPORTED_SYMBOLS = ["LaterRun"];
|
|||
|
||||
Cu.import("resource://gre/modules/Preferences.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "setInterval", "resource://gre/modules/Timer.jsm");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "clearInterval", "resource://gre/modules/Timer.jsm");
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "RecentWindow", "resource://gre/modules/RecentWindow.jsm");
|
||||
|
||||
const kEnabledPref = "browser.laterrun.enabled";
|
||||
const kPagePrefRoot = "browser.laterrun.pages.";
|
||||
|
|
|
@ -31,7 +31,8 @@ const CONSOLEAPISTORAGE_CID = Components.ID('{96cf7855-dfa9-4c6d-8276-f9705b4890
|
|||
* ID.
|
||||
*
|
||||
* Usage:
|
||||
* Cu.import("resource://gre/modules/ConsoleAPIStorage.jsm");
|
||||
* let ConsoleAPIStorage = Cc["@mozilla.org/consoleAPI-storage;1"]
|
||||
* .getService(Ci.nsIConsoleAPIStorage);
|
||||
*
|
||||
* // Get the cached events array for the window you want (use the inner
|
||||
* // window ID).
|
||||
|
|
|
@ -2071,7 +2071,7 @@
|
|||
|
||||
</binding>
|
||||
|
||||
<binding id="touchControlsGonk" extends="chrome://global/content/bindings/videoControls.xml#touchControls">
|
||||
<binding id="touchControlsGonk" extends="chrome://global/content/bindings/videocontrols.xml#touchControls">
|
||||
<implementation>
|
||||
<constructor>
|
||||
this.isGonk = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче