Searched refs:oldChrome (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1675 …ch:function(oldChrome,newChrome){if(oldChrome&&oldChrome.selectedPanel&&oldChrome.selectedPanel.na… argument 2364 }else{if(chrome.type=="popup"){var oldChrome=FirebugChrome.chromeMap.frame; 2366 dispatch(newChrome.panelMap,"detach",[oldChrome,newChrome]); 2367 newChrome.reattach(oldChrome,newChrome) 2573 }},reattach:function(oldChrome,newChrome){Firebug.browser.window.Firebug=Firebug; argument 2575 var oldPanelMap=oldChrome.panelMap; 2581 }else{Firebug.context.persistedState.selectedPanelName=oldChrome.selectedPanel.name 2582 }dispatch(newPanelMap,"reattach",[oldChrome,newChrome]) 7689 },detach:function(oldChrome,newChrome){Firebug.Panel.detach.apply(this,arguments); argument 7690 var oldPanel=oldChrome.getPanel("Script"); [all …]
|