Differences From Artifact [4add4e7f3a]:
- File gc_lang/fr/webext/background.js — part of check-in [f9ac882343] at 2018-03-31 13:51:58 on branch multid — [fx] option to use personal dictionary (user: olr, size: 14610) [annotate] [blame] [check-ins using] [more...]
To Artifact [a81d6917ba]:
- File gc_lang/fr/webext/background.js — part of check-in [579e1a4fb6] at 2018-04-02 14:53:49 on branch trunk — [fx] fix communication between background/worker (user: olr, size: 14651) [annotate] [blame] [check-ins using]
| ︙ | |||
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | + - + |
browser.runtime.sendMessage(e.data);
break;
case "setOptions":
case "setOption":
storeGCOptions(result);
break;
case "setDictionary":
case "setDictionaryOnOff":
|
| ︙ |