aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-29Return an array from getVisibleClickable, to restore img map supportmrmr1993
2014-12-29Move link hint clickable element detection to its own functionmrmr1993
2014-12-29Add a comment clarifying why we no longer use XPath for link hintsmrmr1993
2014-12-22Use a splat instead of applymrmr1993
2014-12-22Prefer `||=` to `= true if`mrmr1993
2014-12-22Correct a typo, add some tests for consistencymrmr1993
2014-12-22Use push with a splat rather than concatmrmr1993
2014-12-22Rename a poorly named variablemrmr1993
2014-12-22Support small <area>s with link hintsmrmr1993
2014-12-20Use ||= to not ignore some clickable elements, no negative tabindexmrmr1993
2014-12-19Detect aria properties for disabling/hiding elements in link hintsmrmr1993
2014-12-18Don't show a link hint for certain link hint elementsmrmr1993
2014-12-18Add brackets so the code compiles as expectedmrmr1993
2014-12-18Improve comments for LinkHints.getVisibleClickableElementsmrmr1993
2014-12-18Split textarea and input detection in link hintsmrmr1993
2014-12-18Use Rect.copy instead of literal member by member copy of a rectmrmr1993
2014-12-18Make some minor changes/tweaks to rect handling in dom_utilsmrmr1993
2014-12-18Add tests for lib/rectmrmr1993
2014-12-18Move rect functions to their own filemrmr1993
2014-12-18Complete a partially written commentmrmr1993
2014-12-18Add link hint support for jsaction event listenersmrmr1993
2014-12-18Remove overlapping rects from link hintsmrmr1993
2014-12-17Unify two loops into onemrmr1993
2014-12-17Stop ignoring clickable opacity: none; elementsmrmr1993
2014-12-17Remove redundant array conversionmrmr1993
2014-12-17Don't show link hints for offscreen image mapsmrmr1993
2014-12-17Try to make image map rectangles work bettermrmr1993
2014-12-17Combine rectangle calculation and clickable element detectionmrmr1993
2014-12-17Simplify finding clickable elementsmrmr1993
2014-12-17Inline DomUtils.getClickableElementsmrmr1993
2014-12-17Use element.readOnly instead of getAttribute "readonly"mrmr1993
2014-12-17Treat area elements as being at the point of their img elementmrmr1993
2014-12-17Use the DOM rather than XPath to detect clickable elementsmrmr1993
2014-12-16Ensure we click <input type="submit"> elementsmrmr1993
2014-12-16Increment version to v1.491.49Phil Crosby
2014-12-16Revert "Hide the smooth scroll option from the settings UI"Phil Crosby
2014-12-16Add a little more context to a commentPhil Crosby
2014-12-16Merge pull request #1336 from smblott-github/do-not-use-math.signPhil Crosby
2014-12-16Do not use Math.sign().Stephen Blott
2014-12-16Add comments to nextFrame logic.Stephen Blott
2014-12-16Merge branch 'skip-tiny-frames' of https://github.com/mrmr1993/vimium into mr...Stephen Blott
2014-12-16Update version to 1.48Phil Crosby
2014-12-16Merge pull request #1331 from smblott-github/fix-smooth-scrolling-properlyPhil Crosby
2014-12-16Fix smooth scrolling, all cases.Stephen Blott
2014-12-15Update to 1.47Phil Crosby
2014-12-15Merge pull request #1324 from mrmr1993/add-tolerance-to-scroll-checkPhil Crosby
2014-12-16Use a tolerance when checking scrolling to fix zoomed scrollsmrmr1993
2014-12-15Skip over tiny frames when calling focusThisFramemrmr1993
2014-12-15Update version number to 1.46Phil Crosby
2014-12-15Change bugfix -> bug fixPhil Crosby