Differences From Artifact [f370e36795]:
- File gc_lang/fr/webext/panel/main.js — part of check-in [3af265e2d8] at 2017-09-26 08:52:38 on branch trunk — [fx] WebExt: adaptation to Chrome (browser=chrome) (user: olr, size: 4155) [annotate] [blame] [check-ins using]
To Artifact [9a8dec5f0d]:
- File gc_lang/fr/webext/panel/main.js — part of check-in [0e89b6ede9] at 2017-09-26 09:03:31 on branch trunk — [fx] WebExt: adaptation to Chrome (browser=chrome) (user: olr, size: 4156) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | // Main panel "use strict"; function showError (e) { console.error(e.fileName + "\n" + e.name + "\nline: " + e.lineNumber + "\n" + e.message); } // Chrome don’t follow the W3C specification: // https://browserext.github.io/browserext/ |
︙ |