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-05-07
Merge pull request #2118 from smblott-github/fix-ui-component-init-issues
Stephen Blott
2016-04-28
Fix UI-component initialization issues.
Stephen Blott
2016-04-28
Make vimiumFlash a class.
Stephen Blott
2016-04-18
Revert "UI-compnent commands must wait for the document to be ready."
Stephen Blott
2016-04-17
UI-compnent commands must wait for the document to be ready.
Stephen Blott
2016-04-12
Make rects absolute in window earlier.
Stephen Blott
2016-04-05
Check for document.activeElement.
Stephen Blott
2016-04-02
Refactor DomUtils.documentReady.
Stephen Blott
2016-04-02
Rework DomUtils.documentReady().
Stephen Blott
2016-04-02
Move the test for small windows to DomUtils.
Stephen Blott
2016-03-28
Global link hints; revert b7535a604954b5873d825eb66bfecd08f1f2c99b.
Stephen Blott
2016-03-27
Remove simulateUnhover(); not being used.
Stephen Blott
2016-03-21
Rework visual mode.
Stephen Blott
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
[next]