aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/ui_component.coffee
AgeCommit message (Expand)Author
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-21Help dialog; remove ability to blur the dialog.Stephen Blott
2016-04-18Cache content_scripts/vimium.css in chrome.storage.local.Stephen Blott
2016-04-18Revert "Cache content_scripts/vimium.css in chrome.storage.local."Stephen Blott
2016-04-18Cache content_scripts/vimium.css in chrome.storage.local.Stephen Blott
2016-04-18Wait for documentReady() when whoeing ui components.Stephen Blott
2016-04-18Require documentReady for all UI components.Stephen Blott
2016-04-17More code review of UI-component focus handling.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Self code review re. ui-component focus handling.Stephen Blott
2016-04-16We cannot wait for nextTick() here...Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-14Rework UI component init sequence.Stephen Blott
2016-04-09A UI component isn't ready until it's ready.Stephen Blott
2016-03-27Finally fix help-dialog focus issue.Stephen Blott
2016-03-27Handle focus events for UI components.Stephen Blott
2016-03-06Fix focus issue with UI components.Stephen Blott
2016-02-28Remove some legacy (and unused) code.Stephen Blott
2015-09-21Add a comment explaining the choice of XMLHttpRequest for UIComponentmrmr1993
2015-09-19Tidy up #1833.Stephen Blott
2015-09-18Load UIComponent stylesheet via XMLHttpRequest, use background as neededmrmr1993
2015-09-13Don't show UIComponent <iframe>s while vimium.css loadsmrmr1993
2015-08-28clean codegdh1995
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
2015-05-29Also disable all externally-used functions for XML.Stephen Blott
2015-05-29Disable UIComponent for XML documentsmrmr1993
2015-05-26Refactor to avoid potential race condition (cont).Stephen Blott
2015-05-26Refactor to avoid potential race condition.Stephen Blott
2015-05-26Add comment noting why we need AsyncDataFetcher.Stephen Blott
2015-05-25Fix UI Component race condition on start up.Stephen Blott
2015-05-18Fix vomnibar stuck open.Stephen Blott
2015-05-13Move the HUD to an iframe, managed by UIComponentmrmr1993
2015-05-11Use css @import rather than XMLHttpRequest for shadow DOM external stylemrmr1993
2015-05-01Rename UIComponent class to match the one used in the stylesheetmrmr1993
2015-04-28Load stylesheet via XHR to fix styles in UIComponent Shadow DOMmrmr1993
2015-04-28Load the Vomnibar (and all UIComponents) in a shadow DOMmrmr1993
2015-04-28Fix vomnibar start-up messages.Stephen Blott
2015-04-26Disable frame flash after Vomnibar closes.Stephen Blott
2015-04-26Remove (overlooked) debugging code.Stephen Blott
2015-04-23Activate vomnibar in window.top; no flicker and tidy up.Stephen Blott
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; fix race condition on close.Stephen Blott
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; hide on focus, fixed.Stephen Blott
2015-03-17Activate vomnibar in window.top; hide on focus.Stephen Blott
2015-03-17Activate vomnibar in window.top; simplify messaging.Stephen Blott
2015-03-17Activate vomnibar in window.top; refocus original frame.Stephen Blott
2015-03-16Activate vomnibar in window.top.Stephen Blott
2015-03-06Correctly remove event listeners.Stephen Blott