[
https://issues.jboss.org/browse/JBIDE-13406?page=com.atlassian.jira.plugi...
]
Yahor Radtsevich commented on JBIDE-13406:
------------------------------------------
JavaScript code to inject FireBug Lite:
{code}
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = 'https://getfirebug.com/firebug-lite.js#startOpened=false';
document.head.appendChild(e);
{code}
Open/close FireBug Lite in a pop-up window:
{code}
Firebug.chrome.toggle(true, true); //Opens in pop-up, does not do anything if it is
already opened
Firebug.chrome.close(); //Closes pop-up, does not do anything if it is already closed
{code}
BrowserSim: Integrate firebug-lite
----------------------------------
Key: JBIDE-13406
URL:
https://issues.jboss.org/browse/JBIDE-13406
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 4.1.0.Alpha1
Reporter: Konstantin Marmalyukov
Assignee: Konstantin Marmalyukov
Fix For: 4.1.0.Alpha1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira