Commit Graph
3 Commits
Author SHA1 Message Date
Zheng Chaoping 72e413b3d2 Fix No such autocomplete provider: 'history'
In Firefox 49, the 'history' component was removed, so that uses
'unifiedcomplete' here instead.

More to see: https://bugzil.la/1223728
2016-08-30 15:37:38 +08:00
Zheng Chaoping b3f34c64d7 Bump max version to 48. 2016-05-04 22:54:29 +08:00
Zheng Chaoping 195ea78efb Use Object.defineProperty instead of __defineGetter__/__defineSetter__
In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated,
so use Object.defineProperty instead.
2016-05-04 22:53:49 +08:00