aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
2016-09-14Require exact match when we will be scrolling.Stephen Blott
2016-05-27Fix visual line mode.Stephen Blott
2016-05-12Guard against non-string values.Stephen Blott
2016-05-12Revert "Improves next/previous links by targetting button elements and adding...Stephen Blott
2016-05-07Merge pull request #2118 from smblott-github/fix-ui-component-init-issuesStephen Blott
2016-05-02Removes unnecessary parentheses and makes precedence of || and && explicitScott Pinkelman
2016-05-01Make findAndFollowLink look at element values so <input> can be used for next...Scott Pinkelman
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-26Improves next/previous links by targetting button elements and adding single ...Scott Pinkelman
2016-04-22Simplify 618d66bbd57d7709f211149305ebc41f1b6941f9.Stephen Blott
2016-04-21Prime focus input on the Vimium options page.Stephen Blott
2016-04-21Reinstate Vomnibar init on load.Stephen Blott
2016-04-21Help dialog; remove ability to blur the dialog.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-17Only Vomnibar.init() when the Vomnibar is needed.Stephen Blott
2016-04-17Do not init() the HUD until it's needed.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-17Make showHelp not a background command.Stephen Blott
2016-04-17Fix 5c3e4bda2968486e23f8cc3410e776de67fec849.Stephen Blott
2016-04-17Better window focus handling.Stephen Blott
2016-04-17More code review of UI-component focus handling.Stephen Blott
2016-04-17Use register/unregister frame in help dialog.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Do not focus a hidden help dialog.Stephen Blott
2016-04-16Reinstate vomnibar from within help dialog.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-11Better visual-mode selection handling.Stephen Blott
2016-04-11Revert always initialize help dialog.Stephen Blott
2016-04-10Always init() the help dialog.Stephen Blott
2016-04-10Fix Vomnibar initialization issue.Stephen Blott
2016-04-09A UI component isn't ready until it's ready.Stephen Blott
2016-04-05Better close-down for global link hints.Stephen Blott
2016-04-05Unregister frame on "unload".Stephen Blott
2016-04-02Simplify UI component initialisation.Stephen Blott
2016-04-02Revert previous tweak.Stephen Blott
2016-04-02Rework DomUtils.documentReady().Stephen Blott
2016-04-02Do not register tiny frames.Stephen Blott
2016-04-02Move the test for small windows to DomUtils.Stephen Blott
2016-04-02Separate registerFrame from port initialization.Stephen Blott
2016-04-02Use ports for all link-hint messages.Stephen Blott
2016-03-29Fix race condition in grab-back-focus.Stephen Blott
2016-03-28Global link hints; make frames selectable.Stephen Blott
2016-03-28Global link hints...Stephen Blott
2016-03-26Ensure correct sendResponse() is called.Stephen Blott
2016-03-26Rework global mark activation.Stephen Blott
2016-03-26Merge branch 'standardise-foreground-commands'Stephen Blott
2016-03-26Get frameId in background page.Stephen Blott
2016-03-26Merge pull request #2064 from smblott-github/standardise-background-commands-v2Stephen Blott
2016-03-26Simplify invokeCommandString().Stephen Blott