mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-09 04:03:31 +02:00
Bake hg version into install.rdf on XPI build. Warn users who are running in a testing branch.
--HG-- branch : groups
This commit is contained in:
@@ -80,8 +80,8 @@ var MOW = Module("mow", {
|
||||
widgets: Class.memoize(function () commandline.widgets),
|
||||
|
||||
body: Class.memoize(function () this.widget.contentDocument.documentElement),
|
||||
document: Class.memoize(function () this.widget.contentDocument),
|
||||
window: Class.memoize(function () this.widget.contentWindow),
|
||||
get document() this.widget.contentDocument,
|
||||
get window() this.widget.contentWindow,
|
||||
|
||||
/**
|
||||
* Display a multi-line message.
|
||||
@@ -90,6 +90,8 @@ var MOW = Module("mow", {
|
||||
* @param {string} highlightGroup
|
||||
*/
|
||||
echo: function echo(data, highlightGroup, silent) {
|
||||
this.document;
|
||||
util.dump(String(this.widget), String(this.window), String(this.document));
|
||||
let body = this.document.body;
|
||||
|
||||
this.widgets.message = null;
|
||||
|
||||
Reference in New Issue
Block a user