issues
search
FirefoxBar
/
xStyle
A user styles manager for Firefox and Chrome
http://team.firefoxcn.net/#addons
GNU General Public License v3.0
173
stars
12
forks
source link
Compatibility improvements & bug fixes
#3
Closed
8qwe24657913
closed
7 years ago
8qwe24657913
commented
7 years ago
遵守WebExtension标准,使用promise而非Chrome的回调 (参考:
https://developer.mozilla.org/zh-CN/Add-ons/WebExtensions/Chrome_incompatibilities
)
兼容Chrome (参考:
https://github.com/mozilla/webextension-polyfill
,根据
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/runtime/onMessage
做了修改)
修复background.js与messaging.js中同时使用promise与browser.runtime.lastError的错误 (参考:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/runtime/lastError
)
src/refilter.js与src/storage-websql.js不存在,从manifest.json与popup.html中移除它们