aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dom_utils.coffee
AgeCommit message (Expand)Author
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-11-23Change DomUtils.makeXPath to loop as an array rather than an objectmrmr1993
2014-11-05Add support for selecting HTML5 inputs, change criterion to a blacklistmrmr1993
2014-11-02Centralize handling of event propagation.Stephen Blott
2014-11-02Force our key event handlers to have the highest possible prioritymrmr1993
2014-04-23Remove additional unnecessary checksmrmr1993
2014-04-23Add openlinks in foreground mode and fix #1035mrmr1993
2013-10-28Fixed detection of links which are only partially inside the viewportStanley Shyiko
2012-10-29More tests, because I like having coverage.Jez Ng
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
2012-09-09More lint fixes.Jez Ng
2012-09-04Style fixes.Jez Ng
2012-08-26Fix rectangle flashing on pages with a relative-positioned <body>.Jez Ng
2012-08-20More refactoring-cleanup.Jez Ng
2012-08-19Use more idiomatic CS.Jez Ng
2012-08-04Refactor link hints to be more functional.Jez Ng
2012-06-12port dom_utils.js to coffeescriptPhil Crosby