aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2014-12-30Merge branch 'smblott-link-hints-overlap' into post-1.46Stephen Blott
2014-12-30Merge branch 'master' into post-1.46Stephen Blott
2014-12-30Merge branch 'passkeys---union-of-rules' of https://github.com/smblott-github...Stephen Blott
2014-12-30Exclusions; use querySelector to find sub-elements.Stephen Blott
2014-12-29Merge pull request #1384 from smblott-github/fix-search-custom-search-engine-...Stephen Blott
2014-12-28Consistent treatment of search terms; update comment..Stephen Blott
2014-12-28Consistent treatment of search terms.Stephen Blott
2014-12-22Correct a typo, add some tests for consistencymrmr1993
2014-12-22Support small <area>s with link hintsmrmr1993
2014-12-21Exclusion; fiddle with styling.Stephen Blott
2014-12-21Exclusion; warn on chrome pages.Stephen Blott
2014-12-21Exclusion; unique keys.Stephen Blott
2014-12-19Tidy cursor hider, move haveChromeVersion to utils.Stephen Blott
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-18Remove overlapping rects from link hintsmrmr1993
2014-12-17Unify two loops into onemrmr1993
2014-12-17Stop ignoring clickable opacity: none; elementsmrmr1993
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-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-17Merge branch 'master' into post-1.46Stephen Blott
2014-12-16Ensure we click <input type="submit"> elementsmrmr1993
2014-12-15Minor cleanup in evaluateXPath.Stephen Blott
2014-12-15Merge branch 'fullscreen-children-linkhints' of https://github.com/mrmr1993/v...Stephen Blott
2014-12-15Restrict evaluateXPath to the fullscreen element when fullscreenmrmr1993
2014-12-14Merge branch 'vomnibarToPage' of https://github.com/smblott-github/vimium int...Stephen Blott
2014-12-14Merge branch 'add-html5-input-types' of https://github.com/mrmr1993/vimium in...Stephen Blott
2014-12-14List HTML5 date types that should use simulateSelectmrmr1993
2014-12-14Update a comment about the changed nature of isSelectablemrmr1993
2014-12-06Only consider fullscreen elements' children for link hintsmrmr1993
2014-11-24Frames; eliminate Array::rotate.Stephen Blott
2014-11-23Frames; tidy up.Stephen Blott
2014-11-23Change DomUtils.makeXPath to loop as an array rather than an objectmrmr1993
2014-11-23Monitor a tab's frames as a list with the current frame at its headmrmr1993
2014-11-06Add (initial, basic) isUrl tests (more needed).Stephen Blott
2014-11-06Include scheme for domain suggestions; tighter test for valid domain.Stephen Blott
2014-11-06Don't suggest domains which aren't.Stephen Blott
2014-11-05Add support for selecting HTML5 inputs, change criterion to a blacklistmrmr1993
2014-11-02Centralize handling of event propagation.Stephen Blott
2014-11-02Merge pull request #1219 from mrmr1993/fix-google-groupsStephen Blott
2014-11-02Refactor Utils.hasChromePrefix and add tests.Stephen Blott
2014-11-02Force our key event handlers to have the highest possible prioritymrmr1993
2014-11-02Fix browser prefix detectionmrmr1993