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
2016-03-06
Tweak documentReady().
Stephen Blott
2016-03-03
Remove methods which aren't used.
Stephen Blott
2016-02-26
Don't try to evaluate DomUtils.isSelectable on non-elements
mrmr1993
2016-02-26
Remove outdated blacklist in DomUtils.isEditable, use .isSelectable
mrmr1993
2016-02-18
Wait-for-enter: for filtered hints.
Stephen Blott
2016-01-30
Rework unhovering to occur automatically for all simulated hovers
mrmr1993
2016-01-30
Emit mouseout when clicking a new element link hints
mrmr1993
2016-01-26
Disable position-at-end in text areas.
Stephen Blott
2015-09-07
Traverse shadow DOMs when looking for scrollable elements
mrmr1993
2015-08-28
a better way to detect document types
gdh1995
2015-08-28
fix a new typo
gdh1995
2015-08-28
remove `.bind` imported in da8653f because dom tests fail if bind exists
gdh1995
2015-08-28
fix a typo in PR #1798
gdh1995
2015-08-28
clean code
gdh1995
2015-08-26
Use createElementNS for XML documents and remove XML specific codepaths
mrmr1993
2015-07-20
Treat links with fixed position children like absolutely positioned
mrmr1993
2015-06-10
Move finding the element at a selection's focus to a library function
mrmr1993
2015-04-28
Recognise inline child elements of height=0 elements caused by font-size
mrmr1993
2015-04-28
Make DomUtils.getVisibleClientRects default to expected behaviour
mrmr1993
2015-04-28
Remove redundant test
mrmr1993
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
[next]