aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
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
2016-03-26passCountToCommand isn't needed.Stephen Blott
2016-03-26Pass count to find commands.Stephen Blott
2016-03-26selected wasn't being used here.Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-18This isn't needed any more.Stephen Blott
2016-03-18Reduce complexity for initialising the top frame.Stephen Blott
2016-03-18Refactor mode initialisation for clarity.Stephen Blott
2016-03-18Clarify why things are exported.Stephen Blott
2016-03-18Refactor the front-end initialisation sequence.Stephen Blott