Differences From Artifact [ce09d05446]:
- File gc_lang/fr/webext/background.js — part of check-in [11aef9ec2a] at 2017-08-16 12:25:00 on branch webext2 — [fx] grammar checking ui (user: olr, size: 7495) [annotate] [blame] [check-ins using]
To Artifact [81c56b5090]:
- File gc_lang/fr/webext/background.js — part of check-in [b6e7aac88a] at 2017-08-25 10:26:23 on branch webext2 — [fx] text formatter options (user: olr, size: 7534) [annotate] [blame] [check-ins using]
| ︙ | |||
114 115 116 117 118 119 120 121 122 123 124 125 126 127 | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | + |
case "getListOfTokens":
oRequest.dInfo.iReturnPort = iPortId; // we pass the id of the return port to receive answer
console.log(oRequest);
xGCEWorker.postMessage(oRequest);
break;
default:
console.log("[background] Unknown command: " + oRequest.sCommand);
console.log(oRequest);
}
});
xPort.postMessage({sActionDone: "newId", result: iPortId});
}
browser.runtime.onConnect.addListener(handleConnexion);
|
| ︙ |