summaryrefslogtreecommitdiff
path: root/common/modules
Commit message (Collapse)AuthorAge
* Resolve smooth scrolling issueJack Rosenthal2019-07-08
| | | | | | | | Resolves #5 Patch sent by @thegala Signed-off-by: Jack Rosenthal <jack@rosenth.al>
* Merge pull request #7 from RFDAJE/fix-palemoon-28.6Jack Rosenthal2019-07-08
|\ | | | | Fix palemoon 28.6
| * remove flatMap, which caused .pentadactylrc load failedseenxu2019-07-05
| |
| * fix gi focus input field issue and elem[0] errorseenxu2019-07-05
| |
* | remove annoying deprecation warning on startupseenxu2019-07-05
|/
* buffer: remove options variableJack Rosenthal2019-05-23
| | | | | | | | | | This was causing issues with scrolling whenever smoothScrollTo was called. BUG=madand#9 TEST=scrolling is working with j, k, C-f, C-b, etc. Signed-off-by: Jack Rosenthal <jack@rosenth.al>
* protocol: make RedirectChannel compatible with PM 28.5Jack Rosenthal2019-05-12
| | | | | | | | | | | | | | | | | | The sketchy meta-redirect previously used was no longer working with Palemoon 28.5. This is an even more sketchy version that uses a JavaScript redirect, but seems to work. This redirect screws up the history, so this introduces a new bug as well :/ My XPCOM-fu isn't quite good enough to figure out a nice way to redirect a channel without this crap, so open to suggestions on a more elegant way to solve this. BUG=madand#9 TEST=visited dactyl://help-tag/starting and got to the correct page Signed-off-by: Jack Rosenthal <jack@rosenth.al>
* Palemoon 28.5 compatibilityJack Rosenthal2019-05-05
| | | | | This is a patch for compatibility with PM 28.5 based on Billylll@'s patch posted to madand#7.
* Fix can't access lexical declaration `locale' before initializationZheng Chaoping2016-10-25
|
* Fix 'jumptags' jumpingDoug Kearns2016-09-07
| | | | Fixes #180.
* Work around Array.concat bugDoug Kearns2016-08-18
|
* Use Object.defineProperty instead of __defineGetter__/__defineSetter__Zheng Chaoping2016-05-04
| | | | | In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated, so use Object.defineProperty instead.
* Merge pull request #151 from prmtl/fix/re-as-stringdkearns2016-04-29
|\ | | | | Fix 'split' method when using String not RegExp
| * Fix 'split' method when using String not RegExpSebastian Kalinowski2016-04-26
| | | | | | | | | | | | | | | | 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
* | Fix error with assigning to String in hints modeSebastian Kalinowski2016-04-28
|/ | | | Fixes #154
* Fix sanitizing domain data when called from FF.Doug Kearns2016-02-13
|
* Remove remaining comprehensions (Part 2).Doug Kearns2016-01-30
|
* Remove remaining comprehensions.Doug Kearns2016-01-29
|
* Fix :help completion.Doug Kearns2016-01-16
| | | | See 13a8b46.
* Fix :command listings.Doug Kearns2016-01-13
|
* Fix charset completion.Doug Kearns2016-01-12
|
* Fix JAR file completion.Doug Kearns2016-01-11
|
* Fix :cookies action completion.Doug Kearns2016-01-11
| | | | | | 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.
* Fix command related JavaScript completers.Doug Kearns2016-01-10
|
* Update curl plugin.Kris Maglione2015-12-30
|
* Another quick fix for DOM.Event.Doug Kearns2015-12-24
| | | | Not really fixed in 5930524.
* Use a Gecko version check for determing URL in :pageinfo s.Doug Kearns2015-12-24
|
* Merge pull request #113 from woutershep/pageinfo-fixdkearns2015-12-24
|\ | | | | Fix pageinfo by handling _uri too.
| * Fix pageinfo by handling _uri too.Wouter van Kesteren2015-12-21
| | | | | | | | | | | | | | ':pageinfo s' is broken on 43.0 thanks to commit: "Bug 1175702 - Implement mixed content states in the control center" https://github.com/mozilla/gecko-dev/commit/4194314d45e6219696f5c93734a40f0ef5b1f247
* | Fix DOM.event.Doug Kearns2015-12-24
| | | | | | | | Closes #116.
* | Fix heredoc processing.Doug Kearns2015-12-22
| | | | | | | | | | | | | | | | 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.
* | Add a cheap Array#includes polyfill.Doug Kearns2015-12-22
| |
* | Fix some startup bottlenecks.Kris Maglione2015-12-21
|/
* Ugh.Kris Maglione2015-12-20
|
* Get rid of most remaining comprehensions.Kris Maglione2015-12-20
|
* Fix some issues with loading from an XPI.Kris Maglione2015-12-20
|
* Fall back to String#contains when #includes is not supported.Doug Kearns2015-12-21
| | | | Changeover was FF40.
* Fix beta string matching in :help versions.Doug Kearns2015-12-21
|
* Fix Object.{entries,values} polyfills.Doug Kearns2015-12-20
|
* ES6-ify some things. Still a long way to go...Kris Maglione2015-12-20
|
* Fix some CPOW issues. Everything is still terrible, though.Kris Maglione2015-12-19
|
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
|
* Fix util.regexp.iterate for FF43.Doug Kearns2015-12-06
|
* Fix :cookies breakage.Doug Kearns2015-11-30
| | | | Closes #102. See https://bugzil.la/1165263
* Fix :downloads errorChe-Huai Lin2015-11-18
|
* Remove unreachable code from buffer.win.Doug Kearns2015-10-20
| | | | | Presumably this was intended as an alternate implementation but appears never to have been used.
* Fix ]] error.Doug Kearns2015-07-27
| | | | Closes #72.
* Replace expression closures (methods).Doug Kearns2015-07-23
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Normalise command/option/mapping config object param name.Doug Kearns2015-07-23
| | | | s/extraInfo/extra/
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.