Searched refs:isChromeContext (Results 1 – 3 of 3) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 97 var isChromeContext = window.Firebug && typeof window.Firebug.SharedEnv == "object"; 100 if (isChromeContext) 107 FBL.Env.isChromeContext = true; 153 …if (FBTrace.DBG_INITIALIZE && isChromeContext) FBTrace.sysout("FBL.initialize - persistent applica… 181 if (isChromeContext) 222 if (FBL.Env.Options.enablePersistent && FBL.Env.isChromeContext) 292 isChromeContext: false, property 6555 Env.Options.enablePersistent && Env.isChromeContext ||
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 46 }var isChromeContext=window.Firebug&&typeof window.Firebug.SharedEnv=="object"; 47 if(isChromeContext){sharedEnv=window.Firebug.SharedEnv; 50 FBL.Env.isChromeContext=true; 67 }if(FBTrace.DBG_INITIALIZE&&isChromeContext){FBTrace.sysout("FBL.initialize - persistent applicatio… 78 if(FBL.Env.Options.enablePersistent){if(isChromeContext){FBL.FirebugChrome.clone(FBL.Env.FirebugChr… 91 }if(FBL.Env.Options.enablePersistent&&FBL.Env.isChromeContext){FBL.Firebug.initialize(); 97 …in:"xp",useLocalSkin:false,isDevelopmentMode:false,isDebugMode:false,isChromeContext:false,browser… property 1586 if(!Env.Options.enablePersistent||Env.Options.enablePersistent&&Env.isChromeContext||Env.isDebugMod…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 57 }var isChromeContext=window.Firebug&&typeof window.Firebug.SharedEnv=="object"; 58 if(isChromeContext){sharedEnv=window.Firebug.SharedEnv; 61 FBL.Env.isChromeContext=true; 78 }if(FBTrace.DBG_INITIALIZE&&isChromeContext){FBTrace.sysout("FBL.initialize - persistent applicatio… 89 if(FBL.Env.Options.enablePersistent){if(isChromeContext){FBL.FirebugChrome.clone(FBL.Env.FirebugChr… 102 }if(FBL.Env.Options.enablePersistent&&FBL.Env.isChromeContext){FBL.Firebug.initialize(); 108 …in:"xp",useLocalSkin:false,isDevelopmentMode:false,isDebugMode:false,isChromeContext:false,browser… property 1597 if(!Env.Options.enablePersistent||Env.Options.enablePersistent&&Env.isChromeContext||Env.isDebugMod…
|