Differences From Artifact [f7c38c5176]:
- File gc_lang/fr/webext/background.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: 8822) [annotate] [blame] [check-ins using]
To Artifact [be440d6472]:
- File gc_lang/fr/webext/background.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: 8823) [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 | - + | // Background "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/ |
︙ |