Searched refs:newChrome (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1675 },detach:function(oldChrome,newChrome){if(oldChrome&&oldChrome.selectedPanel&&oldChrome.selectedPan… argument 2365 var newChrome=new Chrome(chrome); 2366 dispatch(newChrome.panelMap,"detach",[oldChrome,newChrome]); 2367 newChrome.reattach(oldChrome,newChrome) 2573 }},reattach:function(oldChrome,newChrome){Firebug.browser.window.Firebug=Firebug; argument 2574 var newPanelMap=newChrome.panelMap; 2579 }}Firebug.chrome=newChrome; 2580 if(newChrome.type=="popup"){newChrome.initialize() 2582 }dispatch(newPanelMap,"reattach",[oldChrome,newChrome]) 7689 },detach:function(oldChrome,newChrome){Firebug.Panel.detach.apply(this,arguments); argument
|