| Age | Commit message (Collapse) | Author |
|
fixes #1005
|
|
|
|
|
|
added selection of search engines without pressing tab
|
|
Show number of matches in find HUD
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Conflicts:
content_scripts/link_hints.coffee
|
|
|
|
Query filterLinkHints setting every time, not just page load
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Fix minor error with handlerStack in content script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#908)
|
|
|
|
This was throwing an error for me on some events.
|
|
|
|
Fixing incomplete commit 9403692e51, replacing old API calls with
the new ones in two more files: `background/marks.coffee` and
`content_scripts/marks.coffee`.
|
|
|
|
|
|
|
|
|
|
Conflicts:
background_scripts/commands.coffee
|
|
|
|
|
|
|
|
|
|
the input styles
|
|
|
|
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
|
|
|
|
|