Lines Matching refs:frame

979 }for(var i=0,frame;
980 frame=frames[i];
981 i++){try{this.addEvent(frame.document,name,handler)
987 }for(var i=0,frame;
988 frame=frames[i];
989 i++){try{this.removeEvent(frame.document,name,handler)
1280 var frame=doc.createElement("iframe");
1281 frame.id="FirebugSandbox";
1282 frame.style.display="none";
1283 frame.src="about:blank";
1284 doc.body.appendChild(frame);
1285 domMemberMap2Sandbox=frame.window||frame.contentWindow
1344 domMemberMap.HTMLTableElement=extendArray(domMemberMap.Element,["bgColor","border","caption","cellPadding","cellSpacing","frame","rows","rules","summary","tBodies","tFoot","tHead","width","createCaption","createTFoot","createTHead","deleteCaption","deleteRow","deleteTFoot","deleteTHead","insertRow"]);
2264 FBL.ns(function(){with(FBL){var WindowDefaultOptions={type:"frame",id:"FirebugUI"},commandLine,fbTop,fbContent,fbContentStyle,fbBottom,fbBtnInspect,fbToolbar,fbPanelBox1,fbPanelBox1Style,fbPanelBox2,fbPanelBox2Style,fbPanelBar2Box,fbPanelBar2BoxStyle,fbHSplitter,fbVSplitter,fbVSplitterStyle,fbPanel1,fbPanel1Style,fbPanel2,fbPanel2Style,fbConsole,fbConsoleStyle,fbHTML,fbCommandLine,fbLargeCommandLine,fbLargeCommandButtons,topHeight,topPartialHeight,chromeRedrawSkipRate=isIE?75:isOpera?80:75,lastSelectedPanelName,focusCommandLineState=0,lastFocusedPanelName,lastHSplitterMouseMove=0,onHSplitterMouseMoveBuffer=null,onHSplitterMouseMoveTimer=null,lastVSplitterMouseMove=0;
2269 }if(Env.chrome.type=="frame"||Env.chrome.type=="div"){ChromeMini.create(Env.chrome)
2273 if(Env.Options.enablePersistent&&chrome.type=="popup"){var frame=FirebugChrome.chromeMap.frame;
2274 if(frame){frame.close()
2284 var chrome={},context=options.context||Env.browser,type=chrome.type=Env.Options.enablePersistent?"popup":options.type,isChromeFrame=type=="frame",useLocalSkin=Env.useLocalSkin,url=useLocalSkin?Env.Location.skin:"about:blank",body=context.document.getElementsByTagName("body")[0],formatNode=function(node){if(!Env.isDebugMode){node.firebugIgnore=true
2362 }}else{if(chrome.type=="frame"||chrome.type=="div"){setTimeout(function(){FBL.Firebug.initialize()
2364 }else{if(chrome.type=="popup"){var oldChrome=FirebugChrome.chromeMap.frame;
2385 var Base=type=="frame"||type=="div"?ChromeFrameBase:ChromePopupBase;
2562 }else{if(isOpera&&Firebug.chrome.type=="popup"&&Firebug.chrome.node.closed){var frame=FirebugChrome.chromeMap.frame;
2563 frame.reattach();
2565 frame.open();
2605 if(noFixedPosition&&(self.type=="frame"||self.type=="div")){self.fixIEPosition()
2674 },reattach:function(){var frame=FirebugChrome.chromeMap.frame;
2695 var main=$("fbChrome",FirebugChrome.chromeMap.frame.document);
2712 if((this.type=="frame"||this.type=="div")&&(bodyStyle.marginLeft||bodyStyle.marginRight)){this.node.style.width=size.width+"px"
2719 var doc=FirebugChrome.chromeMap.frame.document;
2748 }var doc=FirebugChrome.chromeMap.frame.document;
2770 }var frame=FirebugChrome.chromeMap.frame;
2771 if(frame){dispatch(frame.panelMap,"detach",[this,frame]);
2772 frame.reattach(this,frame)
3609 var offsetHeight=Firebug.chrome.type=="frame"?Firebug.context.persistedState.height:0;
4451 this.StackFrame=domplate(Firebug.Rep,{tag:OBJECTBLOCK(A({"class":"objectLink objectLink-function focusRow a11yFocus",_repObject:"$object.fn"},"$object|getCallName")," ( ",FOR("arg","$object|argIterator",TAG("$arg.tag",{object:"$arg.value"}),SPAN({"class":"arrayComma"},"$arg.delim"))," )",SPAN({"class":"objectLink-sourceLink objectLink"},"$object|getSourceLinkTitle")),getCallName:function(frame){return frame.name||"anonymous"
4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20);
4453 return fileName+(frame.lineNo?" (line "+frame.lineNo+")":"");
4454 var fileName=cropString(getFileName(frame.href),17);
4455 return $STRF("Line",[fileName,frame.lineNo])
4456 },argIterator:function(frame){if(!frame.args){return[]
4459 i<frame.args.length;
4460 ++i){var arg=frame.args[i];
4464 var delim=(i==frame.args.length-1?"":", ");
4472 this.StackTrace=domplate(Firebug.Rep,{tag:FOR("frame","$object.frames focusRow",TAG(this.StackFrame.tag,{object:"$frame"})),className:"stackTrace",supportsObject:function(object){return object instanceof StackTrace
4475 },getTitle:function(frame,context){if(!frame.isValid){return"(invalid frame)"
4476 }return getFunctionName(frame.script,context)
4477 },getTooltip:function(frame,context){if(!frame.isValid){return"(invalid frame)"
4478 }var sourceInfo=FBL.getSourceFileAndLineByScript(context,frame.script,frame);
4480 }else{return $STRF("Line",[frame.script.fileName,frame.line])
4481 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrappedValue();
4482 return FirebugReps.Func.getContextMenuItems(fn,target,context,frame.script)
5683 },onMonitorScript:function(context,frame){Firebug.Console.log(frame,context)
5684 },onFunctionCall:function(context,frame,depth,calling){if(calling){Firebug.Console.openGroup([frame,"depth:"+depth],context)
6101 i++,framePos++){var frame=frames[framePos];
6106 frame.name=name
6108 if(value){frame.href=value[1];
6109 frame.lineNo=value[2]
6115 i++,framePos++){var frame=frames[framePos]||{};
6120 if(value){frame.href=value[1];
6121 frame.lineNo=value[2]
6192 }function getComponentsStackDump(){var frame=Components.stack;
6194 if(FBTrace.DBG_CONSOLE){FBTrace.sysout("consoleInjector.getComponentsStackDump initial stack for userURL "+userURL,frame)
6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
6196 }if(frame){frame=frame.caller
6197 }if(frame){frame=frame.caller
6198 }if(FBTrace.DBG_CONSOLE){FBTrace.sysout("consoleInjector.getComponentsStackDump final stack for userURL "+userURL,frame)
6199 }return frame