| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-30 | Update comment in getVisibleClickable. | Stephen Blott | |
| 2014-12-30 | Minor changes to link-hint code. | Stephen Blott | |
| 2014-12-29 | Return an array from getVisibleClickable, to restore img map support | mrmr1993 | |
| 2014-12-29 | Move link hint clickable element detection to its own function | mrmr1993 | |
| 2014-12-29 | Add a comment clarifying why we no longer use XPath for link hints | mrmr1993 | |
| 2014-12-22 | Use a splat instead of apply | mrmr1993 | |
| 2014-12-22 | Prefer `||=` to `= true if` | mrmr1993 | |
| 2014-12-22 | Use push with a splat rather than concat | mrmr1993 | |
| 2014-12-22 | Rename a poorly named variable | mrmr1993 | |
| 2014-12-20 | Use ||= to not ignore some clickable elements, no negative tabindex | mrmr1993 | |
| Elements with `tabindex="n"` for parseInt(n) < 0 cannot be selected by pressing the tab key, according to the spec. If we have no other reason to suspect that the element is clickable, we may as well ignore them. | |||
| 2014-12-19 | Detect aria properties for disabling/hiding elements in link hints | mrmr1993 | |
| 2014-12-18 | Don't show a link hint for certain link hint elements | mrmr1993 | |
| Disables showing link hint for elements which * are identified as clickableonly by the tabindex attribute, and * have the entirety of their contents overlapped by other clickable elements. This removes some redundant link hints that were visible on Google+, and hopefully shouldn't remove any useful link hints. | |||
| 2014-12-18 | Add brackets so the code compiles as expected | mrmr1993 | |
| 2014-12-18 | Improve comments for LinkHints.getVisibleClickableElements | mrmr1993 | |
| 2014-12-18 | Split textarea and input detection in link hints | mrmr1993 | |
| 2014-12-18 | Move rect functions to their own file | mrmr1993 | |
| 2014-12-18 | Complete a partially written comment | mrmr1993 | |
| 2014-12-18 | Add link hint support for jsaction event listeners | mrmr1993 | |
| This was adapted from PR #1316, commit 846a19efe51bfc639ae1ee84e18a5f2d3e12aaff | |||
| 2014-12-18 | Remove overlapping rects from link hints | mrmr1993 | |
| 2014-12-17 | Remove redundant array conversion | mrmr1993 | |
| 2014-12-17 | Combine rectangle calculation and clickable element detection | mrmr1993 | |
| 2014-12-17 | Simplify finding clickable elements | mrmr1993 | |
| 2014-12-17 | Inline DomUtils.getClickableElements | mrmr1993 | |
| 2014-12-17 | Use the DOM rather than XPath to detect clickable elements | mrmr1993 | |
| 2014-08-21 | Update link_hints.coffee | Timo Sand | |
| 2014-08-21 | Added feature to download links | Timo Sand | |
| 2014-04-30 | Merge remote-tracking branch 'mrmr1993/openLinkInFGTab' | Phil Crosby | |
| Conflicts: content_scripts/link_hints.coffee | |||
| 2014-04-25 | Make a function more clearly a function | Phil Crosby | |
| 2014-04-25 | Merge pull request #1040 from mrmr1993/noCacheLHFilterType | Phil Crosby | |
| Query filterLinkHints setting every time, not just page load | |||
| 2014-04-25 | Query filterLinkHints setting every time, not just page load | mrmr1993 | |
| 2014-04-25 | Fix Open Link in Current Tab command | mrmr1993 | |
| 2014-04-25 | Remove unnecessary checks for ctrl, shift keys in LinkHints | mrmr1993 | |
| 2014-04-25 | Change description and names in LinkHints for clarity | mrmr1993 | |
| 2014-04-25 | Remove the link hint activation delay | Phil Crosby | |
| Adding 400 ms delay to every click sucks. It's a good UX to see which link you clicked on, but I think the cost is too high. Give this a try and let me know if you think it's too jarring. This is in response to #799. | |||
| 2014-04-23 | Prevent passing through <ctrl> in LinkHints | mrmr1993 | |
| 2014-04-23 | Allow tap to toggle LinkHints mode, remove nonfiring code | mrmr1993 | |
| 2014-04-23 | Fix typo | mrmr1993 | |
| 2014-04-23 | Add openlinks in foreground mode and fix #1035 | mrmr1993 | |
| 2014-04-23 | Merge pull request #838 from sainaen/fix_handlerStack | Phil Crosby | |
| Fix minor error with handlerStack in content script | |||
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-05-12 | Fix error with handlerStack in link_hints content script | sainaen | |
| 2013-05-06 | Replace all deprecated sendRequest() calls with new sendMessage() | sainaen | |
| 2013-03-06 | Shorten names. | Jez Ng | |
| 2013-02-17 | Implemented opening links in Incognito | Timo Sand | |
| 2013-02-17 | Trying to add incognito window opening | Timo Sand | |
| 2012-12-18 | Fix #464 - Support placeholder attribute for inputs in find mode | mike | |
| Whereas find mode normally identifies inputs by their value, if a value is blank, find mode will use the placeholder value instead, if it exists | |||
| 2012-12-09 | Don't close link hints when shift is pressed | Christopher Manning | |
| 2012-10-29 | Make the numbers used in the filtered link hints configurable. | Jez Ng | |
| Closes #380. | |||
| 2012-10-24 | Use insertCSS() API instead of manually created style element. | Jez Ng | |
| For some reason addCssToPage seemed to break on Chrome 24. Closes #676. | |||
| 2012-10-23 | Store all 4 hints-mode states in 1 state variable. | Jez Ng | |
| We were previously storing 4 states in 3 booleans, which was overkill. It was also harder to reason about and led to subtle bugs in the HUD when transitioning between states. | |||
