Overview
Comment: | [fx] gc panel: remove full analysis test |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
99a4c261d9eefe4bdffae0c73f48ec38 |
User & Date: | olr on 2019-05-27 09:56:20 |
Other Links: | manifest | tags |
Context
2019-05-28
| ||
09:02 | [fr] faux positifs et ajustements check-in: 20e70af71f user: olr tags: trunk, fr | |
2019-05-27
| ||
09:58 | [tb] Thunderbird: XUL addon -> MailExtension (WebExtension+) check-in: b3c566a796 user: olr tags: tb, tbme | |
09:56 | [fx] gc panel: remove full analysis test check-in: 99a4c261d9 user: olr tags: trunk, fx | |
09:40 | [fr] faux positifs et ajustements check-in: 7d6ba09c48 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.js from [1dc7543800] to [da6d34e941].
︙ | |||
107 108 109 110 111 112 113 | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | - + - + | this.clearLexicographer(); this.startWaitIcon(); xGrammalectePort.postMessage({ sCommand: "getListOfTokens", dParam: {sText: this.oTextControl.getText()}, dInfo: ((this.xNode) ? {sTextAreaId: this.xNode.id} : {}) }); |
︙ |