aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2015-04-29Merge pull request #1614 from mrmr1993/shadowDom-UIComponentsStephen Blott
2015-04-29Use innerHTML instead of contentText.Stephen Blott
2015-04-29Fix text matching/exclusion; repair tests.Stephen Blott
2015-04-29Fix text matching/exclusion for text link hints.Stephen Blott
2015-04-29Ignore keyboard repeats in link hint key handlermrmr1993
2015-04-28Revert "Fix over-riding of vomnibar display CSS."mrmr1993
2015-04-28Load stylesheet via XHR to fix styles in UIComponent Shadow DOMmrmr1993
2015-04-28Simplify 8975229fd637ca1a91d7c52beb5969fe2b5e4d27.Stephen Blott
2015-04-28Fix mode indicator for "gi".Stephen Blott
2015-04-28Revert "Ensure that the Vomnibar iframe background is transparent"mrmr1993
2015-04-28Load the Vomnibar (and all UIComponents) in a shadow DOMmrmr1993
2015-04-28Merge pull request #1613 from smblott-github/fix-vomnibar-permanent-visibilityStephen Blott
2015-04-28Activate grab-back-focus only if enabled.Stephen Blott
2015-04-28Fix vomnibar start-up messages.Stephen Blott
2015-04-28Revert "Do not grab back focus if Vimium is disabled."Stephen Blott
2015-04-28Follow on from 6073cafed845cd31f88c5b51aafacc44278245fb.Stephen Blott
2015-04-28Fix over-riding of vomnibar display CSS.Stephen Blott
2015-04-28Temporary fix for tests.Stephen Blott
2015-04-28Revert "Temporary fix for tests."Stephen Blott
2015-04-28Merge pull request #1609 from smblott-github/fix-grab-back-focus-after-web-na...Stephen Blott
2015-04-28Merge pull request #1607 from mrmr1993/make-getVisibleClientRect-safeStephen Blott
2015-04-28Temporary fix for tests.Stephen Blott
2015-04-28Only grab focus after link transition.Stephen Blott
2015-04-28Do not grab back focus if Vimium is disabled.Stephen Blott
2015-04-28Make DomUtils.getVisibleClientRects default to expected behaviourmrmr1993
2015-04-28Merge pull request #1601 from mrmr1993/fix-scrollIntoViewStephen Blott
2015-04-28Ensure keydown handler returns a truthy value.Stephen Blott
2015-04-28Merge pull request #1595 from mrmr1993/no-focus-submitStephen Blott
2015-04-28Fix bounds and amounts in scrollIntoViewmrmr1993
2015-04-27Always cancel scrolling after additional (non-repeat) keydownsmrmr1993
2015-04-27Don't focus <input type="submit" /> elements from link hintsmrmr1993
2015-04-27Enable grab-back-focus after web navigation.Stephen Blott
2015-04-27Merge pull request #1589 from smblott-github/fix-alt-passkeysStephen Blott
2015-04-27Ensure that the Vomnibar iframe background is transparentmrmr1993
2015-04-27It's not a passkey with Ctrl, Alt or Meta.Stephen Blott
2015-04-26Disable frame flash after Vomnibar closes.Stephen Blott
2015-04-26Remove (overlooked) debugging code.Stephen Blott
2015-04-25Guard against there being no load handler.Stephen Blott
2015-04-25Minor tweak of front-end settings.Stephen Blott
2015-04-25Simplify front-end settings logic.Stephen Blott
2015-04-25Remove unused code.Stephen Blott
2015-04-25Track tab URL even if frame's URL changes.Stephen Blott
2015-04-25Remove requirement for Chrome 41.Stephen Blott
2015-04-25Merge branch 'exclusion-rules-pushState-and-hash' of https://github.com/mrmr1...Stephen Blott
2015-04-25Merge remote-tracking branch 'origin/focus-main-frame' into focus-main-frame-...Stephen Blott
2015-04-25Merge branch 'vomnibar-in-main-window' into vomnibar-in-main-window-mergeStephen Blott
2015-04-24Always initialise event listeners earlymrmr1993
2015-04-24Re-check enabled state after history.pushState/location.hash is changedmrmr1993
2015-04-24Get incognto state directly from chrome.extensions.inIncognitoContextmrmr1993
2015-04-23Activate vomnibar in window.top; no flicker and tidy up.Stephen Blott