aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
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-09Minor performance tweak.Stephen Blott
2016-04-08Trim linkText when it's collected, not repreatedly.Stephen Blott
2016-04-08Filtered hints; do not accept split characters.Stephen Blott
2016-04-08Simplify filtered hint matching.Stephen Blott
2016-04-08Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...Stephen Blott
2016-04-08Refactor setModeIndicator().Stephen Blott
2016-04-08Show filtered characters in mode indicator.Stephen Blott
2016-04-08Filtered hints; ignore unmatched text.Stephen Blott
2016-04-08Do not post hint descriptors back to the frame itself.Stephen Blott
2016-04-05Better close-down for global link hints.Stephen Blott
2016-04-05Unregister frame on "unload".Stephen Blott
2016-04-04Remove keyboard-suppressing mode when necessary.Stephen Blott
2016-04-04Better indicator message.Stephen Blott
2016-04-04Shorten link text.Stephen Blott
2016-04-04Do not offer activated element as scrollable.Stephen Blott
2016-04-04Handle requireHref for link hints locally.Stephen Blott
2016-04-04Document hint descriptors.Stephen Blott
2016-04-04Keep showLinkText local for link hints.Stephen Blott
2016-04-04Keep reason local for link hints.Stephen Blott
2016-04-04Keep rects local for link hints.Stephen Blott
2016-04-04Do not render link hints in remote frames.Stephen Blott
2016-04-03Freeze frame state on link-hint activation.Stephen Blott
2016-04-03Remove blocking mode when no hints found.Stephen Blott
2016-04-02Simplify UI component initialisation.Stephen Blott
2016-04-02Revert previous tweak.Stephen Blott
2016-04-02Make stableSortCount per instance.Stephen Blott
2016-04-02Make document.body selectable as scrollable.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-04-02Use port for frame-to-background messages.Stephen Blott
2016-04-02Wait for docomentReady to generate hints.Stephen Blott
2016-04-01Tweak hel dialog height.Stephen Blott
2016-04-01Fix height of help dialog.Stephen Blott
2016-04-01Ensure settings are loaded.Stephen Blott
2016-03-31Use @suppressEvent instead of false.Stephen Blott
2016-03-30Tweak 21da3fcafbb29540788037dbcdbdce79ad14e650.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-30Add test for SuppressAllKeyboardEvents.Stephen Blott
2016-03-30Fix link-hints race condition.Stephen Blott
2016-03-30Minor refactor of link-hints exit sequence.Stephen Blott
2016-03-29Fix typo in debugging code.Stephen Blott
2016-03-29Fix race condition in grab-back-focus.Stephen Blott
2016-03-29Add tests for WaitForEnter.Stephen Blott