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
2018-02-18
Remove console.log()s.
Stephen Blott
2018-02-18
Fix Firefox link hints.
Stephen Blott
2017-12-16
Do not open tab for target "_blank".
Stephen Blott
2017-11-14
Don't suppress default action for non-printing keys in link hints
mrmr1993
2017-11-09
Suppress propagation for keyup events when we have for keydown events
mrmr1993
2017-11-02
Replace all references to selection.type with our FF polyfill
mrmr1993
2017-10-29
Suppress all keyup events automatically if we consume the keydown
mrmr1993
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-09-30
Merge pull request #2683 from mrmr1993/inject-css-for-frames
Stephen Blott
2017-09-29
Manually inject custom user CSS into our own frames/pages
mrmr1993
2017-09-29
Simulate default click action for <a target="_blank">s
mrmr1993
2017-09-21
Move simulating click default action to DomUtils, add shift handling
mrmr1993
2017-09-14
FF: Tweak getViewportTopLeft to use borderTop/Left for clientTop/Left
mrmr1993
2017-09-14
Always use getBoundingClientRect for getViewportTopLeft
mrmr1993
2017-09-14
Revert #2636.
Stephen Blott
2017-09-12
FF: Don't use devicePixelRatio fix for HiDPI link hints
mrmr1993
2017-09-12
Consider devicePixelRatio when calculating viewport
mrmr1993
2017-08-18
Check whether events are trusted before executing listeners
mrmr1993
2017-04-22
Firefox: Polyfill for selection.type for visual mode.
Stephen Blott
2017-04-22
Refactor getSelectionType() to DOM utils.
Stephen Blott
2017-04-18
Better check for handlerId.
Stephen Blott
2017-04-18
Set handlerId directly to a non-id.
Stephen Blott
2017-04-18
Make the consumeKeyup handler a singleton.
Stephen Blott
2017-04-18
Use event.code to detect/suppress keyup events.
Stephen Blott
2017-04-18
Ignore keybiard repeats.
Stephen Blott
2017-04-18
Move keyboard utils to keydown and migrate normal/visual modes.
Stephen Blott
2017-03-04
Merge pull request #2369 from gdh1995/zoomed-docEl-offset
Stephen Blott
2017-02-09
Guard against undefined (out of spec) getDestinationInsertionPoints
mrmr1993
2017-01-03
take documentElement's border into consideration
gdh1995
2017-01-03
getViewportTopLeft: consider the new style "contain"
gdh1995
2017-01-03
getViewportTopLeft: support zoomed static documentElement
gdh1995
2016-10-15
enterNormalMode; new command - implementation
Stephen Blott
2016-10-08
Better positioning of link-hints flash rect.
Stephen Blott
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
[next]