Lines Matching refs:href

133 path=rePath.exec(location.href)[1];
657 this.getURLForStyleSheet=function(styleSheet){return(styleSheet.href?styleSheet.href:styleSheet.own…
663 }if(FBTrace.DBG_CSS){FBTrace.sysout("getInstanceForStyleSheet: "+styleSheet.href+" "+styleSheet.med…
665 var ret=0,styleSheets=ownerDocument.styleSheets,href=styleSheet.href;
669 if(FBTrace.DBG_CSS){FBTrace.sysout("getInstanceForStyleSheet: compare href "+i+" "+curSheet.href+" …
671 }if(curSheet.href==href){ret++
1063 …th&&doc.styleSheets[0].href=="chrome://global/content/xml/XMLPrettyPrint.css")||(doc.styleSheets.l…
1064 }return FBL.isSystemURL(win.location.href)
1068 this.isSystemStyleSheet=function(sheet){var href=sheet&&sheet.href;
1069 return href&&FBL.isSystemURL(href)
1182 }var url=file.href;
1431 this.SourceLink=function(url,line,type,object,instance){this.href=url;
1437 this.SourceLink.prototype={toString:function(){return this.href
1438 },toJSON:function(){return'{"href":"'+this.href+'", '+(this.line?('"line":'+this.line+","):"")+(thi…
1619 if(isIE6){tabNode.href="javascript:void(0)"
1898 if(isIE6){menuItemProps.href="javascript:void(0)"
2987 this.currentURI={spec:window.location.href}
3220 …/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){retu…
3410 …=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){retu… function
4173 var OBJECTLINK=this.OBJECTLINK=isIE6?A({"class":"objectLink objectLink-$className a11yFocus",href:"…
4205 var monitored=scriptInfo?fbs.isMonitored(scriptInfo.sourceFile.href,scriptInfo.lineNo):false;
4297 },browseObject:function(file,context){openNewTab(file.href);
4310 }else{if(elt instanceof HTMLAnchorElement){value=getFileName(elt.href)
4357 }else{if(tag=="link"){openNewTab(elt.href)
4358 }else{if(tag=="a"){openNewTab(elt.href)
4370 …ject|getLocation")),getLocation:function(doc){return doc.location?getFileName(doc.location.href):""
4372 },browseObject:function(doc,context){openNewTab(doc.location.href);
4377 },getTooltip:function(doc){return doc.location.href
4379 …alue"},"$object|getLocation")),getLocation:function(styleSheet){return getFileName(styleSheet.href)
4380 },copyURL:function(styleSheet){copyToClipboard(styleSheet.href)
4381 },openInTab:function(styleSheet){openNewTab(styleSheet.href)
4383 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href);
4385 },persistObject:function(styleSheet,context){return bind(this.persistor,top,styleSheet.href)
4386 },getTooltip:function(styleSheet){return styleSheet.href
4388 },persistor:function(context,href){return getStyleSheetByHref(href,context) argument
4390 …Location:function(win){try{return(win&&win.location&&!win.closed)?getFileName(win.location.href):""
4393 },browseObject:function(win,context){openNewTab(win.location.href);
4398 },getTooltip:function(win){if(win&&!win.closed){return win.location.href
4409 …kTitle"),hideSourceLink:function(sourceLink){return sourceLink?sourceLink.href.indexOf("XPCSafeJSO…
4411 }try{var fileName=getFileName(sourceLink.href);
4416 },copyLink:function(sourceLink){copyToClipboard(sourceLink.href)
4417 },openInTab:function(sourceLink){openNewTab(sourceLink.href)
4419 },getTooltip:function(sourceLink){return decodeURI(sourceLink.href)
4420 …ink,context){if(sourceLink.type=="js"){var scriptFile=getSourceFileByHref(sourceLink.href,context);
4424 }var stylesheet=getStyleSheetByHref(sourceLink.href,context);
4430 }}}}viewSource(sourceLink.href,sourceLink.line)
4431 },browseObject:function(sourceLink,context){openNewTab(sourceLink.href);
4435 …,"$object|getSourceLinkTitle"),persistor:function(context,href){return getSourceFileByHref(href,co… argument
4437 },persistObject:function(sourceFile){return bind(this.persistor,top,sourceFile.href)
4438 },browseObject:function(sourceLink,context){},getTooltip:function(sourceFile){return sourceFile.href
4441 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20);
4443 var fileName=cropString(getFileName(frame.href),17);
4457 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra…
4459 },getTooltip:function(stackFrame,context){return $STRF("Line",[stackFrame.href,stackFrame.lineNo])
4468 if(sourceInfo){return $STRF("Line",[sourceInfo.sourceFile.href,sourceInfo.lineNo])
4474 },hasStackTrace:function(error){var url=error.href.toString();
4477 },hasBreakSwitch:function(error){return error.href&&error.lineNo>0
4478 },hasErrorBreak:function(error){return fbs.hasErrorBreakpoint(error.href,error.lineNo)
4483 }else{if(error.href&&error.href.indexOf("XPCSafeJSObjectWrapper")==-1){return cropString(error.getS…
4485 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4487 }else{if(error.lineNo==1&&getFileExtension(error.href)!="js"){return"none"
4489 }else{if(!error.href||!error.lineNo){return"none"
4502 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+erro…
4504 …error){if(this.hasErrorBreak(error)){Firebug.Debugger.clearErrorBreakpoint(error.href,error.lineNo)
4505 }else{Firebug.Debugger.setErrorBreakpoint(error.href,error.lineNo)
4978 …ull,href:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,…
5040 spy.href=url;
5175 …BG_NET||FBTrace.DBG_ERRORS){FBTrace.sysout("net.updateInfo; ERROR netInfo == null "+file.href,file)
5194 responseImage.src=file.href;
5355 if(!file.postText&&context){file.postText=readPostTextFromPage(file.href,context)
5360 …ponseText)!="undefined")?file.responseText:context.sourceCache.loadText(file.href,file.method,file)
5380 file.urlParams=parseURLParams(file.href);
5389 }}catch(exc){if(FBTrace.DBG_ERRORS){FBTrace.sysout("net.getHttpHeaders FAILS "+file.href,exc)
5395 …ace.DBG_NET){FBTrace.sysout("net.getFileCategory; current: "+file.category+" for: "+file.href,file)
5397 }if(file.isXHR){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileCategory; XHR for: "+file.href,file)
5399 }if(!file.mimeType){var ext=getFileExtension(file.href);
5497 }if(!spy.params){spy.params=parseURLParams(spy.href+"")
6097 if(value){frame.href=value[1];
6109 if(value){frame.href=value[1];
6182 var userURL=win.location.href.toString();
6195 i++){if(frames[oldest-i].href.indexOf("chrome:")==0){break
6332 },onError:function(msg,href,lineNo){href=href||""; argument
6333 var lastSlash=href.lastIndexOf("/");
6334 var fileName=lastSlash==-1?href:href.substr(lastSlash+1);
6809 …sRow",style:"font-weight:normal;",role:"listitem"},SPAN("$object|STR"),A({href:"$href",target:"_bl…
6821 CssAnalyzer.parseStyleSheet=function(href){var sourceData=extractSourceData(href); argument
6841 }catch(e){externalStyleSheetURLs.push(styleSheet.href);
6852 }catch(e){externalStyleSheetURLs.push(styleSheet.href);
6863 }}catch(e){externalStyleSheetURLs.push(styleSheet.href);
6872 var href=styleSheet.href;
6874 if(shouldParseCSS){try{var parsedRules=CssAnalyzer.parseStyleSheet(href)
6907 var loadExternalStylesheet=function(doc,styleSheetIterator,styleSheet){var url=styleSheet.href;
6984 var extractSourceData=function(href){var sourceData={source:null,startLine:0}; argument
6985 if(href){sourceData.source=Firebug.Lite.Proxy.load(href)
6990 var source=Firebug.Lite.Proxy.load(Env.browser.location.href);
7069 url.spec=styleSheet.href;
7078 if(FBTrace.DBG_CSS){FBTrace.sysout("css.saveEdit styleSheet.href:"+styleSheet.href+" got innerHTML:…
7113 }},getStylesheetURL:function(rule){if(this.location.href){return this.location.href
7114 }else{return this.context.window.location.href
7245 var fileName=getFileName(styleSheet.href)||getFileName(doc.location.href);
7282 }else{if(object instanceof SourceLink&&object.type=="css"&&reCSS.test(object.href)){return 2
7287 …ylesheet could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.…
7299 var sourceFile=getSourceFileByHref(sourceLink.href,this.context);
7304 }}else{var stylesheet=getStyleSheetByHref(sourceLink.href,this.context);
7306 }else{if(FBTrace.DBG_CSS){FBTrace.sysout("css.updateSelection no sourceFile for "+sourceLink.href,s…
7401 …lesheets could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.…
7402 …rule){if(rule&&rule.parentStyleSheet&&rule.parentStyleSheet.href){return rule.parentStyleSheet.href
7403 }else{return this.selection.ownerDocument.location.href
7418 var href=parentStyleSheet.externalURL?parentStyleSheet.externalURL:parentStyleSheet.href;
7422 }if(!href){href=element.ownerDocument.location.href
7427 var sourceLink=new SourceLink(href,line,"css",rule,instance);
7643 }else{return context.sourceCache.load(sheet.href).join("")
7668 }var fileName=getFileName(script.src)||getFileName(doc.location.href);
7726 var isExternal=url&&url!=doc.location.href;
7748 path=rePath.exec(doc.location.href)[1];
7770 }var memberPanelRep=isIE6?{"class":"memberLabel $member.type\\Label",href:"javacript:void(0)"}:{"cl…