summaryrefslogtreecommitdiff
path: root/common/content
Commit message (Expand)AuthorAge
* Make <summary> tags navigable using hintspsvenk2020-05-22
* Make option defregister for yank and put on X11psvenk2020-05-22
* Fix parse error in options.xmlpsvenk2020-05-22
* address comments from PR review https://github.com/pentadactyl/pentadactyl/pu...reaysawa2019-09-01
* avoid passing arguments to autocommand triggers (expired lifetime of argument...reaysawa2019-08-25
* code for the new eventsreaysawa2019-08-25
* Introduces a new option, showhinttext, to control whether descriptive texts a...reaysawa2019-07-24
* Palemoon 28.5 compatibilityJack Rosenthal2019-05-05
* Cherry pick 5digits/dactyl#178Zheng Chaoping2017-01-23
* Makes Firefox site-specific zoome feature work again.ROTTLER Tamas2017-01-21
* pm-compat: Revert "Minor compat changes."MadAnd2017-01-21
* pm-compat: Revert "Hide statusbar in FF25+."MadAnd2017-01-21
* Merge pull request #160 from zbinlin/patch-1dkearns2016-08-17
|\
| * Use Object.defineProperty instead of __defineGetter__/__defineSetter__Zheng Chaoping2016-05-04
* | Offset the index by 1 so matches show from 1 to nMichael Hoang2016-05-04
|/
* Fix santization of marks.Doug Kearns2016-02-11
* Remove remaining comprehensions.Doug Kearns2016-01-29
* Fix :listkeys completion.Doug Kearns2016-01-12
* Merge pull request #123 from femnad/issue-122-bookmark-tag-completiondkearns2016-01-09
|\
| * Fix Bookmark Tag Completionfemnad2015-12-25
* | Prevent certain sites from overriding mappings. Closes issue #118.Kris Maglione2015-12-30
|/
* Fix :unmap.Doug Kearns2015-12-22
* Fix some startup bottlenecks.Kris Maglione2015-12-21
* Fix :dialog completions.Doug Kearns2015-12-21
* Microoptimize some stuff that turns out to need micro-optimizing.Kris Maglione2015-12-20
* Improve the efficiency/bugginess of abbrev mappings.Kris Maglione2015-12-20
* Get rid of most remaining comprehensions.Kris Maglione2015-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
* Delete ancient commented-out events.onFocus.Doug Kearns2015-07-23
* Replace expression closures (methods).Doug Kearns2015-07-23
* Normalise command/option/mapping config object param name.Doug Kearns2015-07-23
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
* Fix handling of "any" key modifier in events.hasNativeKey.Doug Kearns2015-07-06
* Fix Bookmark* autocommand events.Doug Kearns2015-06-24
* Fix bare assignment with object destructuring in FF41.Doug Kearns2015-06-23
* Fix linking to source definitions from :listkeys et al.Doug Kearns2015-06-18
* Fix :ab -js listings.Doug Kearns2015-06-13
* Move util.identity to the base module.Doug Kearns2015-06-11
* Fix toolbar commands for the Navbar.Doug Kearns2015-06-11
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
* Replace expression closures (getters).Doug Kearns2015-05-27
* Replace expression closures (function expressions).Doug Kearns2015-05-26
* Fix use of String#replace flags parameter.Doug Kearns2015-05-26
* Replace expression closures (function declarations).Doug Kearns2015-05-25
* Add missing semicolons.Doug Kearns2015-05-25
* Remove straggling String#quote usage.Doug Kearns2015-05-14
* Remove unnecessary use of values() when iterating over arrays.Doug Kearns2015-05-11
* Add toJSON method to lazy localized strings.Kris Maglione2015-05-07