aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-21Exclusion; unique keys.Stephen Blott
2014-12-21Exclusion; show state.Stephen Blott
2014-12-21Exclusion; highlight mismatched patterns.Stephen Blott
2014-12-21Exclusion; exclusion rules box smaller on popup.Stephen Blott
2014-12-21Exclusion; absolute exclusion rules taje priority.Stephen Blott
2014-12-21Exclusion; enable save button on add rule.Stephen Blott
2014-12-21Exclusion; add Save button.Stephen Blott
2014-12-21Exclusion; rework layout.Stephen Blott
2014-12-21Exclusion; focus last rule.Stephen Blott
2014-12-21Exclusion; multi-rule matching.Stephen Blott
2014-12-21Exclusion; minor refactoring.Stephen Blott
2014-12-20Use ||= to not ignore some clickable elements, no negative tabindexmrmr1993
2014-12-20Exclusion; allow multiple matching rules.Stephen Blott
2014-12-20Merge remote-tracking branch 'upstream/master' into post-1.46Stephen Blott
2014-12-20Merge branch 'better-link-on-upgrade'Stephen Blott
2014-12-20Upgrade notification opens in a new tab.Stephen Blott
2014-12-20Better upgrade notification message.Stephen Blott
2014-12-19Merge branch 'fix-scrolling-on-non-scrollable-documents' into post-1.46Stephen Blott
2014-12-19Also test negative direction when initializing scroller.Stephen Blott
2014-12-19Delay initialization of activeElement.Stephen Blott
2014-12-19Initialize scroller to *largest* visible scrollable element.Stephen Blott
2014-12-19Initialize scroller to first scrollable element.Stephen Blott
2014-12-19Disable cursor hider.Stephen Blott
2014-12-19Merge branch 'mrmr1993-hide-cursor-on-scroll' into post-1.46Stephen Blott
2014-12-19Tidy cursor hider, move haveChromeVersion to utils.Stephen Blott
2014-12-19Detect aria properties for disabling/hiding elements in link hintsmrmr1993
2014-12-18Don't show a link hint for certain link hint elementsmrmr1993
2014-12-18Add brackets so the code compiles as expectedmrmr1993
2014-12-18Improve comments for LinkHints.getVisibleClickableElementsmrmr1993
2014-12-18Split textarea and input detection in link hintsmrmr1993
2014-12-18Use Rect.copy instead of literal member by member copy of a rectmrmr1993
2014-12-18Make some minor changes/tweaks to rect handling in dom_utilsmrmr1993
2014-12-18Add tests for lib/rectmrmr1993
2014-12-18Move rect functions to their own filemrmr1993
2014-12-18Complete a partially written commentmrmr1993
2014-12-18Add link hint support for jsaction event listenersmrmr1993
2014-12-18Remove overlapping rects from link hintsmrmr1993
2014-12-17Disable cursor hiding for Chrome versions < 39.0.2171.71mrmr1993
2014-12-17Ensure cursor is hidden on scrollmrmr1993
2014-12-17Add comment re. Math.sign().Stephen Blott
2014-12-17Disable CursorHider pending fix for #1345.Stephen Blott
2014-12-17Revert 932652086c9ad601c92ef4aae250f9e0b6ad51a6.Stephen Blott
2014-12-17Merge branch 'mrmr1993-ensure-only-init-cursorhider-once' into post-1.46Stephen Blott
2014-12-17Ensure we only init CursorHider oncemrmr1993
2014-12-17Unify two loops into onemrmr1993
2014-12-17Stop ignoring clickable opacity: none; elementsmrmr1993
2014-12-17Remove redundant array conversionmrmr1993
2014-12-17Don't show link hints for offscreen image mapsmrmr1993
2014-12-17Try to make image map rectangles work bettermrmr1993
2014-12-17Combine rectangle calculation and clickable element detectionmrmr1993