Differences From Artifact [1023251c05]:
- File gc_lang/fr/webext/content_scripts/message_box.js — part of check-in [c834b85865] at 2019-05-04 13:17:54 on branch trunk — [fx] update ui (user: olr, size: 4807) [annotate] [blame] [check-ins using]
To Artifact [bb68749e64]:
- File gc_lang/fr/webext/content_scripts/message_box.js — part of check-in [be4cac56bf] at 2020-03-13 17:08:14 on branch trunk — [fx] code clarification: use one object dedicated to communication between content-script and background (user: olr, size: 4789) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | // JavaScript // Panel creator /* jshint esversion:6, -W097 */ /* jslint esversion:6 */ |
︙ |