Overview
| Comment: | [fx] some cleaning |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
04f319695ef056e4c170433134db412a |
| User & Date: | olr on 2017-08-07 13:31:07 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-07
| ||
| 15:09 | [fx] tests with context menus check-in: f7b29b571c user: olr tags: fx, webext2 | |
| 13:31 | [fx] some cleaning check-in: 04f319695e user: olr tags: fx, webext2 | |
| 13:15 | [fx] use strict and useless var check-in: 0289647400 user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/background.js from [8e13e697ca] to [2d600ca132].
| ︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - - - - - - - + - + + + + + + + + + |
console.log(e.data[1].aGrammErr);
break;
case "text_to_test_result":
browser.runtime.sendMessage({sCommand: "text_to_test_result", sResult: e.data[1]});
break;
case "fulltests_result":
console.log("TESTS RESULTS");
|