Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Resolve smooth scrolling issue | Jack Rosenthal | 2019-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.6 | Jack Rosenthal | 2019-07-08 |
|\ | | | | | Fix palemoon 28.6 | ||
| * | remove flatMap, which caused .pentadactylrc load failed | seenxu | 2019-07-05 |
| | | |||
| * | fix gi focus input field issue and elem[0] error | seenxu | 2019-07-05 |
| | | |||
* | | remove annoying deprecation warning on startup | seenxu | 2019-07-05 |
|/ | |||
* | buffer: remove options variable | Jack Rosenthal | 2019-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.5 | Jack Rosenthal | 2019-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 compatibility | Jack Rosenthal | 2019-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 initialization | Zheng Chaoping | 2016-10-25 |
| | |||
* | Fix 'jumptags' jumping | Doug Kearns | 2016-09-07 |
| | | | | Fixes #180. | ||
* | Work around Array.concat bug | Doug Kearns | 2016-08-18 |
| | |||
* | Use Object.defineProperty instead of __defineGetter__/__defineSetter__ | Zheng Chaoping | 2016-05-04 |
| | | | | | In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated, so use Object.defineProperty instead. | ||
* | Merge pull request #151 from prmtl/fix/re-as-string | dkearns | 2016-04-29 |
|\ | | | | | Fix 'split' method when using String not RegExp | ||
| * | Fix 'split' method when using String not RegExp | Sebastian Kalinowski | 2016-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 mode | Sebastian Kalinowski | 2016-04-28 |
|/ | | | | Fixes #154 | ||
* | Fix sanitizing domain data when called from FF. | Doug Kearns | 2016-02-13 |
| | |||
* | Remove remaining comprehensions (Part 2). | Doug Kearns | 2016-01-30 |
| | |||
* | Remove remaining comprehensions. | Doug Kearns | 2016-01-29 |
| | |||
* | Fix :help completion. | Doug Kearns | 2016-01-16 |
| | | | | See 13a8b46. | ||
* | Fix :command listings. | Doug Kearns | 2016-01-13 |
| | |||
* | Fix charset completion. | Doug Kearns | 2016-01-12 |
| | |||
* | Fix JAR file completion. | Doug Kearns | 2016-01-11 |
| | |||
* | Fix :cookies action completion. | Doug Kearns | 2016-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 Kearns | 2016-01-10 |
| | |||
* | Update curl plugin. | Kris Maglione | 2015-12-30 |
| | |||
* | Another quick fix for DOM.Event. | Doug Kearns | 2015-12-24 |
| | | | | Not really fixed in 5930524. | ||
* | Use a Gecko version check for determing URL in :pageinfo s. | Doug Kearns | 2015-12-24 |
| | |||
* | Merge pull request #113 from woutershep/pageinfo-fix | dkearns | 2015-12-24 |
|\ | | | | | Fix pageinfo by handling _uri too. | ||
| * | Fix pageinfo by handling _uri too. | Wouter van Kesteren | 2015-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 Kearns | 2015-12-24 |
| | | | | | | | | Closes #116. | ||
* | | Fix heredoc processing. | Doug Kearns | 2015-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 Kearns | 2015-12-22 |
| | | |||
* | | Fix some startup bottlenecks. | Kris Maglione | 2015-12-21 |
|/ | |||
* | Ugh. | Kris Maglione | 2015-12-20 |
| | |||
* | Get rid of most remaining comprehensions. | Kris Maglione | 2015-12-20 |
| | |||
* | Fix some issues with loading from an XPI. | Kris Maglione | 2015-12-20 |
| | |||
* | Fall back to String#contains when #includes is not supported. | Doug Kearns | 2015-12-21 |
| | | | | Changeover was FF40. | ||
* | Fix beta string matching in :help versions. | Doug Kearns | 2015-12-21 |
| | |||
* | Fix Object.{entries,values} polyfills. | Doug Kearns | 2015-12-20 |
| | |||
* | ES6-ify some things. Still a long way to go... | Kris Maglione | 2015-12-20 |
| | |||
* | Fix some CPOW issues. Everything is still terrible, though. | Kris Maglione | 2015-12-19 |
| | |||
* | Support Firefox 45 (without e10s). | Kris Maglione | 2015-12-19 |
| | |||
* | Fix util.regexp.iterate for FF43. | Doug Kearns | 2015-12-06 |
| | |||
* | Fix :cookies breakage. | Doug Kearns | 2015-11-30 |
| | | | | Closes #102. See https://bugzil.la/1165263 | ||
* | Fix :downloads error | Che-Huai Lin | 2015-11-18 |
| | |||
* | Remove unreachable code from buffer.win. | Doug Kearns | 2015-10-20 |
| | | | | | Presumably this was intended as an alternate implementation but appears never to have been used. | ||
* | Fix ]] error. | Doug Kearns | 2015-07-27 |
| | | | | Closes #72. | ||
* | Replace expression closures (methods). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Normalise command/option/mapping config object param name. | Doug Kearns | 2015-07-23 |
| | | | | s/extraInfo/extra/ | ||
* | Replace expression closures (command/option/mapping definitions). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. |