| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-30 | Merge pull request #1073 from mijoharas/master | Phil Crosby | |
| added selection of search engines without pressing tab | |||
| 2014-06-30 | Merge pull request #1026 from mrmr1993/countMatches | Phil Crosby | |
| Show number of matches in find HUD | |||
| 2014-06-20 | added selection of search engines without pressing tab | mike-work | |
| 2014-05-20 | get new element position for each scroll tested element | Roly Fentanes | |
| 2014-05-17 | Remove unnecessary if statement | Phil Crosby | |
| 2014-05-17 | Fix options link in help dialog | mrmr1993 | |
| This makes the options link in the help dialog cancel the default event action, so the link (`href="#"`) isn't followed. The former behaviour was most obvious when using the `LinkHints.activateModeToOpenInNewTab` command, amoung others. | |||
| 2014-04-30 | Add a comment explaining the CSS for file:// URLs | mrmr1993 | |
| 2014-04-30 | Fix searching on file:// URLs | mrmr1993 | |
| 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 | Add vomnibar css rule to avoid page overriding | mrmr1993 | |
| 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 | |||
| 2014-04-19 | Use RegExp to escape special characters for plain find queries | mrmr1993 | |
| 2014-04-19 | Add a comment explaining match counting for string searches | mrmr1993 | |
| 2014-04-19 | Implement number of matches in find mode | mrmr1993 | |
| 2014-04-16 | Escape HTML in HUD from searches (fixes #913) | mrmr1993 | |
| 2013-12-13 | Prevent bookmark dialog font from being affected by page | Scott Perlitch | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed ↵ | Maksim Ryzhikov | |
| #908) | |||
| 2013-08-23 | Add a todo | Phil Crosby | |
| 2013-08-22 | Some events don't have `keyIdentifier` | Joey Baker | |
| This was throwing an error for me on some events. | |||
| 2013-07-20 | trim then filter | UncleBill | |
| 2013-05-25 | Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffee | sainaen | |
| Fixing incomplete commit 9403692e51, replacing old API calls with the new ones in two more files: `background/marks.coffee` and `content_scripts/marks.coffee`. | |||
| 2013-05-12 | Fix error with handlerStack in link_hints content script | sainaen | |
| 2013-05-06 | Content script should handle message even when there is no tab property | sainaen | |
| 2013-05-06 | Replace all deprecated sendRequest() calls with new sendMessage() | sainaen | |
| 2013-03-06 | Shorten names. | Jez Ng | |
| 2013-03-06 | Merge remote-tracking branch 'deiga/patch-4' | Jez Ng | |
| Conflicts: background_scripts/commands.coffee | |||
| 2013-02-18 | Renamed to 'goToRoot', condensed function | Timo Sand | |
| 2013-02-17 | Implemented opening links in Incognito | Timo Sand | |
| 2013-02-17 | Trying to add incognito window opening | Timo Sand | |
| 2013-02-16 | Added `gU` command to go to root of page including current port and protocol | Timo Sand | |
| 2013-01-31 | Fix #766 vomnibar is displaying incorrectly on pages that have CSS setting ↵ | Nick Peeples | |
| the input styles | |||
| 2013-01-02 | Make smartcase locale-aware. | Jez Ng | |
| 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-11-22 | Enter on empty vomnibar a no-op. | Stephen Blott | |
| 2012-11-12 | Allow ctrl+enter to open a suggestion in a new tab | Phil Crosby | |
| It's pretty natural to hit CTRL+N and CTLR+P to select a choice, and then CTRL+enter to open it in a new tab. But previously that didn't work on mac. | |||
| 2012-11-10 | Inject bookmarklets by appending them as scripts. | Jez Ng | |
| This *should* fix the permission problems that `eval` faced. Closes #575, #710. | |||
| 2012-10-30 | Avoid trapping non-tab keypresses in focusInput mode. | Jez Ng | |
