Overview
| Comment: | [fx] rename communicate |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext_sharedworker |
| Files: | files | file ages | folders |
| SHA3-256: |
cd64de6f5ab81c52c69647e84ff13610 |
| User & Date: | olr on 2017-08-11 07:15:12 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-11
| ||
| 07:35 | [fx] commited by mistake (not working) check-in: 19934834b3 user: olr tags: fx, webext_sharedworker | |
| 07:15 | [fx] rename communicate check-in: cd64de6f5a user: olr tags: fx, webext_sharedworker | |
| 06:05 | [fx] some code cleaning + another test check-in: b1dd1ce191 user: olr tags: fx, webext_sharedworker | |
Changes
Renamed and modified gc_lang/fr/webext/content_scripts/comunicate.html [5f977884e2] to gc_lang/fr/webext/content_scripts/communicate.html [2013884bde].
1 2 | 1 2 3 4 5 6 | - + |
<html>
<head>
|
Name change from gc_lang/fr/webext/content_scripts/comunicate.js to gc_lang/fr/webext/content_scripts/communicate.js.
| ︙ |
Modified gc_lang/fr/webext/content_scripts/modify_page.js from [6c7b38de44] to [db5cbebcc3].
| ︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + |
/*
* Creation d'une iframe pour communiquer entre la page visitée et le Shareworker
*/
var sFrameID = browser.extension.getURL("").split('/')[2];
var xIframe = document.createElement('iframe');
xIframe.id = sFrameID;
|
| ︙ |
Modified gc_lang/fr/webext/manifest.json from [9c74237e70] to [a125616a8e].
| ︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - - + + |
],
"web_accessible_resources": [
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/tests_data.json",
|
| ︙ |