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
2015-03-17
Activate vomnibar in window.top; more clean up.
Stephen Blott
2015-03-06
Merge branch 'fix-focus-html5-inputs'
Stephen Blott
2015-03-06
Cosmetic changes (following #1490).
Stephen Blott
2015-03-03
Note relevant PR number for link-hint-text change.
Stephen Blott
2015-03-03
Do not include duplicated texts in link hints.
Stephen Blott
2015-02-19
Only send cursor to end when selection has the cursor at the start
mrmr1993
2015-02-19
Make DomUtils.isSelected behave correctly for all editable elements
mrmr1993
2015-02-19
Stop trying to place the cursor at the end of an input on focus
mrmr1993
2015-02-18
Remove redundant check, make isSelected's behaviour match its contract
mrmr1993
2015-02-17
Guard against input elements which don't support selectionStart/End
mrmr1993
2015-02-06
Visual/edit modes: code cleanup.
Stephen Blott
2015-01-28
Visual/edit modes: fix some movements...
Stephen Blott
2015-01-23
Visual/edit modes: more (and better) commands.
Stephen Blott
2015-01-23
Visual/edit modes: develop edit mode.
Stephen Blott
2015-01-20
Add contentEditable as criterion for isSelectable.
Stephen Blott
2015-01-20
Minor refactoring of isSelected().
Stephen Blott
2015-01-18
Move isSelected test to before possible blur/click.
Stephen Blott
2015-01-18
Merge branch 'master' into fix-simulate-select
Stephen Blott
2015-01-18
Do not change selection if selection exists.
Stephen Blott
2015-01-18
Modes; fix simulateSelect for PostFindMode.
Stephen Blott
2015-01-18
Merge pull request #1413 from smblott-github/modes
Stephen Blott
2015-01-18
Modes; pre-merge clean up.
Stephen Blott
2015-01-12
Fix race condition on the options page (better).
Stephen Blott
2015-01-12
Fix race condition on the options page.
Stephen Blott
2015-01-10
Modes; better printable detection, move to keyboard_utils.
Stephen Blott
2015-01-10
Modes; reinstate key blockers:
Stephen Blott
2015-01-10
Modes; instrument for debugging...
Stephen Blott
2015-01-08
Modes; incorporate small changes from #1413.
Stephen Blott
2015-01-06
Modes; when exiting on Escape, also grab keyup event.
Stephen Blott
2015-01-04
Modes; various improvements.
Stephen Blott
2014-12-30
Merge branch 'smblott-link-hints-overlap' into post-1.46
Stephen Blott
2014-12-22
Correct a typo, add some tests for consistency
mrmr1993
2014-12-22
Support small <area>s with link hints
mrmr1993
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
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-17
Merge branch 'master' into post-1.46
Stephen Blott
2014-12-16
Ensure we click <input type="submit"> elements
mrmr1993
2014-12-15
Minor cleanup in evaluateXPath.
Stephen Blott
2014-12-15
Merge branch 'fullscreen-children-linkhints' of https://github.com/mrmr1993/v...
Stephen Blott
[next]