Differences From Artifact [08c31b81a6]:
- File gc_lang/fr/webext/background.js — part of check-in [1a047a0b91] at 2019-04-03 14:52:53 on branch trunk — [fx] remove access to community dictionaries (user: olr, size: 18140) [annotate] [blame] [check-ins using]
To Artifact [e81695d37b]:
- File gc_lang/fr/webext/background.js — part of check-in [fbf4f3afee] at 2019-04-03 15:02:31 on branch trunk — [fx] add a lexicon editor entry to the menu (user: olr, size: 18238) [annotate] [blame] [check-ins using]
| ︙ | |||
256 257 258 259 260 261 262 263 264 265 266 267 268 269 | 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | + + + |
browser.tabs.create({url: dParam.sURL});
break;
case "openConjugueurTab":
openConjugueurTab();
break;
case "openConjugueurWindow":
openConjugueurWindow();
break;
case "openLexiconEditor":
openLexiconEditor();
break;
default:
console.log("[background] Unknown command: " + sCommand);
console.log(oRequest);
}
});
//xPort.postMessage({sActionDone: "newId", result: iPortId});
|
| ︙ |