MadAnd
c8bacf3c71
pm-compat: Revert "Fix toolbar commands for the Navbar."
...
Reverts: 6ca1cc3d08
2017-01-21 03:36:07 +02:00
MadAnd
6fb969918d
pm-compat: Revert "Hide statusbar in FF25+."
...
Reverts: 604f84b939
2017-01-21 03:36:07 +02:00
MadAnd
da9f0f8f8a
Update minVersion and extension metadata
2017-01-21 03:36:07 +02:00
dkearns
0d005bad88
Merge pull request #199 from willsALMANJ/no-e10s
...
Explicitly disable multiprocess Firefox
2017-01-20 18:52:42 +11:00
Will S
9584f6d1be
Explicitly disable multiprocess Firefox
2016-11-27 15:54:28 -05:00
dkearns
0986c4442f
Merge pull request #197 from alphapapa/max-version-50
...
Increase Pentadactyl max version to 50
2016-11-24 12:46:09 +11:00
Adam Porter
2db64f7988
Increase Pentadactyl max version to 50
2016-11-20 20:15:42 -06:00
dkearns
c1f3537898
Merge pull request #192 from zbinlin/patch-4
...
Fix can't access lexical declaration `locale' before initialization
2016-10-25 20:11:13 +11:00
Zheng Chaoping
c71011752a
Fix can't access lexical declaration `locale' before initialization
2016-10-25 16:28:50 +08:00
dkearns
720d4a8629
Merge pull request #182 from femnad/fork/max-version-to-49
...
Bump Max Version to 49
2016-09-23 19:24:09 +10:00
Fahri Cihan Demirci
19496892cf
Bump Max Version to 49
2016-09-22 23:51:52 -04:00
dkearns
a109c363df
Merge pull request #176 from zbinlin/patch-2
...
Fix `No such autocomplete provider: 'history'`
2016-09-22 14:09:35 +10:00
Doug Kearns
31a6ba0bcb
Fix 'jumptags' jumping
...
Fixes #180 .
2016-09-07 11:14:42 +10: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
dkearns
0c1e9b470b
Merge pull request #167 from futuro/fix-noscript
...
Fix noscript plugin
2016-08-23 19:03:59 +10:00
Doug Kearns
fd1966eebb
Work around Array.concat bug
2016-08-18 03:48:12 +10:00
dkearns
480699a84d
Merge pull request #160 from zbinlin/patch-1
...
Use Object.defineProperty instead of __defineGetter__/__defineSetter__
2016-08-17 20:28:05 +10:00
dkearns
cfad71b53b
Merge pull request #159 from airodactyl/fix-match-idx
...
Offset the index by 1 so matches show from 1 to n
2016-08-10 05:39:53 +10:00
Evan Niessen-Derry
3cc3914a5c
Fixed the completion display issues
...
Fat-arrow function syntax has a lexical `this`, which causes
`this.groups` to be undefined, throwing an error upon sourcing. I
believe this is because it's pulling the `this` variable from the object
syntax constructor immediately surrounding it, instead of from the
completion.noscriptSites function, but I'm not positive.
2016-06-29 22:18:04 -05:00
Evan Niessen-Derry
05da8c52e2
Fixed Array comprehensions in noscript.js
...
The array comprehension syntax changed in FF 46. Where before you would
do, `[X for (Y in Z)]` now you do `[for (Y of Z) Y]`.
I've also changed the destructuring assignment on line 314, as they
aren't supported, and stop the variables from being bound. See [here]
for more information on that. Now we bind to a single variable, and pull
out the first and second items as needed.
[here] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Array_comprehensions#SpiderMonkey-specific_implementation_notes
2016-06-29 22:14:25 -05: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
Michael Hoang
47edb6ed52
Offset the index by 1 so matches show from 1 to n
2016-05-04 13:52:29 +10:00
Doug Kearns
1a4290d92a
Bump max version to 47.
...
Min version to 38.
Everyone seems to ignore these and extensions.checkCompatibility in
favour of a feverish install.rdf hacking ritual anyway.
2016-05-01 12:02:20 +10:00
dkearns
82c8fac9ae
Merge pull request #151 from prmtl/fix/re-as-string
...
Fix 'split' method when using String not RegExp
2016-04-29 15:03:02 +10:00
dkearns
7a7503bbc8
Merge pull request #156 from prmtl/fix/following-hints
...
Fix error with assigning to String in hints mode
2016-04-29 15:01:51 +10:00
Sebastian Kalinowski
06ab616da2
Fix error with assigning to String in hints mode
...
Fixes #154
2016-04-28 21:00:02 +02:00
Doug Kearns
73caa225c2
Drop maxVersion to 45.
2016-04-28 09:24:39 +10:00
Sebastian Kalinowski
0411000662
Fix 'split' method when using String not RegExp
...
If regular expression for splitting is provided as String
instead of RegExp, it breaks split method since String
doesn't have desired properties.
Fixes #138
2016-04-26 22:36:22 +02:00
Doug Kearns
0b835e187b
Fix sanitizing domain data when called from FF.
2016-02-13 03:20:42 +11:00
Doug Kearns
cf68a38739
Fix santization of marks.
2016-02-11 18:36:14 +11:00
Doug Kearns
a85c6a35c2
Remove remaining comprehensions (Part 2).
2016-01-30 00:26:44 +11:00
Doug Kearns
c9c9cea6d0
Remove remaining comprehensions.
2016-01-29 23:26:05 +11:00
dkearns
b9849df565
Merge pull request #130 from ntnn/treestyletabs.js
...
Treestyletabs.js
2016-01-16 01:16:46 +11:00
Nelo Wallus
d8caefc53e
Add descriptions
2016-01-15 15:04:57 +01:00
Doug Kearns
6d9999fa71
Fix :help completion.
...
See 13a8b46 .
2016-01-16 00:38:15 +11:00
Nelo Wallus
4f3a3bd135
Add tabattachto and tabdetachfrom
...
tabattach and tabdetach were already taken.
Line 249: For some reason tabs.match() doesn't return a generator in the
script as it should while it works in the prompt.
So instead we have this.
2016-01-15 14:31:17 +01:00
Nelo Wallus
2a5f1fe30e
Add tab{next,previous}visible to jump over folds
...
Required since tab{next,previous} open closed folds
2016-01-15 14:19:39 +01:00
Nelo Wallus
dfdc45ec54
Fix applying to parent fold
2016-01-15 14:16:41 +01:00
Doug Kearns
8835121bcf
Fix :command listings.
2016-01-13 10:41:12 +11:00
Doug Kearns
94b4be6b6f
Fix charset completion.
2016-01-12 23:04:26 +11:00
Doug Kearns
6b25390115
Fix :listkeys completion.
2016-01-12 22:15:32 +11:00
Doug Kearns
e36f8ed7cd
Fix JAR file completion.
2016-01-11 21:32:13 +11:00
Doug Kearns
13a8b46093
Fix :cookies action completion.
...
I'm assuming that the change to the completion module, in 916ea41 , no
longer handling bare objects is deliberate and this appears consistent
with other cases.
2016-01-11 02:39:30 +11:00
Doug Kearns
4ee27ef728
Fix command related JavaScript completers.
2016-01-10 00:38:40 +11:00
dkearns
f1752f1813
Merge pull request #128 from ntnn/treestyletabs.js
...
Treestyletabs.js
2016-01-09 16:04:26 +11:00
Nelo Wallus
627c5ae9a1
Add tabbartoggle, tabclosechildren, tabclosewithchildren
2016-01-08 19:53:59 +01:00
Nelo Wallus
d8e002fb43
Fix to handle multiple arguments and allow completion
2016-01-08 19:53:06 +01:00
Nelo Wallus
d7bc7cb3bf
Fix 'ga' not properly closing parent fold
2016-01-08 19:50:55 +01:00
Nelo Wallus
dc136dc30b
Allow to pass options for commands
2016-01-08 19:45:08 +01:00