| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-15 | Bump to v1.60.3.v1.60.3 | Stephen Blott | |
| 2017-09-15 | Merge pull request #2649 from mrmr1993/linkhints-scaled-display-fix | Stephen Blott | |
| Always use getBoundingClientRect for getViewportTopLeft | |||
| 2017-09-14 | FF: Tweak getViewportTopLeft to use borderTop/Left for clientTop/Left | mrmr1993 | |
| 2017-09-14 | Always use getBoundingClientRect for getViewportTopLeft | mrmr1993 | |
| 2017-09-14 | Bump to v1.60.2.v1.60.2 | Stephen Blott | |
| 2017-09-14 | Merge pull request #2645 from smblott-github/fix-zoom | Stephen Blott | |
| Revert #2636. | |||
| 2017-09-14 | Revert #2636. | Stephen Blott | |
| Mention @mrmr1993. Mention @gdh1995. We have zoom issues resulting from: - style - zoom - --force-device-scale-factor=1.5 - HiDPI This intended to fix HiDPI, but seems to have created problems in the some of the other cases. I don't have time to figure out the problem right now, so I'm going to revert this and push it as 1.60.2. That leaves us pretty much where we were before, I think, in terms of zoom. We can come back to it later. | |||
| 2017-09-14 | Add link to issue. | Stephen Blott | |
| 2017-09-14 | Bump to 1.60.1 - fix #2642.v1.60.1 | Stephen Blott | |
| 2017-09-14 | Merge pull request #2644 from smblott-github/fix-2642 | Stephen Blott | |
| Fix #2642. | |||
| 2017-09-14 | Fix #2642. | Stephen Blott | |
| Fixes #2642. | |||
| 2017-09-14 | Bump version number to 1.60.v1.60 | Stephen Blott | |
| 2017-09-12 | Merge pull request #2637 from mrmr1993/linkhints-scaled-display-fix | Stephen Blott | |
| Exclude Firefox from the scaled DPI fix | |||
| 2017-09-12 | FF: Don't use devicePixelRatio fix for HiDPI link hints | mrmr1993 | |
| 2017-09-12 | Use browser.runtime.getBrowserInfo to identify Firefox | mrmr1993 | |
| 2017-09-12 | Add Utils.isFirefox | mrmr1993 | |
| This also stops the content scripts from being injected into each frame on reload (in Firefox only). They do not successfully connect to the background page, and it causes considerable lag, so we lose nothing by doing this. | |||
| 2017-09-12 | Note bug fix. | Stephen Blott | |
| 2017-09-12 | Merge pull request #2636 from mrmr1993/linkhints-scaled-display-fix | Stephen Blott | |
| Consider devicePixelRatio when calculating viewport | |||
| 2017-09-12 | Consider devicePixelRatio when calculating viewport | mrmr1993 | |
| This should fix #2635, fix #2633 and fix #2620. | |||
| 2017-09-07 | Merge pull request #2626 from smblott-github/ignore-keyboard-layout | Stephen Blott | |
| Ignore keyboard layout | |||
| 2017-09-07 | Note ignoreKeyboardLayout in README. | Stephen Blott | |
| 2017-09-07 | Merge pull request #2631 from mrmr1993/fix-travis | Stephen Blott | |
| Fix tests: Explicitly select a PhantomJS version for Travis | |||
| 2017-09-07 | Fix tests: Explicitly select a PhantomJS version for Travis | mrmr1993 | |
| 2017-09-07 | Use stubs from window.top for tests. | Stephen Blott | |
| (Similar to idea suggested by @mrmr1993.) This way: - we do not have to replicate the stub code, and - we have minimal impact on the live implementation. | |||
| 2017-09-06 | Merge pull request #2605 from mrmr1993/isTrusted-events | Stephen Blott | |
| Check whether events are trusted before executing listeners | |||
| 2017-09-04 | Fix tests for #2626. | Stephen Blott | |
| This fixes the tests for #2626. Note: This may not be th best approach. The problem is that, for the first time, we're using `Settings` (and hence `chrome.storage`) within the Vomnibar and HUD iframes, and our `chrome` stubs are not injected into those frames. Mention @mrmr1993. Matt: Do you know of a better approach? Can we inject the stubs programmatically in the tests? An alternative approach would be appreciated. | |||
| 2017-09-02 | Fix special keys (e.g. <Shift-Left>). | Stephen Blott | |
| 2017-09-01 | Use event.key for numpad. | Stephen Blott | |
| See this comment: https://github.com/philc/vimium/pull/2626#issuecomment-326553282. | |||
| 2017-09-01 | Handle shifted numeric keys. | Stephen Blott | |
| 2017-09-01 | Load settings.js in the HUD. | Stephen Blott | |
| 2017-09-01 | Translate event.code key representations to the corresponding event.key format. | Stephen Blott | |
| 2017-09-01 | Better explanation of ignoreKeyboardLayout. | Stephen Blott | |
| 2017-09-01 | Include Settings in Vomnibar page. | Stephen Blott | |
| 2017-09-01 | Implement ignoreKeyboardLayout option in getKeyChar. | Stephen Blott | |
| Fixes #2618. | |||
| 2017-08-31 | Add ignoreKeyboardLayout option (under advanced). | Stephen Blott | |
| 2017-08-31 | Merge pull request #2623 from davidjb/master | Stephen Blott | |
| Update URLs to use HTTPS | |||
| 2017-08-31 | Update URLs to HTTPS in code, pages and docs | David Beitey | |
| Updating URLs to use HTTPS provides greater privacy and reduces the potential of having content modified whilst in transit (as it happening more and more by ISPs, networks, state actors etc). These URLs themselves have been tested and confirmed to work over HTTPS. | |||
| 2017-08-31 | Use HTTPS for shoulda.js submodule URL | David Beitey | |
| 2017-08-25 | Merge pull request #2614 from mrmr1993/ff-options | Stephen Blott | |
| Firefox: Use options_ui to declare the options page | |||
| 2017-08-25 | FF: Use options_ui to declare the options page | mrmr1993 | |
| Firefox doesn't recognise the "options_page" manifest key, and so isn't showing a preferences button for Vimium-ff. By moving to "options_ui", we enable it, and still get the same functionality in Chrome. | |||
| 2017-08-18 | Check whether events are trusted before executing listeners | mrmr1993 | |
| 2017-08-17 | For Firefox, prune more files and bump subversion number to 1.59.2. | Stephen Blott | |
| 2017-08-17 | Exclude Coffeescript files for Firefox build. | Stephen Blott | |
| 2017-08-15 | Bump version to 1.59.1. | Stephen Blott | |
| This is a bug-fix release affecting Firefox only. Accordingly, the Firefox Add-On has been updated, but the Chrome store version will not be updated. | |||
| 2017-08-15 | Note search completion fix (Firefox only). | Stephen Blott | |
| 2017-08-15 | Fix search completion (Firefox). | Stephen Blott | |
| The problem is that Firefox balks at function properties within the response sent via `postMessage` (whereas Chrome does not). A concise and safe way to sanitize the response is to convert it to JSON and back. Fixes #2576. | |||
| 2017-08-08 | Merge pull request #2573 from alphaCTzo7G/patch-1 | Stephen Blott | |
| Update README.md | |||
| 2017-07-20 | Update README.md | alphaCTzo7G | |
| 2017-05-23 | Rename to vimium-ff. | Stephen Blott | |
| 2017-05-20 | Note Firefox port. | Stephen Blott | |
