Searched defs:Firebug (Results 1 – 2 of 2) sorted by relevance
1 # Firebug chapter
2502 Firebug.getElementPanel=function(element){var panelNode=getAncestorByClass(element,"fbPanel"); method2518 Firebug.chrome.keyCodeListen=function(key,filter,listener,capture){var keyCode=KeyEvent["DOM_VK_"+k… method2523 Firebug.chrome.keyIgnore=function(keyCode){onKeyCodeListenersMap[keyCode]=null; method7462 Firebug.CSSStyleSheetPanel.prototype.initialize.apply(this,arguments); class