aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-24Merge remote-tracking branch 'tobimensch/master'Stephen Blott
2016-09-24Merge branch 'dpogue-scrollingElement'Stephen Blott
2016-09-24Tweak #2168 (scrolling via scrollingElement).Stephen Blott
Instead of setting a property of document for `scrollingElement` (if it is not defined), just use a function and make the decision dynamically instead.
2016-09-23fixup! New feature/command: Mute/unmute tab.Tobias Gläßer
2016-09-23New feature/command: Mute/unmute tab.Tobias Gläßer
2016-09-23New feature/command: Mute/unmute tab.Tobias Gläßer
2016-09-22Use document.scrollingElement for scrollingDarryl Pogue
This fixes Vimium with the 'Experimental Web Platform Features' flag enabled, and ensures compatibility across quirks mode scrolling (via document.body) and standards-compliant scrolling (via document.documentElement).
2016-09-19Better wording of description for `gi`.Stephen Blott
2016-09-17Note <Backkspace> on README.Stephen Blott
2016-09-17Merge branch 'gdh1995-backspace-as-go-back'Stephen Blott
2016-09-17Rework #2223 (backspace).Stephen Blott
2016-09-17use keyNames to check backspace keyCodegdh1995
2016-09-11Note changes since 1.56.Stephen Blott
2016-09-10simpler logic to detect backsapcegdh1995
2016-09-09Merge pull request #2242 from gdh1995/hint-label-for-not-disabledStephen Blott
hint a label only if its control is not disabled
2016-09-09Merge pull request #2222 from bouk/summary-hintsStephen Blott
Add support for opening details elements
2016-09-09Merge pull request #2215 from colin-kiegel/colin-kiegel-partly-fix-986Stephen Blott
Consider the alt-key status when trying to detect <c-[>
2016-09-09hint a label only if its control is not disabledgdh1995
example: ``` html <label><input type=checkbox disabled />exlpanation</label> ```
2016-08-18support mapping <backspace>gdh1995
Chrome stop using <backspace> to go back, but some still wants this feature. This should fix #2207 and #2214.
2016-08-16Add support for opening details elementsBouke van der Bijl
2016-08-10Consider the alt-key status when trying to detect <c-[>Colin Kiegel
see https://github.com/philc/vimium/issues/986#issuecomment-53955175
2016-06-28Merge pull request #2179 from gaving/patch-1Phil Crosby
Mention edit URL keybindings
2016-06-27Mention edit URL keybindingsGavin Gilmour
Tracked down some keybindings I was after under #1004 Added them to the main documentation.
2016-06-17Revert "Adds important to hint marker font-family declaration"Stephen Blott
This reverts commit 2526bb3b0433e5cf645dfd7007ec42860b11ba2a. See #2164. It seems this is no longer necessary.
2016-06-15Merge pull request #2164 from sco-tt/fb-hint-markersStephen Blott
Adds important to hint marker font-family declaration
2016-06-14Adds important to hint marker font-family declarationScott Pinkelman
2016-06-11v1.56 release1.56Phil Crosby
2016-06-02Update README to reflect current status of master.Stephen Blott
2016-06-02Favour event.keyIdentifier over event.key.Stephen Blott
See #2147. Chromium's implementation of event.key currently fails to take account of keyboard mappings (e.g. neo2). Here, we favour using event.keyIdentifier (while it's available) as a workaround.
2016-05-27Note visual-line mode bug in README.md.Stephen Blott
2016-05-27Fix visual line mode.Stephen Blott
Due to a typo, VisualLineMode is broken in 1.55. Fixes #2146.
2016-05-27Merge pull request #2132 from sco-tt/masterStephen Blott
Adds single left/right angle quotation marks to next/previous patterns
2016-05-27Note visitPreviousTab command in README.md.1.55Stephen Blott
Now that 1.55 has been released, we should note this new command in the README.
2016-05-26Bump version to 1.55Phil Crosby
2016-05-26Tweak changelogPhil Crosby
2016-05-17Merge pull request #2133 from smblott-github/use-event.keyStephen Blott
Use event.key (not event.keyIdentifier).
2016-05-15Handle <space> in the same way as other special keys.Stephen Blott
2016-05-15Also remove event.keyIdentifier in getKeyCharString().Stephen Blott
This was an oversight from a5262f4e68f62a922c9c05d871c4a874f6737a7b.
2016-05-15Use event.key (not event.keyIdentifier).Stephen Blott
event.keyIdentifier is depricated and will be removed soon. It is being replaced by event.key. Unfortunatelty, event.key is not yet available in the stable Chrome version. Here, we use whichever API is available. In due course, we can remove the event.keyIdentifier implementation (and a considerable amount of machinery surrounding it). For the time being, if both APIs are available, then we verify one against the other and show a warning message of they do not match. This should help us track down any issues which arise. Using event.key has the additional benefit of correctly detecting shifted characters on the numbers row on keydown, which has been a problem for some users. Fixes #2128. Note: We have a problem with the tests. phantomjs does not currently support event.key, and possibly never will.
2016-05-12Adds single left/right angle quotation marks to next/previous patternsScott Pinkelman
2016-05-12Guard against non-string values.Stephen Blott
If the link's value is not a string, then the previous version of this fails. The new test will be false for such links.
2016-05-12Revert "Improves next/previous links by targetting button elements and ↵Stephen Blott
adding single left/right angle quotation marks" This reverts commit ee8c235aeaf52d2bc867a00c37731690e337c7ff. This reverts #2117. This breaks next/prev on Reddit (it chooses a different link). Reddit is an important site, so we should unwind this for now. Mention @sco-tt.
2016-05-09Add a commentPhil Crosby
2016-05-07Merge pull request #2118 from smblott-github/fix-ui-component-init-issuesStephen Blott
Fix UI-component initialization issues (maybe).
2016-05-07Merge pull request #2125 from smblott-github/fix-link-hints-not-launchingStephen Blott
Fix link-hints failing to launch.
2016-05-07Fix link-hints failing to launch.Stephen Blott
Sometimes, link-hints mode fails to launch. See Issue 1 from this post: https://github.com/philc/vimium/issues/2081#issuecomment-210980903. Here's a reproducible case: - visit twitter - using the vomnibar, visit any other page (in the same tab) - hit `f` - the link hints fail to load. What's happening is that the unregister/register frame messages for the main/top frame arrive in the wrong order (first register, then unregister). Because these both have the same frame Id, the effect is that the main/top frame ends up not registered. So there are no registered frames, so link hints mode doesn't launch. Only the main/top frame has a re-usable frameId (`0`). All other frames receive a unique frame Id (which is never re-used). Here, we just never unregister the main/top frame. That way, it doesn't matter which order the register/unregister messages arrive in. If the tab is navigating to a new page, then there'll be a new main/top frame along soon. If the tab is closing, then we tidy up in the `chrome.tabs.onRemoved` handler.
2016-05-06Fix binary-search OOB.Stephen Blott
This affects binary search in the history cache. The returned index can be one beyond the end of array, and so we get an error when we look it up blindly. So, we need to check.
2016-05-06Merge pull request #2124 from gdh1995/bug-fix-in-find-modeStephen Blott
install the real selectionchange listener after window.find
2016-05-05install the real selectionchange listener after window.findgdh1995
2016-05-03Merge pull request #2122 from sco-tt/masterStephen Blott
Make findAndFollowLink look at element values so <input> can be used …