aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/ui_component.coffee
AgeCommit message (Expand)Author
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
2015-03-05Hide vomnibar if host frame regains focus.Stephen Blott
2014-12-30Use classes and a stylesheet for UIComponenmrmr1993
2014-12-30Reinstate UIComponent.showmrmr1993
2014-12-29Use UIComponent for Vomnibar iframemrmr1993
2014-12-29Clearer handling of @showing in UI component.Stephen Blott
2014-12-29Refactor UIComponent, etc., and demo.Stephen Blott
2014-12-29Add UIComponent.active, so we can specify whether to focus the framemrmr1993
2014-12-29Remove key handling in UIComponentServer/UIComponent codemrmr1993
2014-12-29Allow message passing directly from UIComponent.showmrmr1993
2014-12-29Small changes to UIComponentmrmr1993
2014-12-29Initialise hide/show styles for UIComponentmrmr1993
2014-12-29Close UIComponent iframes when pressing esc by defaultmrmr1993
2014-12-28Add UIComponent code for iframesmrmr1993