Lines Matching refs:FBL

19 var FBL={};  variable
44 }if(FBL.FBTrace){FBTrace=FBL.FBTrace
45 }else{FBTrace=FBL.FBTrace={}
49 FBL.Env=sharedEnv;
50 FBL.Env.isChromeContext=true;
51 FBTrace.messageQueue=FBL.Env.traceMessageQueue
52 }else{FBL.NS=document.documentElement.namespaceURI;
53 FBL.Env.browser=window;
54 FBL.Env.destroy=destroyEnvironment;
55 if(document.documentElement.getAttribute("debug")=="true"){FBL.Env.Options.startOpened=true
57 var prefs=FBL.Store.get("FirebugLite")||{};
58 FBL.Env.DefaultOptions=FBL.Env.Options;
59 FBL.Env.Options=FBL.extend(FBL.Env.Options,prefs.options||{});
60 if(FBL.isFirefox&&typeof FBL.Env.browser.console=="object"&&FBL.Env.browser.console.firebug&&FBL.En…
61 }}if(FBL.Env.isDebugMode){FBL.Env.browser.FBL=FBL
62 }this.isQuiksMode=FBL.Env.browser.document.compatMode=="BackCompat";
66 if(FBL.Env.Options.enableTrace){FBTrace.initialize()
76 }FBL.Ajax.initialize();
77 FBL.Firebug.loadPrefs();
78 if(FBL.Env.Options.enablePersistent){if(isChromeContext){FBL.FirebugChrome.clone(FBL.Env.FirebugChr…
79 }else{FBL.Env.FirebugChrome=FBL.FirebugChrome;
80 FBL.Env.traceMessageQueue=FBTrace.messageQueue
83 var waitForDocument=function waitForDocument(){var doc=FBL.Env.browser.document;
90 }if(FBL.isIE6){fixIE6BackgroundImageCache()
91 }if(FBL.Env.Options.enablePersistent&&FBL.Env.isChromeContext){FBL.Firebug.initialize();
92 if(!FBL.Env.isDevelopmentMode){sharedEnv.destroy();
94 }}else{FBL.FirebugChrome.create()
98 var destroyEnvironment=function destroyEnvironment(){setTimeout(function(){FBL=null
115 if(!version||!number||number<bookmarkletVersion){FBL.Env.bookmarkletOutdated=true
142 }}}}}}FBL.Env.isChromeExtension=script&&script.getAttribute("extension")=="Chrome";
143 if(FBL.Env.isChromeExtension){path=productionDir;
144 FBL.Env.bookmarkletOutdated=false;
149 if(path&&m){var Env=FBL.Env;
168 }}}}if(hasSrcAttribute){var innerOptions=FBL.trim(script.innerHTML);
174 }}}}}if(!Env.Options.saveCookies){FBL.Store.remove("FirebugLite")
267 if(!FBTrace.DBG_CONSOLE){FBL.unwrapObject(element).firebugIgnore=true
662 this.getInstanceForStyleSheet=function(styleSheet,ownerDocument){if(FBL.isSystemStyleSheet(styleShe…
663 …+styleSheet.href+" "+styleSheet.media.mediaText+" "+(styleSheet.ownerNode&&FBL.getElementXPath(sty…
664 }ownerDocument=ownerDocument||FBL.getDocumentForStyleSheet(styleSheet);
669 …+i+" "+curSheet.href+" "+curSheet.media.mediaText+" "+(curSheet.ownerNode&&FBL.getElementXPath(cur…
782 FBL.removeClass(elt,name)
785 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name…
790 }else{return FBL.Firebug.chrome.document.getElementById(id)
792 this.$$=function(selector,doc){if(doc||!FBL.Firebug.chrome){return FBL.Firebug.Selector(selector,do…
793 }else{return FBL.Firebug.Selector(selector,FBL.Firebug.chrome.document)
823 if(FBL.hasClass.apply(null,args1)){return child
824 }else{var found=FBL.getElementByClass.apply(null,args1);
879 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.…
883 …function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.hasClass(node,state)
908 var doc=properties.document||FBL.Firebug.chrome.document;
914 var doc=FBL.Env.browser.document;
915 var element=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagN…
917 if(FBL.isIE&&name=="class"){propname="className"
991 var disableTextSelectionHandler=function(event){FBL.cancelEvent(event,true);
1064 }return FBL.isSystemURL(win.location.href)
1069 return href&&FBL.isSystemURL(href)
1188 return FBL.readFromStream(input)
1286 this.getDOMMembers=function(object){if(!domMemberCache){FBL.domMemberCache=domMemberCache={};
1354 …g","Loaded","Interactive","Complete"],initialize:function(){this.transport=FBL.getNativeXHRObject()
1364 }},request:function(options){var o=FBL.extend({type:"get",async:true,dataType:"text",contentType:"a…
1381 },sendRequest:function(){var t=FBL.Ajax.transport,r=FBL.Ajax.requests.shift(),data;
1384 if(data=FBL.Ajax.serialize(r.data)){t.setRequestHeader("Content-Type",r.contentType)
1385 }t.onreadystatechange=function(){FBL.Ajax.onStateChange(r)
1394 }t.onreadystatechange=FBL.emptyFn;
1425 var calculatePixelsPerInch=function calculatePixelsPerInch(doc,body){var inch=FBL.createGlobalEleme…
1428 FBL.pixelsPerInch={x:inch.offsetWidth,y:inch.offsetHeight};
1445 }).apply(FBL);
1446 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this ob…
1447 FBL.$STR=function(name){return oSTR.hasOwnProperty(name)?oSTR[name]:name
1449 FBL.$STRF=function(name,args){if(!oSTR.hasOwnProperty(name)){return name
1493 FBL.ns(function(){with(FBL){var modules=[];
1498 FBL.Firebug={version:"Firebug Lite 1.4.0",revision:"$Revision: 11967 $",modules:modules,panelTypes:…
1505 }if(FBL.CssAnalyzer&&FBL.CssAnalyzer.processAllStyleSheets){FBL.CssAnalyzer.processAllStyleSheets(F…
1536 }},setDefaultReps:function(funcRep,rep){FBL.defaultRep=rep;
1537 FBL.defaultFuncRep=funcRep
1570 var persistedState=prefs.persistedState||FBL.defaultPersistedState;
1578 if(!persistedState){persistedState=Firebug.context.persistedState=FBL.defaultPersistedState
1585 window.Firebug=FBL.Firebug;
1586 …ions.enablePersistent&&Env.isChromeContext||Env.isDebugMode){Env.browser.window.Firebug=FBL.Firebug
1587 }FBL.cacheDocument=function cacheDocument(){var ElementCache=Firebug.Lite.Cache.Element;
1728 return FBL.splitURLBase(url)
1764 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object…
1782 FBL.ns(function(){with(FBL){FBL.Controller={controllers:null,controllerContext:null,initialize:func…
1802 FBL.PanelBar={panelMap:null,selectedPanel:null,parentPanelName:null,create:function(ownerPanel){thi…
1849 FBL.Button=function(options){options=options||{};
1894 FBL.IconButton=function(){Button.apply(this,arguments)
1899 }if(FBL.domplate){var MenuPlate=domplate(Firebug.Rep,{tag:DIV({"class":"fbMenu fbShadow"},DIV({"cla…
1928 }FBL.Menu=function(options){if(!options.element){if(options.getItems){options.items=options.getItem…
2055 FBL.ns(function(){with(FBL){var refreshDelay=300;
2061 FBL.Context=function(win){this.window=win.window;
2068 FBL.Context.prototype={browser:null,loaded:true,setTimeout:function(fn,delay){var win=this.window;
2253 FBL.ns(function(){with(FBL){var WindowDefaultOptions={type:"frame",id:"FirebugUI"},commandLine,fbTo…
2254 FBL.defaultPersistedState={isOpen:false,height:300,sidePanelWidth:350,selectedPanelName:"Console",s…
2255 FBL.FirebugChrome={chromeMap:{},htmlSelectionStack:[],create:function(){if(FBTrace.DBG_INITIALIZE){…
2351 }}else{if(chrome.type=="frame"||chrome.type=="div"){setTimeout(function(){FBL.Firebug.initialize()
2485 if(FBL.isLeftClick(event)){var editable=FBL.getAncestorByClass(target,"editable");
2487 FBL.cancelEvent(event)
2489 }}}else{if(FBL.isMiddleClick(event)&&Firebug.getRepNode(target)){FBL.cancelEvent(event)
2501 i++){var filter=listener.filter||FBL.noKeyModifiers;
2503 FBL.cancelEvent(event,true);
2516 if(FBL.domplate){this.testMenu()
2772 …ndow.opener.FirebugOldBrowser&&(doc=window.opener.document)){try{if(Env.isDebugMode){window.FBL=FBL
2782 FBL.cacheDocument();
2888 FBL.ns(function(){with(FBL){Firebug.Lite={}
2890 FBL.ns(function(){with(FBL){Firebug.Lite.Cache={ID:"firebug-"+new Date().getTime()};
2928 FBL.append(cacheFunction,cacheAPI);
2935 FBL.ns(function(){with(FBL){var sourceMap={};
2957 }var xhr=FBL.getNativeXHRObject();
2972 FBL.ns(function(){with(FBL){Firebug.Lite.Style={}
2974 FBL.ns(function(){with(FBL){Firebug.Lite.Script=function(window){this.fileName=null;
2985 FBL.ns(function(){with(FBL){Firebug.Lite.Browser=function(window){this.contentWindow=window;
3055 }FBL.JSON=JSON
3127 }FBL.Store=store
3129 FBL.ns(function(){with(FBL){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*…
3484 FBL.ns(function(){with(FBL){var ElementCache=Firebug.Lite.Cache.Element;
3543 if(ElementCache.has(targ)){FBL.Firebug.HTML.selectTreeNode(""+ElementCache.key(targ))
3700 (function(){FBL.DomplateTag=function DomplateTag(tagName){this.tagName=tagName
3702 FBL.DomplateEmbed=function DomplateEmbed(){};
3703 FBL.DomplateLoop=function DomplateLoop(){};
3704 var DomplateTag=FBL.DomplateTag;
3705 var DomplateEmbed=FBL.DomplateEmbed;
3706 var DomplateLoop=FBL.DomplateLoop;
3708 FBL.domplate=function(){var lastSubject;
3716 var domplate=FBL.domplate;
3717 FBL.domplate.context=function(context,fn){var lastContext=domplate.lastContext;
3722 FBL.TAG=function(){var embed=new DomplateEmbed();
3725 FBL.FOR=function(){var loop=new DomplateLoop();
3728 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName
3932 FBL.DomplateEmbed.prototype=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.…
3960 FBL.DomplateLoop.prototype=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.v…
4085 }function StopIteration(){}FBL.$break=function(){throw StopIteration
4168 FBL[fnName]=fn
4171 var FirebugReps=FBL.ns(function(){with(FBL){var OBJECTBOX=this.OBJECTBOX=SPAN({"class":"objectBox o…
4366 …e",type:"checkbox",checked:monitored,command:bindFixed(toggleMonitorEvents,FBL,elt,null,monitored,…
4467 }var sourceInfo=FBL.getSourceFileAndLineByScript(context,frame.script,frame);
4548 FBL.ns(function(){with(FBL){var saveTimeout=400;
4795 …ent.charCode<48||event.charCode>57)&&event.charCode!=45&&event.charCode!=46){FBL.cancelEvent(event)
4811 FBL.eraseNode(popup);
4816 ++i){FBL.createMenuItem(popup,menu[i])
4958 …etNextOutsider(element,group){return getOutsider(element,group,bind(getNextByClass,FBL,"editable"))
4960 …usOutsider(element,group){return getOutsider(element,group,bind(getPreviousByClass,FBL,"editable"))
4974 FBL.ns(function(){with(FBL){if(Env.Options.disableXHRListener){return
5026 FBL.removeClass(row,"loading");
5027 if(!success){FBL.setClass(row,"error")
5028 }var item=FBL.$$(".spyStatus",row)[0];
5030 if(time){var item=FBL.$$(".spyTime",row)[0];
5093 }FBL.getNativeXHRObject=function(){var xhrObj=false;
5104 FBL.ns(function(){with(FBL){var reIgnore=/about:|javascript:|resource:|chrome:|jar:/;
5409 FBL.ns(function(){with(FBL){var contexts=[];
5521 FBL.ns(function(){with(FBL){var contentTypes={"text/javascript":1,"text/x-javascript":1,"text/json"…
5546 FBL.ns(function(){with(FBL){var xmlContentTypes=["text/xml","application/xml","application/xhtml+xm…
5584 FBL.ns(function(){with(FBL){var consoleQueue=[];
5881 }},onScroll:function(event){this.wasScrolledToBottom=FBL.isScrolledToBottom(this.panelNode);
5914 FBL.ns(function(){with(FBL){var frameCounters={};
6084 if(FBL.isSafari){var reChromeStackItem=/^\s+at\s+(.*)((?:http|https|ftp|file):\/\/.*)$/;
6099 }}}}else{if(FBL.isFirefox){var reFirefoxStackItem=/^(.*)@(.*)$/;
6162 if(!args||!args.length||args.length==0){var msg=[FBL.$STR("Assertion")]
6171 }}}var errorObject=new FBL.ErrorMessage(msg,(msg.fileName?msg.fileName:win.location),(msg.lineNumbe…
6184 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
6190 }function getJSDUserStack(){var trace=FBL.getCurrentStackTrace(context);
6203 FBL.registerConsole=function(){var win=Env.browser.window;
6208 FBL.ns(function(){with(FBL){var commandPrefix=">>>";
6378 FBL.ns(function(){with(FBL){var ElementCache=Firebug.Lite.Cache.Element;
6503 if(FBL.isFirefox){e.style.MozBorderRadius="2px"
6504 }else{if(FBL.isSafari){e.style.WebkitBorderRadius="2px"
6531 }FBL.cancelEvent(e);
6533 if(control.className.indexOf(" nodeMaximized")!=-1){FBL.Firebug.HTML.removeTreeChildren(treeNode)
6534 }else{FBL.Firebug.HTML.appendTreeChildren(treeNode)
6541 }if(hasClass(targ,"fbPanel")){FBL.Firebug.Inspector.hideBoxModel();
6553 }}if(!targ){FBL.Firebug.Inspector.hideBoxModel();
6561 if(FBL.isIE&&" meta title script link ".indexOf(" "+nodeName+" ")!=-1){return
6563 }if(el.id=="FirebugUI"||" html head body br script link iframe ".indexOf(" "+nodeName+" ")!=-1){FBL
6568 FBL.Firebug.Inspector.drawBoxModel(el)
6626 FBL.ns(function(){with(FBL){var maxWidth=100,maxHeight=80;
6713 FBL.ns(function(){with(FBL){var CssParser=null;
6795 FBL.CssParser=CssParser
6797 FBL.ns(function(){with(FBL){var CssAnalyzer={};
6936 FBL.processAllStyleSheets(doc,styleSheetIterator);
7008 FBL.CssAnalyzer=CssAnalyzer
7038 }).call(FBL);
7039 FBL.ns(function(){with(FBL){var toCamelCase=function toCamelCase(s){return s.replace(reSelectorCase…
7313 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t…
7314 …command:bindFixed(copyToClipboard,FBL,this.infoTipObject)},{label:"OpenImageInNewTab",command:bind…
7656 FBL.ns(function(){with(FBL){Firebug.Script=extend(Firebug.Module,{getPanel:function(){return Firebu…
7765 FBL.ns(function(){with(FBL){var ElementCache=Firebug.Lite.Cache.Element;
8075 }FBL.ErrorCopy=function(message){this.message=message
8144 FBL.FBTrace={};
8205 }}}).apply(FBL.FBTrace);
8206 FBL.ns(function(){with(FBL){if(!Env.Options.enableTrace){return
8220 FBL.ns(function(){with(FBL){var modules=[];
8227 fn.call(namespace,FBL)
8254 FBL.ns(function(){with(FBL){FirebugChrome.Skin={CSS:'.obscured{left:-999999px !important;}.collapse…
8256 FBL.initialize()