Differences From Artifact [d6d284c073]:
- File gc_lang/fr/webext/content_scripts/panel.js — part of check-in [6874758304] at 2017-08-30 15:55:08 on branch webext2 — [fx] rename content scripts -> panel (user: olr, size: 6646) [annotate] [blame] [check-ins using]
- File gc_lang/fr/webext/content_scripts/panels_content.js — part of check-in [684d94c839] at 2017-08-30 13:15:46 on branch webext2 — [fx] wrapper code in separate files (user: olr, size: 6646) [annotate] [blame] [check-ins using]
To Artifact [1ae3863a28]:
- File gc_lang/fr/webext/content_scripts/panel.js — part of check-in [485e91923f] at 2017-08-31 04:20:32 on branch webext2 — [fx] rename xPort -> xGrammalectePort (user: olr, size: 6657) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
134 135 136 137 138 139 140 |
}
stopWaitIcon () {
this.xWaitIcon.style.visibility = "hidden";
}
openURL (sURL) {
| | | 134 135 136 137 138 139 140 141 142 143 144 145 146 147 |
}
stopWaitIcon () {
this.xWaitIcon.style.visibility = "hidden";
}
openURL (sURL) {
xGrammalectePort.postMessage({
sCommand: "openURL",
dParam: {"sURL": sURL},
dInfo: {}
});
}
}
|