Differences From Artifact [004bd27462]:
- File gc_lang/fr/webext/background.js — part of check-in [1611ba0d30] at 2017-08-05 14:58:10 on branch webext2 — [fx] interactions between background and gce_worker (user: olr, size: 1924) [annotate] [blame] [check-ins using]
To Artifact [03c66ef198]:
- File gc_lang/fr/webext/background.js — part of check-in [24cc7b7ca1] at 2017-08-05 15:39:42 on branch webext2 — [fx] useless to stringify (user: olr, size: 1882) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - | // Background "use strict"; let xGCEWorker = new Worker("gce_worker.js"); xGCEWorker.onmessage = function (e) { |
︙ |