| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-27 | Bump to 1.61.1.v1.61.1 | Stephen Blott | |
| 2017-10-27 | Fix #2738. | Stephen Blott | |
| I omitted to check this properly. It turns out we weren't getting the options from the correct place. | |||
| 2017-10-27 | Bump to 1.61v1.61 | Stephen Blott | |
| 2017-10-27 | Merge pull request #2742 from mrmr1993/ff-fix-fb | Stephen Blott | |
| Add global objects to window.root, re-add to window on DOMLoad | |||
| 2017-10-25 | FF: Only apply fix to bug 1408996 when appropriate | mrmr1993 | |
| 2017-10-25 | FF: Workaround bug 1408996 in focusInput's focus listener | mrmr1993 | |
| 2017-10-25 | FF: Share |root| global proxy, re-add the globals to window on DOMLoad | mrmr1993 | |
| This is a workaround for Firefox bug 1408996. | |||
| 2017-10-24 | Note hard command option for reload. | Stephen Blott | |
| 2017-10-24 | Merge pull request #2738 from mrmr1993/hard-reload | Stephen Blott | |
| Add hard option to reload command | |||
| 2017-10-24 | Add |hard| option to reload command | mrmr1993 | |
| 2017-10-19 | Merge pull request #2732 from mrmr1993/aria-tab-clickable | Stephen Blott | |
| Recognise role=tab elements as clickable | |||
| 2017-10-19 | Recognise aria-role=tab elements as clickable | mrmr1993 | |
| In particular, these are used in the current (2017-10-19) version of YouTube. This fixes #2730. | |||
| 2017-10-16 | Merge pull request #2728 from xuhdev/patch-1 | Stephen Blott | |
| Add Firefox and Chromium to contribution guidelines | |||
| 2017-10-15 | Add Firefox and Chromium to contribution guidelines | Hong | |
| 2017-10-14 | Note mapping <c-[> in README. | Stephen Blott | |
| 2017-10-14 | Merge pull request #2723 from smblott-github/allow-map-vim-like-escape | Stephen Blott | |
| Allow <c-[> to be mapped as a regular command. | |||
| 2017-10-14 | Allow <c-[> to be mapped as a regular command. | Stephen Blott | |
| If map <c-[> someCommand is configured, then the hardwired `<c-[>` meaning `Escape` behaviour is disabled. Users who want to map `<c-[>` probably *never* use it as `Escape`. Fixes #2722. | |||
| 2017-10-08 | Note alphabet hints for filtered hints. | Stephen Blott | |
| 2017-10-07 | Merge branch 'ahstro/feature/upper-case-link-hints' | Stephen Blott | |
| 2017-10-07 | Tweak #2701 (hint characters for filtered hints). | Stephen Blott | |
| Some tweaks to #2701 from @ahstro. 1. Simplify the logic for calculating `modifiers`. 2. Revert the ordering of the `event.repeat` test and `keyChar` assignment. 3. Link hint characters *only* match in upper case. 4. If there are link-hint characters (non numbers), then shifted characters are only ever hints. 5. Otherwise, revert to doing all hint text comparison in lower case. | |||
| 2017-10-06 | Merge pull request #2699 from mc10/patch-2 | Stephen Blott | |
| travis: Clean up config | |||
| 2017-10-06 | Allow using capital letters as link hint characters | Anton Strömkvist | |
| 2017-10-06 | Merge pull request #2703 from mrmr1993/fix-test-typo | Stephen Blott | |
| Correct a longstanding typo in DOM tests | |||
| 2017-10-06 | Correct a longstanding typo in DOM tests | mrmr1993 | |
| 2017-10-04 | Merge pull request #2698 from mc10/patch-1 | Stephen Blott | |
| README: Use the SVG Travis badge and relative links | |||
| 2017-10-04 | travis: Clean up config | Kevin Ji | |
| Use a non-ancient version of Node in sudo-less mode. Scripts do not need to be wrapped with quotes. | |||
| 2017-10-04 | README: Use the SVG Travis badge and relative links | Kevin Ji | |
| 2017-10-02 | Merge pull request #2691 from mrmr1993/ff-fix-xml | Stephen Blott | |
| FF: Lazy load the Vomnibar for XML documents | |||
| 2017-10-02 | FF: Lazy load the Vomnibar for XML documents | mrmr1993 | |
| Injecting HTML into XML documents on Firefox breaks the rendering (collapsing it into plain text). By not loading it until explicitly requested, we can avoid this breakage (at least, until a user triggers some of our UI manually). | |||
| 2017-10-01 | Merge pull request #2687 from mrmr1993/fix-popup | Stephen Blott | |
| Fix the popup dialog | |||
| 2017-10-01 | Include DOM utils in the popup dialog | mrmr1993 | |
| DOM utils are required to inject user CSS. | |||
| 2017-10-01 | Merge pull request #2685 from alphaCTzo7G/patch-2 | Stephen Blott | |
| Updated "Treat find queries as regular expressions" | |||
| 2017-09-30 | Update "Treat find queries as regular expressions" | Dibyadeep Paul | |
| Changed "Treat find queries as regular expressions" to "Treat find queries as Javascript regular expressions", to reduce confusion. There are tonnes of different types of regular expressions, so specifying what type of regular expressions is used, will reduce confusion. | |||
| 2017-09-30 | Merge branch 'curipha-search-compl-amazon-co-jp' | Stephen Blott | |
| 2017-09-30 | Use Japan instead of Jp. | Stephen Blott | |
| 2017-09-30 | Merge pull request #2665 from curipha/search-compl-google-co-jp | Stephen Blott | |
| Search completion; add support for Google.co.jp completion | |||
| 2017-09-30 | Merge pull request #2683 from mrmr1993/inject-css-for-frames | Stephen Blott | |
| Inject user css into all frames | |||
| 2017-09-30 | Merge pull request #2682 from mrmr1993/ff-setOpener | Stephen Blott | |
| Use openerTabId in chrome.tabs.create when possible | |||
| 2017-09-30 | Merge pull request #2681 from mrmr1993/ff-link-hints-new-tabs | Stephen Blott | |
| FF: Simulate default click action for <a target="_blank">s | |||
| 2017-09-29 | Add stub to fix unit tests | mrmr1993 | |
| 2017-09-29 | Manually inject custom user CSS into our own frames/pages | mrmr1993 | |
| 2017-09-29 | Inject custom user styles into all frames | mrmr1993 | |
| This fixes #2594. | |||
| 2017-09-29 | Use openerTabId in chrome.tabs.create when possible | mrmr1993 | |
| 2017-09-29 | Simulate default click action for <a target="_blank">s | mrmr1993 | |
| 2017-09-28 | Bump to 1.60.4 (firefox only). | Stephen Blott | |
| 2017-09-25 | Merge pull request #2602 from mrmr1993/ff-link-hints-new-tabs | Stephen Blott | |
| Firefox: Simulate default action for clicking links with link hints | |||
| 2017-09-23 | Search completion; add support for Google.co.jp completion | Taichi | |
| 2017-09-23 | Search completion; add support for Amazon.co.jp completion | Taichi | |
| 2017-09-21 | Move simulating click default action to DomUtils, add shift handling | mrmr1993 | |
| 2017-09-21 | Add openUrlInNewWindow command | mrmr1993 | |
