index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dom_utils.coffee
Age
Commit message (
Expand
)
Author
2014-12-14
Merge branch 'add-html5-input-types' of https://github.com/mrmr1993/vimium in...
Stephen Blott
2014-12-14
List HTML5 date types that should use simulateSelect
mrmr1993
2014-12-14
Update a comment about the changed nature of isSelectable
mrmr1993
2014-11-23
Change DomUtils.makeXPath to loop as an array rather than an object
mrmr1993
2014-11-05
Add support for selecting HTML5 inputs, change criterion to a blacklist
mrmr1993
2014-11-02
Centralize handling of event propagation.
Stephen Blott
2014-11-02
Force our key event handlers to have the highest possible priority
mrmr1993
2014-04-23
Remove additional unnecessary checks
mrmr1993
2014-04-23
Add openlinks in foreground mode and fix #1035
mrmr1993
2013-10-28
Fixed detection of links which are only partially inside the viewport
Stanley Shyiko
2012-10-29
More tests, because I like having coverage.
Jez Ng
2012-10-24
Use insertCSS() API instead of manually created style element.
Jez Ng
2012-10-20
Refactor handlerStack. Closes #657.
Jez Ng
2012-09-09
More lint fixes.
Jez Ng
2012-09-04
Style fixes.
Jez Ng
2012-08-26
Fix rectangle flashing on pages with a relative-positioned <body>.
Jez Ng
2012-08-20
More refactoring-cleanup.
Jez Ng
2012-08-19
Use more idiomatic CS.
Jez Ng
2012-08-04
Refactor link hints to be more functional.
Jez Ng
2012-06-12
port dom_utils.js to coffeescript
Phil Crosby