Problem/Motivation
Newer versions of Chrome now refuse to run the extension, due to quite a few API changes.
Proposed resolution
- Convert the extension to the new format. In particular, support for manifest version 1 was dropped, and apparently we should use event pages instead of background pages.
- Backward compatibility need not be assured, as it would be quite time-consuming, and Chrome is supposed to be regularly updated anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | localization_glossary_tooltips-update_to_latest_chrome_version-2407115-3.patch | 21.75 KB | fmb |
| #2 | interdiff-2407115-1-2.txt | 11.64 KB | fmb |
| #1 | localization_glossary_tooltips-update_to_latest_chrome_version-2407115-1.patch | 9.7 KB | fmb |
Comments
Comment #1
fmb commentedHere is the patch, tested with Chromium 39.0.
Members of the French team are invited to test it, both on localize.drupal.org and with Localization client.
Comment #2
fmb commentedNot sure this is the right way to do it, but here is another patch to update the extension archive (.crx) itself (this is a binary patch obtained with git diff --full-index --binary).
Comment #3
fmb commentedThis new patch:
Comment #4
SebCorbin commentedPushed, and modified link http://traduction.drupalfr.org too
Thanks!