Lines Matching refs:FBL

25 var FBL = {};  variable
91 if (FBL.FBTrace)
92 FBTrace = FBL.FBTrace;
94 FBTrace = FBL.FBTrace = {};
106 FBL.Env = sharedEnv;
107 FBL.Env.isChromeContext = true;
108 FBTrace.messageQueue = FBL.Env.traceMessageQueue;
113 FBL.NS = document.documentElement.namespaceURI;
114 FBL.Env.browser = window;
115 FBL.Env.destroy = destroyEnvironment;
118 FBL.Env.Options.startOpened = true;
126 var prefs = FBL.Store.get("FirebugLite") || {};
127 FBL.Env.DefaultOptions = FBL.Env.Options;
128 FBL.Env.Options = FBL.extend(FBL.Env.Options, prefs.options || {});
130 if (FBL.isFirefox &&
131 typeof FBL.Env.browser.console == "object" &&
132 FBL.Env.browser.console.firebug &&
133 FBL.Env.Options.disableWhenFirebugActive)
138 if (FBL.Env.isDebugMode)
140 FBL.Env.browser.FBL = FBL;
144 this.isQuiksMode = FBL.Env.browser.document.compatMode == "BackCompat";
151 if (FBL.Env.Options.enableTrace) FBTrace.initialize();
172 FBL.Ajax.initialize();
176 FBL.Firebug.loadPrefs();
178 if (FBL.Env.Options.enablePersistent)
183 FBL.FirebugChrome.clone(FBL.Env.FirebugChrome);
187 FBL.Env.FirebugChrome = FBL.FirebugChrome;
188 FBL.Env.traceMessageQueue = FBTrace.messageQueue;
201 var doc = FBL.Env.browser.document;
218 if (FBL.isIE6)
222 if (FBL.Env.Options.enablePersistent && FBL.Env.isChromeContext)
225 FBL.Firebug.initialize();
229 if (!FBL.Env.isDevelopmentMode)
238 FBL.FirebugChrome.create();
306 FBL = null;
341 FBL.Env.bookmarkletOutdated = true;
426 FBL.Env.isChromeExtension = script && script.getAttribute("extension") == "Chrome";
427 if (FBL.Env.isChromeExtension)
430 FBL.Env.bookmarkletOutdated = false;
449 var Env = FBL.Env;
515 var innerOptions = FBL.trim(script.innerHTML);
541 FBL.Store.remove("FirebugLite");
753 FBL.unwrapObject(element).firebugIgnore = true;
1809 if (FBL.isSystemStyleSheet(styleSheet))
1813 …t.href + " " + styleSheet.media.mediaText + " " + (styleSheet.ownerNode && FBL.getElementXPath(sty…
1814 ownerDocument = ownerDocument || FBL.getDocumentForStyleSheet(styleSheet);
1822 …Sheet.href + " " + curSheet.media.mediaText + " " + (curSheet.ownerNode && FBL.getElementXPath(cur…
2115 FBL.removeClass(elt, name);
2123 FBL.removeClass(elt, name);
2139 return FBL.Firebug.chrome.document.getElementById(id);
2145 if (doc || !FBL.Firebug.chrome)
2146 return FBL.Firebug.Selector(selector, doc);
2149 return FBL.Firebug.Selector(selector, FBL.Firebug.chrome.document);
2204 if (FBL.hasClass.apply(null, args1))
2208 var found = FBL.getElementByClass.apply(null, args1);
2347 var iter = function iter(node) { return node.nodeType == 1 && FBL.hasClass(node, state); };
2353 var iter = function iter(node) { return node.nodeType == 1 && FBL.hasClass(node, state); };
2419 var doc = properties.document || FBL.Firebug.chrome.document;
2437 var doc = FBL.Env.browser.document;
2440 doc.createElementNS(FBL.NS, tagName) :
2446 if (FBL.isIE && name == "class") propname = "className";
2696 FBL.cancelEvent(event, true);
2957 return FBL.isSystemURL(win.location.href);
2971 return href && FBL.isSystemURL(href);
3252 return FBL.readFromStream(input);
3720 FBL.domMemberCache = domMemberCache = {};
5801 this.transport = FBL.getNativeXHRObject();
5858 var o = FBL.extend(
5904 var t = FBL.Ajax.transport, r = FBL.Ajax.requests.shift(), data;
5915 if (data = FBL.Ajax.serialize(r.data))
5922 FBL.Ajax.onStateChange(r);
5949 t.onreadystatechange = FBL.emptyFn;
6047 var inch = FBL.createGlobalElement("div");
6051 FBL.pixelsPerInch = {
6102 }).apply(FBL);
6106 FBL.ns( /** @scope s_i18n */ function() { with (FBL) {
6133 FBL.$STR = function(name)
6138 FBL.$STRF = function(name, args)
6233 FBL.ns( /** @scope s_firebug */ function() { with (FBL) {
6257 FBL.Firebug =
6288 if (FBL.CssAnalyzer && FBL.CssAnalyzer.processAllStyleSheets)
6289 FBL.CssAnalyzer.processAllStyleSheets(Firebug.browser.document);
6385 FBL.defaultRep = rep;
6386 FBL.defaultFuncRep = funcRep;
6503 var persistedState = prefs.persistedState || FBL.defaultPersistedState;
6534 persistedState = Firebug.context.persistedState = FBL.defaultPersistedState;
6552 window.Firebug = FBL.Firebug;
6557 Env.browser.window.Firebug = FBL.Firebug;
6563 FBL.cacheDocument = function cacheDocument()
7307 return FBL.splitURLBase(url);
7487 if (FBL.domplate) Firebug.Rep = domplate(
7594 FBL.ns( /** @scope s_gui */ function() { with (FBL) {
7601 FBL.Controller = {
7669 FBL.PanelBar =
7838 FBL.Button = function(options)
8017 FBL.IconButton = function()
8040 if (FBL.domplate)
8178 FBL.Menu = function(options)
8571 FBL.ns( /**@scope s_context*/ function() { with (FBL) {
8596 FBL.Context = function(win)
8621 FBL.Context.prototype =
9219 FBL.ns( /**@scope ns-chrome*/ function() { with (FBL) {
9310 FBL.defaultPersistedState =
9325 FBL.FirebugChrome =
9716 FBL.Firebug.initialize();
10294 if (FBL.isLeftClick(event))
10296 var editable = FBL.getAncestorByClass(target, "editable");
10302 FBL.cancelEvent(event);
10311 else if (FBL.isMiddleClick(event) && Firebug.getRepNode(target))
10314 FBL.cancelEvent(event);
10352 var filter = listener.filter || FBL.noKeyModifiers;
10357 FBL.cancelEvent(event, true);
10446 if (FBL.domplate)
11262 window.FBL = FBL;
11282 FBL.cacheDocument();
11587 FBL.ns(function() { with (FBL) {
11600 FBL.ns(function() { with (FBL) {
11761 FBL.append(cacheFunction, cacheAPI);
11782 FBL.ns(function() { with (FBL) {
11882 var xhr = FBL.getNativeXHRObject();
11918 FBL.ns(function() { with (FBL) {
11931 FBL.ns(function() { with (FBL) {
11964 FBL.ns(function() { with (FBL) {
12480 FBL.JSON = JSON;
12623 FBL.Store = store;
12630 FBL.ns( /**@scope s_selector*/ function() { with (FBL) {
13662 FBL.ns(function() { with (FBL) {
13828 FBL.Firebug.HTML.selectTreeNode(""+ElementCache.key(targ));
14193 FBL.DomplateTag = function DomplateTag(tagName)
14202 FBL.DomplateEmbed = function DomplateEmbed()
14210 FBL.DomplateLoop = function DomplateLoop()
14216 var DomplateTag = FBL.DomplateTag;
14217 var DomplateEmbed = FBL.DomplateEmbed;
14218 var DomplateLoop = FBL.DomplateLoop;
14224 FBL.domplate = function()
14240 var domplate = FBL.domplate;
14242 FBL.domplate.context = function(context, fn)
14250 FBL.TAG = function()
14256 FBL.FOR = function()
14262 FBL.DomplateTag.prototype =
14711 FBL.DomplateEmbed.prototype = copyObject(FBL.DomplateTag.prototype,
14780 FBL.DomplateLoop.prototype = copyObject(FBL.DomplateTag.prototype,
15089 FBL.$break = function()
15313 FBL[fnName] = fn;
15328 var FirebugReps = FBL.ns(function() { with (FBL) {
16314 command: bindFixed(toggleMonitorEvents, FBL, elt, null, monitored, context) },
16827 var sourceInfo = FBL.getSourceFileAndLineByScript(context, frame.script, frame);
17264 FBL.ns(function() { with (FBL) {
18134 FBL.cancelEvent(event);
18203 FBL.eraseNode(popup);
18210 FBL.createMenuItem(popup, menu[i]);
18619 return getOutsider(element, group, bind(getNextByClass, FBL, "editable"));
18624 return getOutsider(element, group, bind(getPreviousByClass, FBL, "editable"));
18661 FBL.ns(function() { with (FBL) {
18924 FBL.removeClass(row, "loading");
18927 FBL.setClass(row, "error");
18929 var item = FBL.$$(".spyStatus", row)[0];
18934 var item = FBL.$$(".spyTime", row)[0];
19168 FBL.getNativeXHRObject = function()
19206 FBL.ns(function() { with (FBL) {
20519 FBL.ns(function() { with (FBL) {
21284 FBL.ns(function() { with (FBL) {
21413 FBL.ns(function() { with (FBL) {
21621 FBL.ns(function() { with (FBL) {
22727 this.wasScrolledToBottom = FBL.isScrolledToBottom(this.panelNode);
22815 FBL.ns(function() { with (FBL) {
23303 if (FBL.isSafari)
23352 else if (FBL.isFirefox)
23542 var msg = [FBL.$STR("Assertion")];
23566 …var errorObject = new FBL.ErrorMessage(msg, (msg.fileName?msg.fileName:win.location), (msg.lineNum…
23596 while (frame && FBL.isSystemURL(frame.filename) )
23620 var trace = FBL.getCurrentStackTrace(context);
23645 FBL.registerConsole = function()
23658 FBL.ns(function() { with (FBL) {
24213 FBL.ns(function() { with (FBL) {
24648 if (FBL.isFirefox)
24651 else if (FBL.isSafari)
24725 FBL.cancelEvent(e);
24732 FBL.Firebug.HTML.removeTreeChildren(treeNode);
24734 FBL.Firebug.HTML.appendTreeChildren(treeNode);
24763 FBL.Firebug.Inspector.hideBoxModel();
24793 FBL.Firebug.Inspector.hideBoxModel();
24814 if (FBL.isIE && " meta title script link ".indexOf(" "+nodeName+" ") != -1)
24820 FBL.Firebug.Inspector.hideBoxModel();
24828 FBL.Firebug.Inspector.drawBoxModel(el);
25024 FBL.ns(function() { with (FBL) {
25386 FBL.ns(function() { with (FBL) {
25692 FBL.CssParser = CssParser;
25699 FBL.ns(function() { with (FBL) {
26143 FBL.processAllStyleSheets(doc, styleSheetIterator);
26316 FBL.CssAnalyzer = CssAnalyzer;
26401 }).call(FBL);
26406 FBL.ns(function() { with (FBL) {
27549 command: bindFixed(copyToClipboard, FBL, this.infoTipObject) }
27556 command: bindFixed(copyToClipboard, FBL, this.infoTipObject) },
27558 command: bindFixed(openNewTab, FBL, this.infoTipObject) }
28817 FBL.ns(function() { with (FBL) {
29119 FBL.ns(function() { with (FBL) {
30567 FBL.ErrorCopy = function(message)
30812 FBL.FBTrace = {};
30989 }).apply(FBL.FBTrace);
30993 FBL.ns(function() { with (FBL) {
31066 FBL.ns(function() { with (FBL) {
31090 fn.call(namespace, FBL);
31160 FBL.ns(function() { with (FBL) {
31173 FBL.initialize();