1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-25 18:52:28 +01:00
Commit Graph

7233 Commits

Author SHA1 Message Date
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
Nelo Wallus
0897c7a804 Fix typo 2016-01-08 19:44:12 +01:00
Doug Kearns
54fb39d139 Add a contrib directory to plugins/. 2016-01-09 01:07:37 +11:00
dkearns
00a2124769 Merge pull request #125 from ntnn/treestyletabs.js
Add treestyletabs.js
2016-01-09 01:03:44 +11:00
dkearns
7be6b3e57f Merge pull request #123 from femnad/issue-122-bookmark-tag-completion
Fix Bookmark Tag Completion
2016-01-09 00:34:00 +11:00
Nelo Wallus
bf8993226d Add treestyletabs.js 2015-12-31 17:41:47 +01:00
Kris Maglione
4904fb5bff Prevent certain sites from overriding mappings. Closes issue #118. 2015-12-30 16:49:40 -08:00
Kris Maglione
31c6df0257 Update curl plugin. 2015-12-30 15:56:42 -08:00
femnad
55562c2aa7 Fix Bookmark Tag Completion
This change fixes Issue #122: Autocompleting Bookmark Tags Broken.

Correct building a set of tags from the bookmark cache by fixing the
corresponding flatMap parameters.
2015-12-25 12:27:41 +02:00
Doug Kearns
e16a993e99 Another quick fix for DOM.Event.
Not really fixed in 5930524.
2015-12-24 11:56:38 +11:00
Doug Kearns
1d2bf51c1a Use a Gecko version check for determing URL in :pageinfo s. 2015-12-24 03:54:58 +11:00
dkearns
4f05f934fd Merge pull request #113 from woutershep/pageinfo-fix
Fix pageinfo by handling _uri too.
2015-12-24 03:45:12 +11:00
Doug Kearns
5930524f85 Fix DOM.event.
Closes #116.
2015-12-24 03:29:50 +11:00
Doug Kearns
68871ff16f Fix :unmap. 2015-12-22 23:45:16 +11:00
Doug Kearns
5ad7574353 Fix heredoc processing.
Closes #114.

Just reverting the relevant erroneous commit as it's consistent with the
explicit use of var's hoisting behaviour elsewhere in the codebase and
because I don't personally find any of the other options more readable.
2015-12-22 00:31:39 +11:00
Doug Kearns
42ac708456 Add a cheap Array#includes polyfill. 2015-12-22 00:03:50 +11:00
dkearns
40e757aec9 Merge pull request #115 from congma/fix-typo-in-common-makefile
Typo in function name "realpath".
2015-12-21 23:36:17 +11:00
Cong Ma
57695d08be Typo in function name "realpath". 2015-12-21 13:09:44 +01:00
Kris Maglione
7aabc153f5 Fix some startup bottlenecks. 2015-12-21 00:52:38 -08:00
Doug Kearns
5a42ae42d6 Fix :dialog completions. 2015-12-21 19:27:21 +11:00
Kris Maglione
0ba81bfc3f Microoptimize some stuff that turns out to need micro-optimizing. 2015-12-20 21:28:54 -08:00
Kris Maglione
28fe4afc4e Improve the efficiency/bugginess of abbrev mappings. 2015-12-20 20:35:23 -08:00
Wouter van Kesteren
61cec10a61 Fix pageinfo by handling _uri too.
':pageinfo s' is broken on 43.0 thanks to commit:

"Bug 1175702 - Implement mixed content states in the control center"
4194314d45
2015-12-21 04:49:15 +01:00
Kris Maglione
174f4ec636 Ugh. 2015-12-20 19:10:52 -08:00
Kris Maglione
916ea412a5 Get rid of most remaining comprehensions. 2015-12-20 15:53:43 -08:00