Dan Stillman
78e9db9523
Fx60: Fix issues with JS code modules
...
- The Mozilla CommonJS loader is no longer available, so bundle the
Fx52 version of it
- Strict mode is enforced
- `this` is only defined as a global object in .jsm files, not .js files
- `this` can't be converted to a string for BackstagePass test, so check
for presence of Components.utils.import instead
- The return value from import() is no longer available
2019-08-27 00:47:39 -04:00
Adomas Venčkauskas
21fadee7bb
Refactor word plugin installer
2018-04-04 13:52:33 +03:00
Adomas Venčkauskas
55992e341d
Add more logging for word plugin installer
2017-08-08 12:46:33 +03:00
Adomas Venčkauskas
81d5618346
Log a few more lines during the word plugin installation
2017-07-26 09:20:50 +03:00
Adomas Venčkauskas
0ceb5ec9a9
Add some additional logging to docs plugin installer
2017-07-22 17:28:30 +03:00
Adomas Venčkauskas
8bc5d37dd1
Update word plugin status after installation. Closes #1200
2017-03-20 19:23:37 +02:00
Adomas Venčkauskas
2d93b07220
Replace old-style object properties in word-processor-plugin-installer
2017-03-20 17:24:16 +02:00
Dan Stillman
01f18cba90
Fix word processor integration installation error
2017-02-23 15:11:17 -05:00
Adomas Venčkauskas
e8ac639273
Move the common code for word plugin installer to main repo
...
From https://github.com/zotero/zotero-word-for-mac-integration/blob/master/resource/installer_common.jsm
Removes some very old code to handle Gecko 2.1<
Does not affect existing plugins/installers in any way, but sets us up
to unifiy the installer once word plugins are updated.
2017-02-18 18:17:14 +01:00