5 Commits
Author SHA1 Message Date
Zheng Chaoping 0a46c4be52 Cherry pick 5digits/dactyl#178
Fix `TypeError: options is undefined`

When open a new window and close it, then press `gg` in the original window
will throw `TypeError: options is undefined`.
2017-01-23 04:10:23 +02:00
Zheng Chaoping c71011752a Fix can't access lexical declaration `locale' before initialization 2016-10-25 16:28:50 +08:00
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