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
Age
Commit message (
Expand
)
Author
2014-12-18
Use Rect.copy instead of literal member by member copy of a rect
mrmr1993
2014-12-18
Make some minor changes/tweaks to rect handling in dom_utils
mrmr1993
2014-12-18
Add tests for lib/rect
mrmr1993
2014-12-18
Move rect functions to their own file
mrmr1993
2014-12-18
Remove overlapping rects from link hints
mrmr1993
2014-12-17
Unify two loops into one
mrmr1993
2014-12-17
Stop ignoring clickable opacity: none; elements
mrmr1993
2014-12-17
Don't show link hints for offscreen image maps
mrmr1993
2014-12-17
Try to make image map rectangles work better
mrmr1993
2014-12-17
Combine rectangle calculation and clickable element detection
mrmr1993
2014-12-17
Inline DomUtils.getClickableElements
mrmr1993
2014-12-17
Use element.readOnly instead of getAttribute "readonly"
mrmr1993
2014-12-17
Treat area elements as being at the point of their img element
mrmr1993
2014-12-17
Use the DOM rather than XPath to detect clickable elements
mrmr1993
2014-12-16
Ensure we click <input type="submit"> elements
mrmr1993
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-24
Frames; eliminate Array::rotate.
Stephen Blott
2014-11-23
Frames; tidy up.
Stephen Blott
2014-11-23
Change DomUtils.makeXPath to loop as an array rather than an object
mrmr1993
2014-11-23
Monitor a tab's frames as a list with the current frame at its head
mrmr1993
2014-11-06
Add (initial, basic) isUrl tests (more needed).
Stephen Blott
2014-11-06
Include scheme for domain suggestions; tighter test for valid domain.
Stephen Blott
2014-11-06
Don't suggest domains which aren't.
Stephen Blott
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
Merge pull request #1219 from mrmr1993/fix-google-groups
Stephen Blott
2014-11-02
Refactor Utils.hasChromePrefix and add tests.
Stephen Blott
2014-11-02
Force our key event handlers to have the highest possible priority
mrmr1993
2014-11-02
Fix browser prefix detection
mrmr1993
2014-04-23
Remove additional unnecessary checks
mrmr1993
2014-04-23
Recognise <ctrl> key in LinkHints
mrmr1993
2014-04-23
Add openlinks in foreground mode and fix #1035
mrmr1993
2014-04-22
Merge pull request #1027 from mrmr1993/dataURIs
Phil Crosby
2014-04-19
Handle data: URIs as a chrome prefix
mrmr1993
2013-10-28
Fixed detection of links which are only partially inside the viewport
Stanley Shyiko
2013-05-09
Fix utils.getCurrentVersion()
sainaen
2013-03-07
Replaces workaround and should let travis work again
Timo Sand
2013-01-02
Make smartcase locale-aware.
Jez Ng
2012-11-13
Include "chrome-extension" in chrome prefixes.
Stephen Blott
2012-11-05
Factor pushMatchingRanges, improve comments/tests
Stephen Blott
2012-10-29
Split out compareVersions into the Utils file.
Jez Ng
2012-10-29
Factor out scrolling code into a new file.
Jez Ng
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-23
Revert previous change whereby "+" characters inserted between search
Stephen Blott
2012-10-23
Code cleanup, as requested by in3/Jez Ng here:
Stephen Blott
2012-10-21
Configurable vomnibox default/fallback search engine.
Stephen Blott
2012-10-20
Refactor handlerStack. Closes #657.
Jez Ng
[next]