aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dom_utils.coffee
AgeCommit message (Expand)Author
2018-02-18Remove console.log()s.Stephen Blott
2018-02-18Fix Firefox link hints.Stephen Blott
2017-12-16Do not open tab for target "_blank".Stephen Blott
2017-11-14Don't suppress default action for non-printing keys in link hintsmrmr1993
2017-11-09Suppress propagation for keyup events when we have for keydown eventsmrmr1993
2017-11-02Replace all references to selection.type with our FF polyfillmrmr1993
2017-10-29Suppress all keyup events automatically if we consume the keydownmrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-09-30Merge pull request #2683 from mrmr1993/inject-css-for-framesStephen Blott
2017-09-29Manually inject custom user CSS into our own frames/pagesmrmr1993
2017-09-29Simulate default click action for <a target="_blank">smrmr1993
2017-09-21Move simulating click default action to DomUtils, add shift handlingmrmr1993
2017-09-14FF: Tweak getViewportTopLeft to use borderTop/Left for clientTop/Leftmrmr1993
2017-09-14Always use getBoundingClientRect for getViewportTopLeftmrmr1993
2017-09-14Revert #2636.Stephen Blott
2017-09-12FF: Don't use devicePixelRatio fix for HiDPI link hintsmrmr1993
2017-09-12Consider devicePixelRatio when calculating viewportmrmr1993
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-04-22Firefox: Polyfill for selection.type for visual mode.Stephen Blott
2017-04-22Refactor getSelectionType() to DOM utils.Stephen Blott
2017-04-18Better check for handlerId.Stephen Blott
2017-04-18Set handlerId directly to a non-id.Stephen Blott
2017-04-18Make the consumeKeyup handler a singleton.Stephen Blott
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-04-18Ignore keybiard repeats.Stephen Blott
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-03-04Merge pull request #2369 from gdh1995/zoomed-docEl-offsetStephen Blott
2017-02-09Guard against undefined (out of spec) getDestinationInsertionPointsmrmr1993
2017-01-03take documentElement's border into considerationgdh1995
2017-01-03getViewportTopLeft: consider the new style "contain"gdh1995
2017-01-03getViewportTopLeft: support zoomed static documentElementgdh1995
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-08Better positioning of link-hints flash rect.Stephen Blott
2016-05-07Merge pull request #2118 from smblott-github/fix-ui-component-init-issuesStephen Blott
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-28Make vimiumFlash a class.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-12Make rects absolute in window earlier.Stephen Blott
2016-04-05Check for document.activeElement.Stephen Blott
2016-04-02Refactor DomUtils.documentReady.Stephen Blott
2016-04-02Rework DomUtils.documentReady().Stephen Blott
2016-04-02Move the test for small windows to DomUtils.Stephen Blott
2016-03-28Global link hints; revert b7535a604954b5873d825eb66bfecd08f1f2c99b.Stephen Blott
2016-03-27Remove simulateUnhover(); not being used.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-06Tweak documentReady().Stephen Blott
2016-03-03Remove methods which aren't used.Stephen Blott
2016-02-26Don't try to evaluate DomUtils.isSelectable on non-elementsmrmr1993
2016-02-26Remove outdated blacklist in DomUtils.isEditable, use .isSelectablemrmr1993