aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
2015-04-28Make DomUtils.getVisibleClientRects default to expected behaviourmrmr1993
2015-04-27Don't focus <input type="submit" /> elements from link hintsmrmr1993
2015-04-22Also filter for HREF in incognito mode.Stephen Blott
2015-04-22Filter out non-HREF elements for "yf".Stephen Blott
2015-04-22For "yf", handle case where link.href isn't defined.Stephen Blott
2015-04-22Show yanked text in HUD for "yf".Stephen Blott
2015-04-18Mode indicator: more fix for link hints.Stephen Blott
2015-04-18Mode indicator: fix for link hints.Stephen Blott
2015-04-18Mode indicator: strip all references to badges.Stephen Blott
2015-03-09Pass keyup events after entering link-hint mode.Stephen Blott
2015-03-03Do not include duplicated texts in link hints.Stephen Blott
2015-01-18Merge pull request #1413 from smblott-github/modesStephen Blott
2015-01-18Modes; pre-merge clean up.Stephen Blott
2015-01-17Minor rework in link hints.Stephen Blott
2015-01-17Rework modifier key handling for link hints.Stephen Blott
2015-01-17Make `activateModeWithQueue` support link hint mode modifiersmrmr1993
2015-01-17Re-introduce ctrl, shift keys as link hint mode modifiersmrmr1993
2015-01-15Modes; tweaks and fiddles.Stephen Blott
2015-01-14Modes; substantial reworking of insert mode (and friends).Stephen Blott
2015-01-13Modes; temporary commit.Stephen Blott
2015-01-13Modes; temporary commit.Stephen Blott
2015-01-12Modes; hint mode should be an insert-mode blocker...Stephen Blott
2015-01-12Modes; (slightly) nicer badge.Stephen Blott
2015-01-11Modes; incorporate link hints.Stephen Blott
2014-12-30Update comment in getVisibleClickable.Stephen Blott
2014-12-30Minor changes to link-hint code.Stephen Blott
2014-12-29Return an array from getVisibleClickable, to restore img map supportmrmr1993
2014-12-29Move link hint clickable element detection to its own functionmrmr1993
2014-12-29Add a comment clarifying why we no longer use XPath for link hintsmrmr1993
2014-12-22Use a splat instead of applymrmr1993
2014-12-22Prefer `||=` to `= true if`mrmr1993
2014-12-22Use push with a splat rather than concatmrmr1993
2014-12-22Rename a poorly named variablemrmr1993
2014-12-20Use ||= to not ignore some clickable elements, no negative tabindexmrmr1993
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-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-17Remove redundant array conversionmrmr1993
2014-12-17Combine rectangle calculation and clickable element detectionmrmr1993
2014-12-17Simplify finding clickable elementsmrmr1993
2014-12-17Inline DomUtils.getClickableElementsmrmr1993
2014-12-17Use the DOM rather than XPath to detect clickable elementsmrmr1993
2014-08-21Update link_hints.coffeeTimo Sand
2014-08-21Added feature to download linksTimo Sand