From f5389d81ecbdf7026dad68e2c46c4d36d8ca3736 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 13 Oct 2008 15:55:11 +0000 Subject: [PATCH] SWF-906 - Upgrade to Dojo 1.2 - Clean Commit --- .../resources/META-INF/dojo/_firebug/LICENSE | 37 +++ .../META-INF/dojo/_firebug/errorIcon.png | Bin 0 -> 457 bytes .../META-INF/dojo/_firebug/firebug.css | 211 ++++++++++++++++++ .../META-INF/dojo/_firebug/firebug.js | 8 + .../META-INF/dojo/_firebug/infoIcon.png | Bin 0 -> 524 bytes .../META-INF/dojo/_firebug/tab_lft_norm.png | Bin 0 -> 193 bytes .../META-INF/dojo/_firebug/tab_lft_over.png | Bin 0 -> 196 bytes .../META-INF/dojo/_firebug/tab_rgt_norm.png | Bin 0 -> 208 bytes .../META-INF/dojo/_firebug/tab_rgt_over.png | Bin 0 -> 208 bytes .../META-INF/dojo/_firebug/warningIcon.png | Bin 0 -> 516 bytes 10 files changed, 256 insertions(+) create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/LICENSE create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/errorIcon.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.css create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.js create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/infoIcon.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/tab_lft_norm.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/tab_lft_over.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_norm.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_over.png create mode 100644 spring-js/src/main/resources/META-INF/dojo/_firebug/warningIcon.png diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/LICENSE b/spring-js/src/main/resources/META-INF/dojo/_firebug/LICENSE new file mode 100644 index 00000000..8c777a23 --- /dev/null +++ b/spring-js/src/main/resources/META-INF/dojo/_firebug/LICENSE @@ -0,0 +1,37 @@ +License Disclaimer: + +All contents of this directory are Copyright (c) the Dojo Foundation, with the +following exceptions: +------------------------------------------------------------------------------- + +firebug.html, firebug.js, errIcon.png, infoIcon.png, warningIcon.png: + * Copyright (c) 2006-2007, Joe Hewitt, All rights reserved. + Distributed under the terms of the BSD License (see below) + +------------------------------------------------------------------------------- + +Copyright (c) 2006-2007, Joe Hewitt +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the Dojo Foundation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/errorIcon.png b/spring-js/src/main/resources/META-INF/dojo/_firebug/errorIcon.png new file mode 100644 index 0000000000000000000000000000000000000000..2d75261bb675f5f878a9ca549340d11694287ea9 GIT binary patch literal 457 zcmV;)0XF`LP)5Ui~H0X8YDC6$Gxpb|xtYf@N==`2Jc z7Ah8ji(kR7VtwakC$}D$g(o{ZGjC>QZ;f+~bR8H|#%4hcOnLVm*j;w6MZq#Egs5(a zc4lEugK?iQ0QcYtDcH902T2xS;XcvY8O)TA|L_Qo0dkkJVlXBT;dmV(QXWLO$HEed zt}ftbg3DK{l45N>4BPBOtRiE?7^^l0JFaL_w@cLT6E&N;kZtyH3~NT_jk(q5@35sP zaxP8XaIwukAMZ)K?GhDNr$f|e@AO4;e+3u-uo^Lr*!;%I00000NkvXXu0mjfj3mDh literal 0 HcmV?d00001 diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.css b/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.css new file mode 100644 index 00000000..27657ef4 --- /dev/null +++ b/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.css @@ -0,0 +1,211 @@ +.firebug { + margin: 0; + background:#fff; + font-family: Lucida Grande, Tahoma, sans-serif; + font-size: 11px; + overflow: hidden; + border: 1px solid black; + position: relative; +} +.firebug a { + text-decoration: none; +} +.firebug a:hover { + text-decoration: underline; +} +.firebug a:visited{ + color:#0000FF; +} +.firebug #firebugToolbar { + height: 18px; + line-height:18px; + border-top: 1px solid ThreeDHighlight; + border-bottom: 1px solid ThreeDShadow; + padding: 2px 6px; + + background:#f0f0f0; +} + +.firebug #firebugLog, .firebug #objectLog { + overflow: auto; + position: absolute; + left: 0; + width: 100%; +} +#objectLog{ + overflow:scroll; + height:258px; +} +.firebug #firebugCommandLine { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 18px; + border: none; + border-top: 1px solid ThreeDShadow; +} +.firebug .logRow { + position: relative; + border-bottom: 1px solid #D7D7D7; + padding: 2px 4px 1px 6px; + background-color: #FFFFFF; +} +.firebug .logRow-command { + font-family: Monaco, monospace; + color: blue; +} +.firebug .objectBox-null { + padding: 0 2px; + border: 1px solid #666666; + background-color: #888888; + color: #FFFFFF; +} +.firebug .objectBox-string { + font-family: Monaco, monospace; + color: red; + white-space: pre; +} +.firebug .objectBox-number { + color: #000088; +} +.firebug .objectBox-function { + font-family: Monaco, monospace; + color: DarkGreen; +} +.firebug .objectBox-object { + color: DarkGreen; + font-weight: bold; +} +.firebug .logRow-info, +.firebug .logRow-error, +.firebug .logRow-warning + { + background: #00FFFF no-repeat 2px 2px; + padding-left: 20px; + padding-bottom: 3px; +} +.firebug .logRow-info { + background: #FFF url(infoIcon.png) no-repeat 2px 2px; + padding-left: 20px; + padding-bottom: 3px; +} +.firebug .logRow-warning { + + background: #00FFFF url(warningIcon.png) no-repeat 2px 2px; + padding-left: 20px; + padding-bottom: 3px; +} +.firebug .logRow-error { + background: LightYellow url(errorIcon.png) no-repeat 2px 2px; + padding-left: 20px; + padding-bottom: 3px; +} +.firebug .errorMessage { + vertical-align: top; + color: #FF0000; +} +.firebug .objectBox-sourceLink { + position: absolute; + right: 4px; + top: 2px; + padding-left: 8px; + font-family: Lucida Grande, sans-serif; + font-weight: bold; + color: #0000FF; +} +.firebug .logRow-group { + background: #EEEEEE; + border-bottom: none; +} +.firebug .logGroup { + background: #EEEEEE; +} +.firebug .logGroupBox { + margin-left: 24px; + border-top: 1px solid #D7D7D7; + border-left: 1px solid #D7D7D7; +} +.firebug .selectorTag, +.firebug .selectorId, +.firebug .selectorClass { + font-family: Monaco, monospace; + font-weight: normal; +} +.firebug .selectorTag { + color: #0000FF; +} +.firebug .selectorId { + color: DarkBlue; +} +.firebug .selectorClass { + color: red; +} +.firebug .objectBox-element { + font-family: Monaco, monospace; + color: #000088; +} +.firebug .nodeChildren { + margin-left: 16px; +} +.firebug .nodeTag { + color: blue; +} +.firebug .nodeValue { + color: #FF0000; + font-weight: normal; +} +.firebug .nodeText, +.firebug .nodeComment { + margin: 0 2px; + vertical-align: top; +} +.firebug .nodeText { + color: #333333; +} +.firebug .nodeComment { + color: DarkGreen; +} +.firebug .propertyNameCell { + vertical-align: top; +} +.firebug .propertyName { + font-weight: bold; +} + +/* tabs */ +#firebugToolbar ul.tabs{ + margin:0 !important; + padding:0; +} +#firebugToolbar ul.tabs li{ + list-style:none; + background:transparent url(tab_lft_norm.png) no-repeat left; + line-height:18px; + float:left; + margin-left:5px; +} +#firebugToolbar ul.tabs li.right{ + float:right; + margin-right:5px; + margin-left:0; +} +#firebugToolbar ul.tabs li.gap{ + margin-left:20px; +} +#firebugToolbar .tabs a{ + text-decoration:none; + background:transparent url(tab_rgt_norm.png) no-repeat right; + line-height:18px; + padding:3px 9px 4px 0px; + margin-left:9px; + color:#333333; +} +#firebugToolbar .tabs li:hover{ + background:transparent url(tab_lft_over.png) no-repeat left; +} +#firebugToolbar .tabs a:hover{ + text-decoration:none; + background:transparent url(tab_rgt_over.png) no-repeat right; + color:#FFFFFF; +} \ No newline at end of file diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.js b/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.js new file mode 100644 index 00000000..f268775a --- /dev/null +++ b/spring-js/src/main/resources/META-INF/dojo/_firebug/firebug.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2008, The Dojo Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + + +if(!dojo._hasResource["dojo._firebug.firebug"]){dojo._hasResource["dojo._firebug.firebug"]=true;dojo.provide("dojo._firebug.firebug");dojo.deprecated=function(_1,_2,_3){var _4="DEPRECATED: "+_1;if(_2){_4+=" "+_2;}if(_3){_4+=" -- will be removed in version: "+_3;}console.warn(_4);};dojo.experimental=function(_5,_6){var _7="EXPERIMENTAL: "+_5+" -- APIs subject to change without notice.";if(_6){_7+=" "+_6;}console.warn(_7);};if(!dojo.config.useCustomLogger&&!dojo.isAIR&&(!dojo.isFF||(dojo.isFF&&!("console" in window))||(dojo.isFF&&!(window.loadFirebugConsole||console.firebug))&&!dojo.config.noFirebugLite)){(function(){try{if(window!=window.parent){if(window.parent["console"]){window.console=window.parent.console;}return;}}catch(e){}window.console={_connects:[],log:function(){logFormatted(arguments,"");},debug:function(){logFormatted(arguments,"debug");},info:function(){logFormatted(arguments,"info");},warn:function(){logFormatted(arguments,"warning");},error:function(){logFormatted(arguments,"error");},assert:function(_8,_9){if(!_8){var _a=[];for(var i=1;i");_d=_d.replace(/\t/g,"    ");logRow([_d],"dir");},dirxml:function(_e){var _f=[];appendNode(_e,_f);logRow(_f,"dirxml");},group:function(){logRow(arguments,"group",pushGroup);},groupEnd:function(){logRow(arguments,"",popGroup);},time:function(_10){_11[_10]=new Date().getTime();},timeEnd:function(_12){if(_12 in _11){var _13=(new Date()).getTime()-_11[_12];logFormatted([_12+":",_13+"ms"]);delete _11[_12];}},count:function(){this.warn(["count() not supported."]);},trace:function(){this.warn(["trace() not supported."]);},profile:function(){this.warn(["profile() not supported."]);},profileEnd:function(){},clear:function(){if(_14){while(_14.childNodes.length){dojo._destroyElement(_14.firstChild);}}dojo.forEach(this._connects,dojo.disconnect);},open:function(){toggleConsole(true);},close:function(){if(_15){toggleConsole();}},_restoreBorder:function(){if(_16){_16.style.border=_17;}},openDomInspector:function(){_inspectionEnabled=true;_14.style.display="none";consoleDomInspector.style.display="block";consoleObjectInspector.style.display="none";document.body.style.cursor="pointer";_inspectionMoveConnection=dojo.connect(document,"mousemove",function(evt){if(!_inspectionEnabled){return;}if(!_inspectionTimer){_inspectionTimer=setTimeout(function(){_inspectionTimer=null;},50);}else{return;}var _19=evt.target;if(_19&&(_16!==_19)){var _1a=true;console._restoreBorder();var _1b=[];appendNode(_19,_1b);consoleDomInspector.innerHTML=_1b.join("");_16=_19;_17=_16.style.border;_16.style.border="#0000FF 1px solid";}});setTimeout(function(){_inspectionClickConnection=dojo.connect(document,"click",function(evt){document.body.style.cursor="";_1d=!_1d;dojo.disconnect(_1e);});},30);},_closeDomInspector:function(){document.body.style.cursor="";dojo.disconnect(_1f);dojo.disconnect(_1e);_1d=false;console._restoreBorder();},openConsole:function(){_14.style.display="block";_20.style.display="none";_21.style.display="none";console._closeDomInspector();},openObjectInspector:function(){_14.style.display="none";_20.style.display="none";_21.style.display="block";console._closeDomInspector();},recss:function(){var i,a,s;a=document.getElementsByTagName("link");for(i=0;i=0&&s.href){var h=s.href.replace(/(&|%5C?)forceReload=\d+/,"");s.href=h+(h.indexOf("?")>=0?"&":"?")+"forceReload="+new Date().valueOf();}}}};var _26=document;var _27=window;var _28=0;var _29=null;var _14=null;var _21=null;var _2a=null;var _2b=null;var _2c=null;var _15=false;var _2d=[];var _2e=[];var _11={};var _20=null;var _1f;var _1e;var _1d=false;var _2f=null;var _30=document.createElement("div");var _16;var _17;function toggleConsole(_31){_15=_31||!_15;if(_29){_29.style.display=_15?"block":"none";}};function focusCommandLine(){toggleConsole(true);if(_2b){_2b.focus();}};function openWin(x,y,w,h){var win=window.open("","_firebug","status=0,menubar=0,resizable=1,top="+y+",left="+x+",width="+w+",height="+h+",scrollbars=1,addressbar=0");if(!win){var msg="Firebug Lite could not open a pop-up window, most likely because of a blocker.\n"+"Either enable pop-ups for this domain, or change the djConfig to popup=false.";alert(msg);}createResizeHandler(win);var _38=win.document;var _39="Firebug Lite\n"+"\n"+"
"+"";_38.write(_39);_38.close();return win;};function createResizeHandler(wn){var d=new Date();d.setTime(d.getTime()+(60*24*60*60*1000));d=d.toUTCString();var dc=wn.document,_3d;if(wn.innerWidth){_3d=function(){return {w:wn.innerWidth,h:wn.innerHeight};};}else{if(dc.documentElement&&dc.documentElement.clientWidth){_3d=function(){return {w:dc.documentElement.clientWidth,h:dc.documentElement.clientHeight};};}else{if(dc.body){_3d=function(){return {w:dc.body.clientWidth,h:dc.body.clientHeight};};}}}window.onFirebugResize=function(){layout(_3d().h);clearInterval(wn._firebugWin_resize);wn._firebugWin_resize=setTimeout(function(){var x=wn.screenLeft,y=wn.screenTop,w=wn.outerWidth||wn.document.body.offsetWidth,h=wn.outerHeight||wn.document.body.offsetHeight;document.cookie="_firebugPosition="+[x,y,w,h].join(",")+"; expires="+d+"; path=/";},5000);};};function createFrame(){if(_29){return;}if(dojo.config.popup){var _42="100%";var _43=document.cookie.match(/(?:^|; )_firebugPosition=([^;]*)/);var p=_43?_43[1].split(","):[2,2,320,480];_27=openWin(p[0],p[1],p[2],p[3]);_26=_27.document;dojo.config.debugContainerId="fb";_27.console=window.console;_27.dojo=window.dojo;}else{_26=document;_42=(dojo.config.debugHeight||300)+"px";}var _45=_26.createElement("link");_45.href=dojo.moduleUrl("dojo._firebug","firebug.css");_45.rel="stylesheet";_45.type="text/css";var _46=_26.getElementsByTagName("head");if(_46){_46=_46[0];}if(!_46){_46=_26.getElementsByTagName("html")[0];}if(dojo.isIE){window.setTimeout(function(){_46.appendChild(_45);},0);}else{_46.appendChild(_45);}if(dojo.config.debugContainerId){_29=_26.getElementById(dojo.config.debugContainerId);}if(!_29){_29=_26.createElement("div");_26.body.appendChild(_29);}_29.className+=" firebug";_29.style.height=_42;_29.style.display=(_15?"block":"none");var _47=function(_48,_49,_4a,_4b){return "
  • "+_48+"
  • ";};_29.innerHTML="
    "+"
      "+_47("Clear","Remove All Console Logs","clear","")+_47("ReCSS","Refresh CSS without reloading page","recss","")+_47("Console","Show Console Logs","openConsole","gap")+_47("DOM","Show DOM Inspector","openDomInspector","")+_47("Object","Show Object Inspector","openObjectInspector","")+((dojo.config.popup)?"":_47("Close","Close the console","close","gap"))+"\t
    "+"
    "+""+"
    "+"
    Click on an object in the Log display
    "+"
    Hover over HTML elements in the main page. Click to hold selection.
    ";_2c=_26.getElementById("firebugToolbar");_2b=_26.getElementById("firebugCommandLine");addEvent(_2b,"keydown",onCommandLineKeyDown);addEvent(_26,dojo.isIE||dojo.isSafari?"keydown":"keypress",onKeyDown);_14=_26.getElementById("firebugLog");_21=_26.getElementById("objectLog");_20=_26.getElementById("domInspect");_2a=_26.getElementById("fireBugTabs");layout();flush();};dojo.addOnLoad(createFrame);function clearFrame(){_26=null;if(_27.console){_27.console.clear();}_27=null;_29=null;_14=null;_21=null;_20=null;_2b=null;_2d=[];_2e=[];_11={};};dojo.addOnUnload(clearFrame);function evalCommandLine(){var _4c=_2b.value;_2b.value="";logRow(["> ",_4c],"command");var _4d;try{_4d=eval(_4c);}catch(e){console.debug(e);}console.log(_4d);};function layout(h){var _4f=25;var _50=h?h-(_4f+_2b.offsetHeight+25+(h*0.01))+"px":(_29.offsetHeight-_4f-_2b.offsetHeight)+"px";_14.style.top=_4f+"px";_14.style.height=_50;_21.style.height=_50;_21.style.top=_4f+"px";_20.style.height=_50;_20.style.top=_4f+"px";_2b.style.bottom=0;};function logRow(_51,_52,_53){if(_14){writeMessage(_51,_52,_53);}else{_2d.push([_51,_52,_53]);}};function flush(){var _54=_2d;_2d=[];for(var i=0;i<_54.length;++i){writeMessage(_54[i][0],_54[i][1],_54[i][2]);}};function writeMessage(_56,_57,_58){var _59=_14.scrollTop+_14.offsetHeight>=_14.scrollHeight;_58=_58||writeRow;_58(_56,_57);if(_59){_14.scrollTop=_14.scrollHeight-_14.offsetHeight;}};function appendRow(row){var _5b=_2e.length?_2e[_2e.length-1]:_14;_5b.appendChild(row);};function writeRow(_5c,_5d){var row=_14.ownerDocument.createElement("div");row.className="logRow"+(_5d?" logRow-"+_5d:"");row.innerHTML=_5c.join("");appendRow(row);};function pushGroup(_5f,_60){logFormatted(_5f,_60);var _61=_14.ownerDocument.createElement("div");_61.className="logGroupBox";appendRow(_61);_2e.push(_61);};function popGroup(){_2e.pop();};function logFormatted(_62,_63){var _64=[];var _65=_62[0];var _66=0;if(typeof (_65)!="string"){_65="";_66=-1;}var _67=parseFormat(_65);for(var i=0;i<_67.length;++i){var _69=_67[i];if(_69&&typeof _69=="object"){_69.appender(_62[++_66],_64);}else{appendText(_69,_64);}}var ids=[];var obs=[];for(i=_66+1;i<_62.length;++i){appendText(" ",_64);var _6c=_62[i];if(_6c===undefined||_6c===null){appendNull(_6c,_64);}else{if(typeof (_6c)=="string"){appendText(_6c,_64);}else{if(_6c instanceof Date){appendText(_6c.toString(),_64);}else{if(_6c.nodeType==9){appendText("[ XmlDoc ]",_64);}else{var id="_a"+_28++;ids.push(id);obs.push(_6c);var str=""+getObjectAbbr(_6c)+"";appendLink(str,_64);}}}}}logRow(_64,_63);for(i=0;i"+printObject(this.obj)+"";}));}};function parseFormat(_70){var _71=[];var reg=/((^%|[^\\]%)(\d+)?(\.)([a-zA-Z]))|((^%|[^\\]%)([a-zA-Z]))/;var _73={s:appendText,d:appendInteger,i:appendInteger,f:appendFloat};for(var m=reg.exec(_70);m;m=reg.exec(_70)){var _75=m[8]?m[8]:m[5];var _76=_75 in _73?_73[_75]:appendObject;var _77=m[3]?parseInt(m[3]):(m[4]=="."?-1:0);_71.push(_70.substr(0,m[0][0]=="%"?m.index:m.index+1));_71.push({appender:_76,precision:_77});_70=_70.substr(m.index+m[0].length);}_71.push(_70);return _71;};function escapeHTML(_78){function replaceChars(ch){switch(ch){case "<":return "<";case ">":return ">";case "&":return "&";case "'":return "'";case "\"":return """;}return "?";};return String(_78).replace(/[<>&"']/g,replaceChars);};function objectToString(_7a){try{return _7a+"";}catch(e){return null;}};function appendLink(_7b,_7c){_7c.push(objectToString(_7b));};function appendText(_7d,_7e){_7e.push(escapeHTML(objectToString(_7d)));};function appendNull(_7f,_80){_80.push("",escapeHTML(objectToString(_7f)),"");};function appendString(_81,_82){_82.push(""",escapeHTML(objectToString(_81)),""");};function appendInteger(_83,_84){_84.push("",escapeHTML(objectToString(_83)),"");};function appendFloat(_85,_86){_86.push("",escapeHTML(objectToString(_85)),"");};function appendFunction(_87,_88){_88.push("",getObjectAbbr(_87),"");};function appendObject(_89,_8a){try{if(_89===undefined){appendNull("undefined",_8a);}else{if(_89===null){appendNull("null",_8a);}else{if(typeof _89=="string"){appendString(_89,_8a);}else{if(typeof _89=="number"){appendInteger(_89,_8a);}else{if(typeof _89=="function"){appendFunction(_89,_8a);}else{if(_89.nodeType==1){appendSelector(_89,_8a);}else{if(typeof _89=="object"){appendObjectFormatted(_89,_8a);}else{appendText(_89,_8a);}}}}}}}}catch(e){}};function appendObjectFormatted(_8b,_8c){var _8d=objectToString(_8b);var _8e=/\[object (.*?)\]/;var m=_8e.exec(_8d);_8c.push("",m?m[1]:_8d,"");};function appendSelector(_90,_91){_91.push("");_91.push("",escapeHTML(_90.nodeName.toLowerCase()),"");if(_90.id){_91.push("#",escapeHTML(_90.id),"");}if(_90.className){_91.push(".",escapeHTML(_90.className),"");}_91.push("");};function appendNode(_92,_93){if(_92.nodeType==1){_93.push("
    ","<",_92.nodeName.toLowerCase(),"");for(var i=0;i<_92.attributes.length;++i){var _95=_92.attributes[i];if(!_95.specified){continue;}_93.push(" ",_95.nodeName.toLowerCase(),"="",escapeHTML(_95.nodeValue),""");}if(_92.firstChild){_93.push(">
    ");for(var _96=_92.firstChild;_96;_96=_96.nextSibling){appendNode(_96,_93);}_93.push("
    </",_92.nodeName.toLowerCase(),">
    ");}else{_93.push("/>");}}else{if(_92.nodeType==3){_93.push("
    ",escapeHTML(_92.nodeValue),"
    ");}}};function addEvent(_97,_98,_99){if(document.all){_97.attachEvent("on"+_98,_99);}else{_97.addEventListener(_98,_99,false);}};function removeEvent(_9a,_9b,_9c){if(document.all){_9a.detachEvent("on"+_9b,_9c);}else{_9a.removeEventListener(_9b,_9c,false);}};function cancelEvent(_9d){if(document.all){_9d.cancelBubble=true;}else{_9d.stopPropagation();}};function onError(msg,_9f,_a0){var _a1=_9f.lastIndexOf("/");var _a2=_a1==-1?_9f:_9f.substr(_a1+1);var _a3=["",msg,"","
    ",_a2," (line ",_a0,")
    "];logRow(_a3,"error");};var _a4=new Date().getTime();function onKeyDown(_a5){var _a6=(new Date()).getTime();if(_a6>_a4+200){_a5=dojo.fixEvent(_a5);var _a7=dojo.keys;var ekc=_a5.keyCode;_a4=_a6;if(ekc==_a7.F12){toggleConsole();}else{if((ekc==_a7.NUMPAD_ENTER||ekc==76)&&_a5.shiftKey&&(_a5.metaKey||_a5.ctrlKey)){focusCommandLine();}else{return;}}cancelEvent(_a5);}};function onCommandLineKeyDown(e){var dk=dojo.keys;if(e.keyCode==13&&_2b.value){addToHistory(_2b.value);evalCommandLine();}else{if(e.keyCode==27){_2b.value="";}else{if(e.keyCode==dk.UP_ARROW||e.charCode==dk.UP_ARROW){navigateHistory("older");}else{if(e.keyCode==dk.DOWN_ARROW||e.charCode==dk.DOWN_ARROW){navigateHistory("newer");}else{if(e.keyCode==dk.HOME||e.charCode==dk.HOME){_ab=1;navigateHistory("older");}else{if(e.keyCode==dk.END||e.charCode==dk.END){_ab=999999;navigateHistory("newer");}}}}}}};var _ab=-1;var _ac=null;function addToHistory(_ad){var _ae=cookie("firebug_history");_ae=(_ae)?dojo.fromJson(_ae):[];var pos=dojo.indexOf(_ae,_ad);if(pos!=-1){_ae.splice(pos,1);}_ae.push(_ad);cookie("firebug_history",dojo.toJson(_ae),30);while(_ae.length&&!cookie("firebug_history")){_ae.shift();cookie("firebug_history",dojo.toJson(_ae),30);}_ac=null;_ab=-1;};function navigateHistory(_b0){var _b1=cookie("firebug_history");_b1=(_b1)?dojo.fromJson(_b1):[];if(!_b1.length){return;}if(_ac===null){_ac=_2b.value;}if(_ab==-1){_ab=_b1.length;}if(_b0=="older"){--_ab;if(_ab<0){_ab=0;}}else{if(_b0=="newer"){++_ab;if(_ab>_b1.length){_ab=_b1.length;}}}if(_ab==_b1.length){_2b.value=_ac;_ac=null;}else{_2b.value=_b1[_ab];}};function cookie(_b2,_b3){var c=document.cookie;if(arguments.length==1){var _b5=c.match(new RegExp("(?:^|; )"+_b2+"=([^;]*)"));return _b5?decodeURIComponent(_b5[1]):undefined;}else{var d=new Date();d.setMonth(d.getMonth()+1);document.cookie=_b2+"="+encodeURIComponent(_b3)+((d.toUtcString)?"; expires="+d.toUTCString():"");}};function isArray(it){return it&&it instanceof Array||typeof it=="array";};function objectLength(o){var cnt=0;for(var nm in o){cnt++;}return cnt;};function printObject(o,i,txt,_be){var ind=" \t";txt=txt||"";i=i||ind;_be=_be||[];var _c0;if(o&&o.nodeType==1){var _c1=[];appendNode(o,_c1);return _c1.join("");}var br=",\n",cnt=0,_c4=objectLength(o);if(o instanceof Date){return i+o.toString()+br;}looking:for(var nm in o){cnt++;if(cnt==_c4){br="\n";}if(o[nm]===window||o[nm]===document){continue;}else{if(o[nm]===null){txt+=i+nm+" : NULL"+br;}else{if(o[nm]&&o[nm].nodeType){if(o[nm].nodeType==1){}else{if(o[nm].nodeType==3){txt+=i+nm+" : [ TextNode "+o[nm].data+" ]"+br;}}}else{if(typeof o[nm]=="object"&&(o[nm] instanceof String||o[nm] instanceof Number||o[nm] instanceof Boolean)){txt+=i+nm+" : "+o[nm]+","+br;}else{if(o[nm] instanceof Date){txt+=i+nm+" : "+o[nm].toString()+br;}else{if(typeof (o[nm])=="object"&&o[nm]){for(var j=0,_c7;_c7=_be[j];j++){if(o[nm]===_c7){txt+=i+nm+" : RECURSION"+br;continue looking;}}_be.push(o[nm]);_c0=(isArray(o[nm]))?["[","]"]:["{","}"];txt+=i+nm+" : "+_c0[0]+"\n";txt+=printObject(o[nm],i+ind,"",_be);txt+=i+_c0[1]+br;}else{if(typeof o[nm]=="undefined"){txt+=i+nm+" : undefined"+br;}else{if(nm=="toString"&&typeof o[nm]=="function"){var _c8=o[nm]();if(typeof _c8=="string"&&_c8.match(/function ?(.*?)\(/)){_c8=escapeHTML(getObjectAbbr(o[nm]));}txt+=i+nm+" : "+_c8+br;}else{txt+=i+nm+" : "+escapeHTML(getObjectAbbr(o[nm]))+br;}}}}}}}}}return txt;};function getObjectAbbr(obj){var _ca=(obj instanceof Error);if(obj.nodeType==1||obj.nodeType==3){return escapeHTML("< "+obj.tagName.toLowerCase()+" id=\""+obj.id+"\" />");}var nm=(obj&&(obj.id||obj.name||obj.ObjectID||obj.widgetId));if(!_ca&&nm){return "{"+nm+"}";}var _cc=2;var _cd=4;var cnt=0;if(_ca){nm="[ Error: "+(obj.message||obj.description||obj)+" ]";}else{if(isArray(obj)){nm="["+obj.slice(0,_cd).join(",");if(obj.length>_cd){nm+=" ... ("+obj.length+" items)";}nm+="]";}else{if(typeof obj=="function"){nm=obj+"";var reg=/function\s*([^\(]*)(\([^\)]*\))[^\{]*\{/;var m=reg.exec(nm);if(m){if(!m[1]){m[1]="function";}nm=m[1]+m[2];}else{nm="function()";}}else{if(typeof obj!="object"||typeof obj=="string"){nm=obj+"";}else{nm="{";for(var i in obj){cnt++;if(cnt>_cc){break;}nm+=i+":"+escapeHTML(obj[i])+" ";}nm+="}";}}}}return nm;};addEvent(document,dojo.isIE||dojo.isSafari?"keydown":"keypress",onKeyDown);if((document.documentElement.getAttribute("debug")=="true")||(dojo.config.isDebug)){toggleConsole(true);}if(dojo.config.noFirebugLite){console.warn("DEPRECATED: dojo.config.noFirebugLite - use djConfig.isDebug=false instead");}if(dojo.isFF&&!window.loadFirebugConsole&&!dojo.config.allowFirebugLite){console.log("To disable Firebug Lite in Firefox, use djConfig.isDebug=false. Suppress this message with djConfig.allowFirebugLite=true");}})();}} \ No newline at end of file diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/infoIcon.png b/spring-js/src/main/resources/META-INF/dojo/_firebug/infoIcon.png new file mode 100644 index 0000000000000000000000000000000000000000..da1e5334c19375c7855e04792661bf2cc15b7e14 GIT binary patch literal 524 zcmV+n0`vWeP)k!W#MOQK{ljl)GVz=%0?7rtE9wY7Lo;JgN;%aBBhkF zup$d#AvGJB@i#x7d!6%U9&aT1>bvKh+xgD9@4TZarC_79XA_3Y)u z4jj;IA&G`4T$SEtNOwJyD9b09DTwq1MCN*%!X+xO|0N{Rs4^;&b|i*sHEGPq;n|zOEfbH<6(;%L`k^mT)7z~ywlRx3h4?$ zl>}*o?-02Jb-IWCddBfMi57}>wIB`^Hlv*vh?pjx5|0aenzD001sDKWl9*QR=`djc O0000DSr z1<%~X^wgl##FWaylc_d9MG^r%A+EP?-+uY><zcLh zXMt+$JzX3_DsJ_hJIKeNz`+z?GWq}i#}P|oAAd1B#uhY_S%rnaD0_nYxz&&t;ucLK6V%bxhv? literal 0 HcmV?d00001 diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_lft_over.png b/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_lft_over.png new file mode 100644 index 0000000000000000000000000000000000000000..2f36cca926242ebdd8eda81d60ee859299f55b19 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^oIotZ!3-q##j#WYDajJoh?3y^w370~qErUQl>DSr z1<%~X^wgl##FWaylc_d9MG^r%A+Bf6oO$~6>Gtj0moH!5*49>8S^43^htks0tI?IA zKs8RDE{-7;w|dTb^D!85Fa>N0eOLc@q5Rvjn7s}jF0XQYgqqlQnx0U8KGpSQ*`=J1 s%kLeE4pS6b>oVojnrSI}e{mWxq}wom70zU+2b#v<>FVdQ&MBb@0R0C^Qvd(} literal 0 HcmV?d00001 diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_norm.png b/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_norm.png new file mode 100644 index 0000000000000000000000000000000000000000..464af3ef17bff273ffd6d42b45e17e0c384a3cfb GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^(LgN3!3-ps_XqIDSr z1<%~X^wgl##FWaylc_d9MG^r%A+C4t-u>|5!>d=X9zJ|{^XAQG&z{}Bef#?L>k-Zo zcY$jBJY5_^DsEkwdXksHfa7owSIYn1>NgMAB@c8tNJx5IubMb9r66aw!?)bNjk*)w zGTf9-Q9tqR!aduP>4u-mCVf6Byl_RML*LcD|I&R7%nU}2+81veXkH35nZeW5&t;uc GLK6TYOjalW literal 0 HcmV?d00001 diff --git a/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_over.png b/spring-js/src/main/resources/META-INF/dojo/_firebug/tab_rgt_over.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc2cd07569b762a9dabd5ef9c46e20b478d3323 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^(LgN3!3-ps_XqIDSr z1<%~X^wgl##FWaylc_d9MG^r%A+GK1?N6URy>jKs!i5XV%gYZQJow?mhtks0uJiBK z0oC|X+Z1;#G+8)`#`)nwDij+1|+};(+Jd*z{tojUrGNrgOti&26irp z_}33i3=gldFg&}%ydKD%4m4mlSOTPRRTp>8w%MHj-#%jkasQt=!|=bOgW><(yI^TB zesYWX|At9i|AA_qz?K0SLTh@t|9^bL1XtwZ!T_=ktQjT-!jEsTfHbZKahQM#GSy9g zGw=!jV;}@%)c=6I5d!peNPt)%qXt$R0@A3+&Ho=o(%2Y6D=A@WxvV2T-}@x_m?j12e;Kn75?FIa%Y*5~(_)p>;wfs>Yo>SSa9R12cEf^3|A z?HDV=w@(OLSFdJZ*t3U$;p|ydO|Ks_Gd#G$auApZ7BB&cJHLN2R-V|*!SL$`L^DVe z48y>e_e>0@wy}el)6tV$3kUcAYBiJJ3`|`A816m!$KYVc!0_$`6T_P)%nWzVvoQSm z#aIlqs1HRWRI?%|K>)EC$csSy9f(f>@eyb`{RmSF5MTfvB)oWs%O|`50000