PK lB+C? skin/modern/venkman/contents.rdfUT W; VDDUx PK ,k;U U content/venkman/venkman.xulUT CE= VDDUx PK ㆕.H%%!content/venkman/venkman-views.xulUT ڄ>!VDDUx PK Ž, #content/venkman/venkman-floater.xulUT 6=!VDDUx

venkman test content page

Choose your poison...



PK 䆕.hcontent/venkman/tests/tree.jsUT ۄ>!VDDUx/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ var sampleTree = new XULTreeView(); function SampleRecord (name, gender) { this.setColumnPropertyName ("sample-name", "name"); this.setColumnPropertyName ("sample-gender", "gender"); this.name = name; this.gender = gender; } SampleRecord.prototype = new XULTreeViewRecord(sampleTree.share); sampleTree.childData.appendChild (new SampleRecord ("vinnie", "male")); var betty = new SampleRecord ("betty", "female"); betty.reserveChildren(); betty.open() betty.appendChild (new SampleRecord ("kid1", "male")); var kid2 = new SampleRecord ("kid2", "male"); kid2.reserveChildren(); var kid22 = new SampleRecord ("kid22", "female"); kid2.appendChild (kid22); betty.appendChild (kid2); sampleTree.childData.appendChild (betty); sampleTree.childData.appendChild (new SampleRecord ("joey", "male")); function onload () { var tree = document.getElementById("sample-tree"); tree.treeBoxObject.view = sampleTree; dt(); // debugger; } function toggleBetty () { if (betty.isHidden) betty.unHide(); else betty.hide(); } function formatRecord (rec, indent) { var str = ""; for (var i in rec._colValues) str += rec._colValues[i] + ", "; str += "["; str += rec.calculateVisualRow() + ", "; str += rec.childIndex + ", "; str += rec.level + ", "; str += rec.visualFootprint + ", "; str += rec.isHidden + "]"; dd (indent + str); } function formatBranch (rec, indent) { for (var i = 0; i < rec.childData.length; ++i) { formatRecord (rec.childData[i], indent); if ("childData" in rec.childData[i]) formatBranch(rec.childData[i], indent + " "); } } function nativeFrameTest() { function compare(a, b) { if (a > b) return 1; if (a < b) return -1; return 0; }; var ary = [2, 1]; ary.sort(compare); } function dbg() { var a = 0; dbg2(); nativeFrameTest(); var c = 0; } function dbg2() { dd("dbg2"); var nothere; var nope = null; var f = false; var i = 4; //@JSD_BREAK var d = Number.MAX_VALUE; var s = "hello world"; var fun = dbg; //@JSD_BREAK s == "hello world" var obj = new Object(); debugger; try { guessThis(); throwSomething(); } catch (ex) { dd ("caught " + ex); } //@JSD_EVAL alert("foo"); var rv = returnSomething(); //@JSD_LOG "this is a log message"; dd ("returned " + rv); } function throwSomething() { var str = "this is a test"; var obj = { message: "this is only a test" }; throw "momma from the train"; } function returnSomething() { var str = "this is a test"; var obj = { message: "this is only a test" }; return "your library books on time!"; } function dt() { formatBranch(sampleTree.childData, ""); } var guessThis = function () { var x = 1; switchTest(); observer.onFoo(); } var observer = { onFoo: function (){ returnSomething(); } } function switchTest () { var x = 1; switch (x) { case 1: ++x; break; case 2: --x; break; default: x += 3; break; } } PK ǎ,ګe{IIcontent/venkman/tests/tree.xulUT 6=!VDDUx

Welcome to the Venkman Help System. From here you can search for help on the various commands avaialble in Venkman. To search for a particular command, type your search term in the box below and click Go, or press Enter.

Additional help can be found on the Venkman Homepage or the Venkman FAQ. The check boxes control which fields the search is performed on...

  • Command Names matches the command name, as you might enter it in the Interactive Session.
  • User Interface Labels matches the label used when the command appears in a menu or toolbar button.
  • Descriptions matches the body of the help text.

Search:

[ Interactive Session Commands | All Commands | A-C | D-F | G-I | J-L | M-O | P-R | S-U | V-Z ]

Found $match-count matching command(s). @-header-end Command Name: $command-name
User Interface Label: $ui-label

Usage: $command-name $params

Accelerator Key: $key

Description:
$desc Back To Top

@-command-end No commands found @-nomatch-end
PK -x!!$locale/en-US/venkman/profile.csv.tplUT hP=!VDDUx# full-url, file-name, function-name, start-line, end-line, call-count, recurse-depth, total-time, min-time, max-time, avg-time @-item-start $full-url, $file-name, $function-name, $start-line, $end-line, $call-count, $recurse-depth, $total-time, $min-time, $max-time, $avg-time @-item-end PK -/Www$locale/en-US/venkman/profile.txt.tplUT hP=!VDDUx Venkman Profile Report Created .......... $full-date User Agent ....... $user-agent Debugger Version . $venkman-agent Sorted By ........ $sort-key ================================================================================= @-section-start $section-number <$full-url> @-range-start $file-name: $range-min - $range-max milliseconds @-item-start Function Name: $function-name (Lines $start-line - $end-line) Total Calls: $call-count (max recurse $recurse-depth) Total Time: $total-time (min/max/avg $min-time/$max-time/$avg-time) @-item-end ------------------------------------------------------------------------------- @-range-end ================================================================================= @-section-end Thanks for using Venkman, the Mozilla JavaScript Debugger. PK -πD %locale/en-US/venkman/profile.html.tplUT hP=!VDDUx JavaScript Profile Data

JavaScript Profile Data

Collection Date: $full-date
User Agent: $user-agent
JavaScript Debugger Version: $venkman-agent
Sorted By: $sort-key
@-section-start

$section-link

@-range-start

$range-min - $range-max ms

[ Previous File | Next File | Previous Range | Next Range ] @-item-start $item-number $item-name
$item-summary
@-item-end
@-range-end
@-section-end
No job is too big, no fee is too big. PK -SuII$locale/en-US/venkman/profile.xml.tplUT hP=!VDDUx @-section-start
@-range-start @-item-start @-item-end @-range-end
@-section-end
PK Î,W 8*content/venkman/venkman-output-window.htmlUT 6=!VDDUx
PK I^y.e 'content/venkman/venkman-output-base.cssUT >!VDDUx/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ @import url(chrome://venkman/locale/venkman-output-locale.css); a.venkman-link { text-decoration: none; } a.venkman-link:hover { text-decoration: underline; } #output-table { width: 100%; } .msg { /* .msg = a single message in the */ width: 100%; /* output window */ font: 11pt lucida, sans-serif; white-space: -moz-pre-wrap; } .msg[monospace] { font-family: monospace; } .msg-data[msg-type="USAGE"] { font-weight: bold; font-style: italic; } .msg-data[msg-type="STEP"] { font-weight: bold; } .msg-data:before { margin-right: 5px; content: "-"; font-weight: bold; } .msg-data[msg-type="ATTENTION"] { font-size: 150%; font-weight: bold; } .msg-data[msg-type="ERROR"]:before { content: "!!"; } .msg-data[msg-type="STOP"]:before, .msg-data[msg-type="CONT"]:before { content: "*"; } .msg-data[msg-type="USAGE"]:before { font-style: normal; } .msg-data[msg-type="SOURCE"]:before { padding-right: 20px; content: ":"; } .msg-data[msg-type="STEP"]:before { padding-right: 20px; content: "|"; } .msg-data[msg-type="EVAL-IN"]:before { font-weight: normal; content: "<<"; } .msg-data[msg-type="EVAL-OUT"]:before { font-weight: normal; content: ">>"; } .msg-data[msg-type="FEVAL-IN"]:before { font-weight: normal; content: "<"; } .msg-data[msg-type="FEVAL-OUT"]:before { font-weight: normal; content: ">"; } PK ̎,6$skin/modern/venkman/images/clear.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME  (>IDATxc`򀑐Qa(ekȚ Aw&.i" i"^ d 0ٹ0~0NY9lM1 -aiCfy"OTz&O[&[S8뉱udL 3ߝ$IENDB`PK ͎, %skin/modern/venkman/images/shaded.pngUT 6=!VDDUxPNG  IHDRagAMA abKGDKIksKܸ pHYs  d_tIME .HIDATxc̶g0QyԀQF LN!^I6-IENDB`PK .88&skin/modern/venkman/images/new-tab.pngUT <>!VDDUxPNG  IHDRabKGD pHYs  #utIME80IDATxݒ10 E_ǀ 1UJ "b. H=D9hQʄꆄ%Ϛ,gs`,O`ԃ`6&Dzxv>=udv@+ѯǿ8;A:m>*&yHzK(rjVc*AmT q@>R dou]Q{5$9IENDB`PK ˎ,gE??)skin/modern/venkman/images/arrow-left.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME4w.tIDATxݏ P'B0)=aqmMwK-m`(a~cL}rکh4K$DQT5IV v GCIR 8ߟ/UFt*|sfy -J &YsC MK t-Ǹ .$2IENDB`PK ̎,/@DD*skin/modern/venkman/images/arrow-right.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME4W IDATxՑ PS-zA E8W7AnA5:8 I$]iC 8~{DӃkkY5ۍZ{J`q 41v4TZ:501p Em6]u3R[M@-^70 K*NRoZ-A8nn. @-jV5:{U6k5DIENDB`PK ̎,??'skin/modern/venkman/images/arrow-up.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME4-Q0IDATxݐ= @x jO!m b+ۥMB0M6,3v7o~Rϲl^sX+'I29x:NgAq2 i@}wnڞ@chdGF+Vˏ _NcBi7' %9񌦕IENDB`PK ˎ,n>>)skin/modern/venkman/images/arrow-down.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME327$oIDATxՏ1 0E_7Pݬ X$fbYSZ^5h0IENDB`PK ώ,*)).skin/modern/venkman/images/view-pop-button.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME ; ,IDATx 0 F#` n&] @ L`@KCDC}ؖ?q8J/99B;z75p~4ld X)Z8Ue {[v۬=,鉙af'&""c\_Ѷ-Ea^rVPSM3IENDB`PK ώ,0skin/modern/venkman/images/view-close-button.pngUT 6=!VDDUxPNG  IHDRagAMA abKGDKIksKܸ pHYs  d_tIME :.^,IDATxc`4Xq !Ī%%sa@f Ir^IENDB`PK [!+"#skin/modern/venkman/images/stop.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  ~tIME0LJAIDATxMHaFm. 1IAAuB%NAQT}(B0)/a"T8< |o%-6b(7&& uy{V`uD.يrdFhH-6 "%|f 03CТˉFF;}# L&zH<@% +CwBvR<´,,N-ZYi$o~.ڃA#>\a3|>pgvI4:~;Y~-IENDB`PK [!++skin/modern/venkman/images/stop-checked.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  d_tIME,M RkIDATxOH\W2NxH"LpiEynZP7]i !Y!d*$a]x.]If0b"Z 8.<;M7|0sϜwcG'@.}n)}',Rwxs'IQ4Q4TU1mE=6e@|.ǥT Bii hM*`0:ebiنϟ$&a>#NN&%UM^GD WRD_:MQw@{\[]x \4^v{-9@O,7Lömm|s @cƫ;w#&E1Nmu+<܄C'fߋIPM0 WDG&j{9N8xtgrΝB!rk++X[:`b5͵,[[.j+W21Z©3w@ u}gIENDB`PK [!+⸍33/skin/modern/venkman/images/stop-checked-hov.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  d_tIME -IDATx]LSi Cš -X Beՙ c&5̄$l21'z3bL2x5dlP/ZZXiQQA@]}朞"b O8 `HV`=8E9TH!i5Fʁ\=[491p"b @5 BsB='YG" (^9 0ґ0xnkknmmrssm 0Tggg=uӹDzu $$-|gֶ敛&^.kl h|ZTgf,*)!ZGp-5+"bHE䢈t?>j,rpD$ "7E"/t:bs66 .+H$~E"򉈔H!"b`^Im[[۶\iiyr'cߏ ݾX "g[,o%$///599y[om0jA|׮]lmmul߳.;FaÆm۶-[D,z݀dy#GXLOŲ @DGr~~c-A|[YĄ4NLIuuttJqbMC+A(FqN']]]iHjѨJN:ҹPVV022OтgϦiD"͛7/~54Dx<Fm+`@m“'OUUU`pm|sql ׻(2" (*Pj mV]9rOzu xaN$0 Cx0 >|81_ i NBEa@J(z_W86^ 33>&#} be8aJ`{ɞDa{8O"Ɓ`J Qz&"<(@1(.\!"vT)~uGܙ SSs3+h4p:x/h^O̴YViۢW ń# ok{6H5߄FOv{$=nhhH^@`sәJ&LD00XP4([:::Z^_`rB8 ^) ؀@i`[V Ð?&- (/P< /k@_A/@xY`JTuuuՌ:._<x'TGb' g [5l00PQ^(" @ ?JՖ|v333: 0S2rK.koo/Z5RzgaQ5?TTmN>R !"TDHϕ+Wf !Iȵ@@ ˕H]D!"nwk[ZIz+"QD> iH>P'co{{{Ae>zt} P_.K={6p8V333c^ 8_Z3-D. <LTioo/p 9u餿d,--ٳgSKKm%%% @.*m9 p_~ԩS<1WdA|2N988 ajja+LT;n*"Ru6HΟ|-gׅJ~v344S,CDv,J5P(֭[ٙq"4*7KSde3- vb4ݾM4陝o3;N T/zU3e=w<ɰwSc$>±c$dsss[Ug,ơ>.<}tEJO# Hcc蟯\I,.rΝ2+77H$&Ç\W(377Ȳ% Dj.<}tsLD䞈|#"}uu3ᅊ3|!"E^D_7[[[n޼h^|p8|5^؝ r>YWQT}(B0)/a"T8< |o%-6b(7&& uy{V`uD.يrdFhH-6 "%|f 03CТˉFF;}# L&zH<@% +CwBvR<´,,N-ZYi$o~.ڃA#>\a3|>pgvI4:~;Y~-IENDB`PK [!+rrr'skin/modern/venkman/images/stop-dis.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  ~tIME:onIDATxO`?]3d(H x4Q/B[\%>sZ@)&b4kxٖr$bo| (1bRU1IUwВ,Kc64ⵦA͒@xH0~4YulHd6D,h%Z@ڼ&0hdqMCm}d/A`(4HN$rp04F ^]F _^7[@gkPU~m.`uAY7Sm\m8|HkmmM) Ӕn~Ɓlco`:eo`H)'FW5:Kt'=V | `H\mm=y{.![v,Cz! JRF,,o˿gOD"圃85!4B&\7Mf4!e1=hŖeAy.Xr E.r~A`1Oj4CLsOv!2ppc0x_D;8ht9 G@;PtgH)JLLxh0m4zjf (Iڨ${3~MiqȹC1'MIENDB`PK [,ڕ&skin/modern/venkman/images/profile.pngUT |'`*7 `znn߄EQ@jVV~\. @(\~&''gggd2jOPht 5bS<a, LRFVoo8UU+-ͅqiWﵵb\n Em:݄xo766tmx<Yw} !nS]ݵ<Kқv"Z~@Y\\<-ugb1Apa0J1cwta,y0 pvv$j$Y(N.|BܮXOkkkgH;$-DžZ'fh}}}|>P81kppSȈ@k'Z2ʾT*qbbB7 rd,tqwź" jV=N.kHBq"TUZMw 2䤡:,4Mk5.//D* 8`6-k4qzzJvÆT-c>Ia5\Ev@0!t]w LH$H$R=igRyڻ,Ʌ{rgzo MAu]<88˅qۅvmB[?6Nٿq! =f2KZboa0Xp wv t:]o)|3A04^Zky]x:Z>~}}( 4 I 0L؇Dd&HFc9_|BTU XSSS$Ύ4秧]xxcmBLABR n'?hTmIENDB`PK [,ڕ*skin/modern/venkman/images/profile-act.pngUT |'`*7 `znn߄EQ@jVV~\. @(\~&''gggd2jOPht 5bS<a, LRFVoo8UU+-ͅqiWﵵb\n Em:݄xo766tmx<Yw} !nS]ݵ<Kқv"Z~@Y\\<-ugb1Apa0J1cwta,y0 pvv$j$Y(N.|BܮXOkkkgH;$-DžZ'fh}}}|>P81kppSȈ@k'Z2ʾT*qbbB7 rd,tqwź" jV=N.kHBq"TUZMw 2䤡:,4Mk5.//D* 8`6-k4qzzJvÆT-c>Ia5\Ev@0!t]w LH$H$R=igRyڻ,Ʌ{rgzo MAu]<88˅qۅvmB[?6Nٿq! =f2KZboa0Xp wv t:]o)|3A04^Zky]x:Z>~}}( 4 I 0L؇Dd&HFc9_|BTU XSSS$Ύ4秧]xxcmBLABR n'?hTmIENDB`PK [,o.skin/modern/venkman/images/profile-checked.pngUT |ֲc)7D$yJ)))IEQ rW«@fM߼y(\&gɮ]DDF %ED\"CL&SʄR'N""⢈HXD'FݻgݻW*[)\8PtNs. =!TVV&EWWWn(o߾ks]2c9#E <ѣGuDlX~=gϞEu> GΝ;o"ӊɦR ௅ ""g<߆R6l(p8\---R&yeM _֊ZPSSCCCv, gΜ)hmmͭX<%H"D۠_ ӓD"\xp8\ 088}$;w;1\>emZS;vp!j\|@ ߗW^eEɦ!Oo0tMhq:QtS?nfzju5pܸ>߯HL\`a$ h߀tSSl߾]e3񪣣CEy GxYt^/\a, HT"E shD"󝝝0_ J8}~<ۄÿeBBr|M!Pyd2Sx˯=}41l0<IENDB`PK [,TP*skin/modern/venkman/images/profile-hov.pngUT |sNG68bH&qTjiϞ=sm? x$ijjJ>\#ŔNfffx$INVIHo=Ϟ=v%MKz'H$H$"266H⾤o=O0&0\I4_  >8p@5<<ԩSFZC05C^(gttI:vl۶_]j uv&JkQjYF]˲4<y;˗3/$yQz@DXLh4z%"pSD g.|뺸\.|O$Du IW"מQ]͢"رcw :nG}TDʢqIC)?xYZ>FWaw^XK*a abtwwtQ:nMne{{O &"8rȠ릮T+V!?|.q6Rq&zRܰQ{OEdJ˞rYr3b I{t7pmmզ0LL)U;p)zJ(xj"Z n&xgU`ŒV R0PUUBBUy}vJөDžOS{n0Os/_2y:O>dW^IUWPP?q?V<deeab@ٲlD|pH\qo8T8+\s?ɚ^xKu#%Ϧ줖CJyMvr[[[]---O?XM9wÌ$+?m EQPl PYYz~[ Ӱ+b,0| =O֮]lVׁD"!uuuJUUn;`߹s'333~F]%vj͟%o2-yIBYBn|>Suimm5{{{%gkIaa抪(hfeD=p8,.\SCUUٳgLAAAfE󿪮իO[ݟ!˗3&) Kp8` L*Փ`_Y5Ժ,g͜YYr`UښYw5ۼyMkI/!R w 'kDi;ͩIjoZis:FۗuH΀l2yEn>6|0s&E7IENDB`PK [, zh*skin/modern/venkman/images/prettyprint.pngUT |PIle"0ExGR$X3w*5cxޑeE9MGr_.X$pߞcpwp=IENDB`PK [, zh.skin/modern/venkman/images/prettyprint-act.pngUT |PIle"0ExGR$X3w*5cxޑeE9MGr_.X$pߞcpwp=IENDB`PK [,H;AA2skin/modern/venkman/images/prettyprint-checked.pngUT |<6DvC23Q`!""#h$CQF:MwZļ? x1cV$BCM !cp=κ:pN"nx91 #~ƙn|7BqJ; 2Ux\"t=d3(cfXDE7G@SpRqALKccfL߾w'PDe{x=sR0pU}0`1/&prhY~b%V4|?tx̙P*xәth*˒Sd÷zz2%oq[{vx׉=]ۅ]`Bg~932RKˑ˄K&h?~|3p'l :t{ȯΟgweR5eH.mIm񮧀'wR P*%_VVn>+nb+T7Z42398_ r˗fyϮ/bm ;?ᤛJ ߳вщhh*g.;K0Yɱh3EDf"!{cBծia0J6M0 +qcЌGi`բ'GzPO#HР/+XZҩ#oNmp )޻U-גs7#ӹ&yZ^go30H`łA Ea3T=>85t={[S?<#*J)`'pܦ$@GwChƝ * g_ߟMiǺ[WwW &ٍZƟ}#gyƻtݻ2x,pju6ܢ߯n}I{ 7U}cc֡ef'G27 M,x{%E^k+^wToVgE< ?9?3]ڤ;{>mȖ>XJ^vaӸUѬ'V XUs #wȉ^oA^~@!m3Ϝx))sbw֖(f֬oZp>Ny]PĚ{iLޓo(޷f+s3؞*~̬}IENDB`PK [,  .skin/modern/venkman/images/prettyprint-hov.pngUT |p7ƌHe%tKzI~82h…iIٳ\"p- ۶ /|*UI$&R* rӑHT k9ieQecdիK.1I\]})l`믿>wٲeMQс뺔 ~~21E=uj(}ʕ+8~~?m뉓Į$1ty6l(NU D LjhhϜ|t_[3)3[ @ߟmڴ$X,3<<| H{F>!%"W\;vs[[[nݺ@4inn,繾CρQy__!%j\-bM*k Lc2L^I6͐1Fk֬II_^w_c|lEv 0wO!q ?SORxt֯__G~1tuu9YY ~DcL2}1-ҙi~m fa޴4s;cBT8XCk_Pp(3gsg I @=0W.rNg[`)T+铒S%zGκ+cVX޶m+++=k9'|]IKKʝ@O:u,*ܰ1ڰaCkiۂןSIIDD՗B_,>+ܲjժ 5soDEG0K 9(O~g |~vcpQD@B֮][o-&Z -r,%1t-^lڴX7@xz>Ԁ!ONNVk,͞c ?p }$QDO@9B-ѥ" *Z-W/^p akMɘX,0  Hݿ`ZgcVGvZeYkN?}^BXIR}pˁSkA5G<񖓗p1 ͚Q ;(l"~gBCe{jt}\r\/$}ARe OH}^{mPe$7kkS|@ɤI Eɤ]WnIPZg%1F䵵){䵵龪ZE!Z㔢N sd߁-*BMMMT*[(!1c*&|Шm&l-8ְuBn} ޹ҥE&8?G7#r(c 0E~ LM1QsGY=<Nr0nݺ y` p{+1>>g2֘ Y}stY1x :whl5`޼y_otwƧ%>;ɟuYR_n!tE 8/|"sq{nw=rWZ*++q]^? /m>]:{~=Z[_,~ETQ@@u]]>lw,S%>N8;N6.}-Nc.LHK /p84& fU@ y9^A/:Ls n=%% =Sְ1kt:pW'n~kbwPֻXP(RrDH6|a~c47x/ʧr2,OzT*L&>AIIhx0۷{Dk3Đz1bbI ,Pg2qt*3 8;]~q :Zhtǃ+;G19l&X9> Vz Tx^NCzf- jrΧ:?Wŗ5pQK-ujHDbLM9@x4D 6xBO=MB t@kSmM(ViP#iڸI_J3sIENDB`PK [!+?KR'skin/modern/venkman/images/cont-hov.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  ~tIMEQvIDATx]LWwf݁lXG#MP-OHӤMZKPFۧƾ1iH0Imiզ6-j‚,".Y;|4In޻9sι7^H) 5B8@$0%K`=f{&I LK)S%⃇Ck@LO))Tq+cx=PLv¢TSSӭq` D! UKVM@Jڎ`g0-[vȚ !S$ŠHĥ*` P#$~Lm`666+"9T;0OH'&%x; +e|[׆ ؼ}䕫W{~}UEpCċC[Rb!z>l7n (YkΞ;RQ&ZvQBJL/*4])|l=w̌$tTWWI00Rh HE\pJtx0`0[*pm0mΞk?~#̮+? xq]nnٙ3g`vZ1n}W)fRLi:--=lŗBm/4w 2Mjlw^XGߏ43;D育mm`$`>o詵?/d}؁x;+Jgrf|"O 5ta "j!tؘo^bj@ `zQ2d<ےq5-eY._*,*Q@Hcg‡ e)1Qӷ'4];w&~GՃlǮNhb!F,񖖖n+bX /Y<ʲFlL$"XCCT< |sJR@vVMw ^aUmY\\T Tw5[IoJMl_:/XOb>!T[B-ӖDZevzEw1u1 `7~/&S< /.εL'j`lIpAS22d&IENDB`PK [!+t"La'skin/modern/venkman/images/cont-act.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  ~tIME_$BIDATx햿kSQ^FHѡJ5t:HR-Q{A?@ܢP(4-&qH(Qļ:t9w}ФI x)'GTLQH pnnCԱͩb9@#X 8kiA/H DvW* Du:!6Z]n*P;?{3:m 2"0=[UBbC2+ t+*յkr^Zra8 [q|:"{NNiD/l( &/}; ;'"1އOeS@ߞ8b%`5iC>> Vz Tx^NCzf- jrΧ:?Wŗ5pQK-ujHDbLM9@x4D 6xBO=MB t@kSmM(ViP#iڸI_J3sIENDB`PK [!+ՏFF'skin/modern/venkman/images/cont-dis.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD pHYs  ~tIME 8IDATx햿ka?OZj)-I7.*8f ءCH ĭ[J4\}Ҕh9x{qANN 'SK3* '%0:wYTa r " h>W螞COZwBwqc (p Sx@[2DxDŽN}8p+:*lf"ǖ cv/+t0/ t=&nNLk8ح'8vNbk`hݽ 4jeRx?T*A NI# D!/UŸ|gtA?\Ш8vEZP]<GjG$e;s ܳ P[%CC=LX2N!!;`'M9%Po1R 3^hv: 3z$K/? !2F0&tܮXEF= OCȯ fLGNs\~H!)o^x|ګ||#3qхꀫBzT&%Yh5e CJݮ/DN[C1~jc~qK^XgΟ`bjnҚ(&ϥIENDB`PK [!+8Hbb,skin/modern/venkman/images/step-into-hov.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  ~tIME)1b(IDATxŗ_L? :jMݭؚY M]m6Ekc1AR^MҘXnF>sYۭSor39=w< .WV>= xȷ/ʁUl42@X".I@Zxx XJ?6e@@44xA1,67/_|ٷDpg% :gfze`Rxpb7o8+o׮#@ (\ 0N n}%E$8(cF&1^AQJuӔV2L.ZYT#'L~]0RQD4_߯qྮY+Lk؍cc;vxe?F\B@E] 75u{qEE1"f|eq@\@Ditv|ʊ R*+*" C bƁ`CCCoiF3M* rܹeee^(L6d22٬ $ eȝ)Y u޾@0mTJ!׹D"QpC=OOA`z+rCeN:tݻw?|DP(jkk`ll,01͸&4wޑ%쬫_hٷoC'@C8L}⺮_h Jv)cIEk ]ŋʼnG~亮lgg= zW'MMMmM` B!E т EXC&9`I}F .\ٰ wFFĦ)`626SƕQSSz3 l≉ }a::i"Os )}Vݖw4;6?'OI|C e+D {szxKV~U 3/%vmooqRUTJN']VfeV;JU̓>ǰ+`@MMiϷpP< c8#?ۀw:::]:hddت>$h<\^*"GD;"WJ>HZ[[DKq=.""r"`Z^%(BHͦ1m @*߶}vCr >z^JQlECDnTi)7om׮^b߰]6z֭QѶE:N m% w?}EK6MNLS f=:/i? ǎ+"bm|L&XΜ9H1] \ꏟkIrhu$CN'Vi痒S!s8qf#ÍSW< ڪK)K`I7C}/`;"LVY}(i/EqԿ3uDIENDB`PK [!+t^^,skin/modern/venkman/images/step-into-act.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  ~tIME1J|8IDATxWnA}cE*((% ӥ@'ƍ#bۤ94H/4Tq$KJ*;,4 v.s{{b'nwvw13'6VTrR!, !"$߾!iOgtA?\Ш8vEZP]<GjG$e;s ܳ P[%CC=LX2N!!;`'M9%Po1R 3^hv: 3z$K/? !2F0&tܮXEF= OCȯ fLGNs\~H!)o^x|ګ||#3qхꀫBzT&%Yh5e CJݮ/DN[C1~jc~qK^XgΟ`bjnҚ(&ϥIENDB`PK [!+?$,skin/modern/venkman/images/step-into-dis.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  ~tIME.', k@IDATxŗkA?#,N^sE&! )*)MT.h)x+Xᶌ VwJlbg6 7fWhlC6-N$^\WF̒ao󫎳iqԔrXtXv'aBC)JP 8 RJR6杻^߸HD"6G˹H)𒊈!잻 ޜ7D\TnjO˶Ueoy %#`(0/Ŋpw,s4T P򂚇iVBPY~l53LwHL%s93|{ x f9`*9@+ФqΛ[g^kO? @xH;@#PQ*7Db^4X"rjɁJ m dk[ֶ8<<pKӧk9qyy嗳}}}SRRf۶yzƧ8g@ 0j<ϫ~,BDVp]7҃rA PȁmYZnݚm&n:.uji`0@, SG_ۖGؽ{0֠%bQqYL[@ؘ*繿~サ5?)KDjqzFi0ɯD}m <*7/%`QA I` pO`aK0,V+L>y`{{{: (>k QWxv{{{d2لɵP`8tcNk_Yp5,pmΝ˶X,1*1+*Ѩi Lbd3QE\}wZN۲^fc25Twuu >t.Wu*C0W|&#P "]`8CYPYI4u4VꡡhScc=@Gg2raf˹ʾ}w뇆BCx|*Xl Lo9 *2AoP͛Lx|T~3}?{\9"6u^ ^(ջϜ.ag1 3z{kbZ [XA?9֪ߜb99 ۘVyX8}T)@SSIc[X*zxe[ցpTj[pD%5^}5 J<9`i>@Ĝ\ȧ~)@Ҋ۾w6-ˉDbQ9 "Ҕ<d\)-BH3m+m۶m(->~CDEd#"c px<>#""21::p„|"""O%Nx⤈Lw{z| pND4.it ?~aձcǚf2pxSRjQG=M< |g|> Sh.["R9_6iژC; wV_K–:ρ%"%q *0R<}n+_6杻^߸HD"6G˹H)𒊈!잻 ޜ7D\TnjO˶Ueoy %#`(0/Ŋpw,sIKJy^\$.OzʵXN|!(EuiB߁-ĥa^OHp! z3'e'eA8 0ܲ3Hixvٙ]E/7r`-q]8!A+qƭN$"" ^w qe_Z ,xAmu+<'r dRQ2)x62 :5P k->U|%D\#D.D'jqUH 4<#*?w.x0п$Z!81-c϶5Ϧrnx,/m&N 8fۃ6Cy`pmI@ Q7E!ӴyI" OztZ9'vEs"ÈhƲbtzos8p}cPautH]!:+ gGNAYC0[aD4\a#; 8䈂4mj S*{WmOWYAˌl( I]F3y, Adf]Hx j+j́IT2 6k[@P(e,\Z5^ѨӚs% 2odIIENDB`PK [!+h|C{{+skin/modern/venkman/images/step-out-hov.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  ~tIME 1;IDATxMlTγ1s<6qhUU !9Em#H! uo U*P6Fcy]] @M]eQԒRN f1N\m z;|>a +z!0<EcL˚A+@9X Y10s@#/ @j]HP x;0<1 pԖk5Ѓ*Zk̡D"paqب @BT`*68W|u:򣏶ܸqcc{{*_`.X_|g͛Yc9F@63L~7?^uW~ZZLD0PX,RJ a1ZaI_a.|:S4G*ԫ(閖1\/%k̖DY;oؑ9ypST kZQz4ʣ9dyKK(0 UvKZg{G{\TppR_Ux_&̙3w;vH h&*\oƥPL *gxU¥l!.# ސ@l^)jhhWB".Xq9X-++Sׯ]sgEee嚆@5pO},JfzzzJ~'a]]_߭Eu4xto{z@7/N+q5lㆾ===3-φ[{Q0L=zts>wҥx___2PlKұ{q9"&}6A:uZ\}/5###9ge)/p_ez&֘e޽8W"T\0*g9 Z[VR+^y,-P93555>ZdSMUUe;_}5C>|'lZcpEH/:r'jb /7tzWqcUUW_twwoe>8˕E]1-,ĄCD:N[[㍍3/]ncJgDW[qk*/KlTmnjw [k/iii)NƵӕ2J&՘ {i\|y'ϟ? UA >5-UQ/N^kIlZ=::|1d򇃃;sCCC!.815-""Ge@>x<>{<>knn[z@WW״s"lHf0\m9HR;w.9`.l׮]!t+3QO#. 7D"[L.z+:;;Ȱ ;wnʕ+"g?to ّWȠ on~ϫH&EWu!""R1`Nrgb0LǕGyM;w)Tp'Q[[1֗^ٶ-fK+RǏ+ 4"RiM4 WpאfO*t6TYå^ .{|+ĥcr72>QF"vno\ " ʆQcz FD@'2OEKttg~.??b!IENDB`PK [!+01N22+skin/modern/venkman/images/step-out-act.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  d_tIME',}IDATxŗnA"AEb(LACJ # !Io) ͥ*pqơPM"ݹ[VޛƶcN5Yƭ %ip٬ԝNC1N@LDTw|{"|ZDIK'v0πQyW3?,%֙U^ <9ZskdXFJIU_~Wa]kM.`s0ݽ1L6ϟ s]ε.1&U x󠒗Ao'II@;I,c3˂gL@W'ILe>W׉`3EZwZV8r'XJ.wG['vj* nD'S@4-8u&W3RץAbعj׶qu=Dz@ :."YP`q9^]F: 6$Q5>XZ\|{ñ~i?y1EixqXl\ (M8h-bY׭61vͮ= 8vHӔpll8rvJV|:~3+/S*KIENDB`PK [!++skin/modern/venkman/images/step-out-dis.pngUT (;!VDDUxPNG  IHDR szzgAMA abKGD# pHYs  ~tIME 217NIDATxŗ1hQ 8QDi n0 8iZqp 6rCǂ6usq+SPhs].wX}{Ojyg w:#m")qBF#K \k0w- KJ86iHīFs/GH(C^đit^D13Ut<f*_" SxcO .߿ UY#CRI㒎rbUA\o_%-v$ x\nBp@)a+jpɰYR@˅C!i fUoÓ9h_}MV%.^h`8Mcy@OEu͏u> &<_e|8rg90 +++r9DfBr,//gT LSیC%YtbIENDB`PK e3^+$@nn.skin/modern/venkman/images/breakpoint-line.gifUT ;!VDDUxGIF89a=5! ,3H :`zo~])\؍-' {ƌ~ [HqH;PK SS,u9,5skin/modern/venkman/images/breakpoint-future-line.gifUT ;se>AQZHK1IENDB`PK ̎,r;J)OޤB'*1N .kIENDB`PK ͎,r7$skin/modern/venkman/images/stack.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD2 pHYs  ~tIME 51%^iIDATx=kQ_ immdK&d "RR Dl1a Fh Wa83Sssù 6ͥ֘9S?>'{X x^\t>s!b&{h5ư[2 4D;!MzL=XT /Sfx 6cG] x7sD^'-<-{sAI!ⱟ6d:!ZXZuCɜ ܛ?s`0Kݹvٗ2Hr-o?FNF%v&V-ܨ5trYz<yzIENDB`PK ̎,h~22*skin/modern/venkman/images/breakpoints.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD pHYs  ~tIME0m"IDATxc`c}TeSY ՃtP4#"!L} DD,N!asa4a o50ftf(z) Yo1ɓq  'H3>A$IENDB`PK ̎,)skin/modern/venkman/images/breakpoint.pngUT 6=!VDDUxPNG  IHDRRgAMA aPLTE=5+tRNS@fbKGDH pHYs  ~tIME pr&IDATxc`  @hF%ECHII"d tH/(e)IENDB`PK [!+l,skin/modern/venkman/images/file-function.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  ~tIME /+X_8IDATxc`P? jQqɵ/p*x,&Jl5J02P6+IENDB`PK [!+{/skin/modern/venkman/images/file-function-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME_dIDATxc`P? jQqɵ/p*x,&JlHUxxm&[S80C԰d  >    n~IENDB`PK [!+O  2skin/modern/venkman/images/file-function-guess.pngUT (;!VDDUxPNG  IHDRagAMA abKGDnp pHYs  d_tIME #jnIDATx 0 D_C$k8g(t"~(M]rGArbF_R.R'֝Q l q&$b0cvIENDB`PK [!+b(skin/modern/venkman/images/file-html.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  ~tIME !lfIDATxc`VPVC2 <8,f``CVDj./000 ‚b`\ 8 @ C=AK. wIENDB`PK [!+9S'skin/modern/venkman/images/file-xul.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIMEeIDATxݒ 0 ρi^+ȥV)˭f v"RpJ+O1hz ]}'9ƭ8`CwLF\7gKLZ"vZx "Ɨ`& k9Xwo^GO%EIENDB`PK [!+ ~;'skin/modern/venkman/images/file-xml.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  ~tIME 2G=8IDATxՒ 0 D-,@AL<,G#  ~9:ξU*1U>@X1oq`p(\zK|]7}ne@#zo[r͍i88z 7aڥr@/n;Wۻb!",?EIENDB`PK [!+m5PAA.skin/modern/venkman/images/file-unknown-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME/֪IDATxՑ1 0?KvBn v !h7@])qp _?64+Vh5W@ ,mLZȀrh0 @?`O u(!]Hs:o9:nuNwBU<73Jсb7;!?o|zN0}#IENDB`PK [!+wGG)skin/modern/venkman/images/file-js-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME%(cIDATxc`$w@v( SOa!`A( %j0tLt05gwBC1~WqdBbdkʰ֔\.bvBD6a009VX a*,Ws!#?_7%"Pg30000> K O>1gIENDB`PK [!+::+skin/modern/venkman/images/file-html-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME"IIDATxՑ1 @E_4(HHaz]x% 9AK,xU+Qb3{x6 U*HKԩ;O vGeUe49 UX '!|m@vA nN~kf`hFmL'*dIENDB`PK [!+/vLL*skin/modern/venkman/images/file-xul-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME $ڇQIDATxՑ0EπF&pոNHИ} r PL,MFP\>{Dar-*uvq`$@ D,l15:8}m`K |oF3Ą}:oqڊoݚ DrW `:Aw)?7'd`X4g tt!:p3ھx",<5%^pIENDB`PK [!+WMM*skin/modern/venkman/images/file-xml-bp.pngUT (;!VDDUxPNG  IHDRagAMA abKGD pHYs  d_tIME*2:IDATxՑ10?E"c5L`psv<"$ĉq60{.E BLb @)sY3CW 驪-@Jb"3P)D21lЙm-#k6>.z |ճ tUQ6oiюF`@1-)wCxTM5aP?cIENDB`PK Ύ,Wc}}*skin/modern/venkman/images/value-frame.pngUT 6=!VDDUxPNG  IHDRagAMA abKGD2 pHYs  ~tIME 5/ߎcIDATxҭNAgiKDWT A6$$ D!EsD"6 P hҔ_r29?93C2u쭿 RbIU{h Bć>0D( \P.J8XMCc_Jv~3|z.fAkj95-٦GM}-M8U+G3q[u/G3Vvj립}Q'g YN<[쬯IENDB`PK ώ,nD)skin/modern/venkman/images/value-void.pngUT 6=!VDDUxPNG  IHDR7gAMA abKGDt pHYs  ~tIME ;lSIDATxKaM!.6pi;!\Z⠿!ӭȱ?!!r3%jso10Jgz^^^DIDATxJqS2qҩq%" !E hSp i QB(e10jZνs9^?t5(<LLXh^H lԑ1Jva},~K%۫B$&{lgY ʃ  s\3LmEҢs,.e A2q_xK-ԮvY@mlR:ԪCń +K_pQž Sk(4Vⳁ#p+;0,FȬ`yC~Q] h\GOIENDB`PK ͎,Eg)skin/modern/venkman/images/value-bool.pngUT 6=!VDDUxPNG  IHDR7gAMA abKGDt pHYs  ~tIME ;iIDATx?KPIvt,H8Appw C oqo]kED*/EC_gz{ι?A+h rҤ@p^1L| "I^Gم$yLr Sjm[O s/'`l6lrF o&%$/tݬWC(Ȏ7^ ~CXRfjιZVOwP3'ɘIENDB`PK ͎,EWjj+skin/modern/venkman/images/value-double.pngUT 6=!VDDUxPNG  IHDR7gAMA abKGDt pHYs  ~tIME ; IDATxѱj4j+."Iڡ4YB'>FBJ$ b+1Һ wq+Zڡt>=g@ ޝvBˈ -#EOg@cvT{t ĠO]|"ۭ P`rRދ;V4mF\A$)6 XuІ9*sO3ePh:H-G HHX6OaIENDB`PK ώ,mUU+skin/modern/venkman/images/value-string.pngUT 6=!VDDUxPNG  IHDR7gAMA abKGDt pHYs  ~tIME ; mIDATx Q^lx31HJ.@y10;pu#Rg0+ec`R1`g, original author * */ body { background: #dddcf4; } body[hasSearched="true"] .newbie-help { display: none; } .quick-searches, .search-input { display: block; width: 100%; text-align: center; } a { font-weight: bold; color: darkslategrey; } a:visited { color: #444444; } #command-list a { text-decoration: none; } #command-list a:hover { text-decoration: underline; } #match-count { color: darkslategrey; width: 100%; display: block; font-size: larger; font-weight: bold; padding-top: 20px; padding-bottom: 20px; text-align: center; } #help-menu { background: lightgrey; padding: 5px; border: 2px black solid; } .value[item="description"] { margin-left: 15px; display: block; } .value[item="command-name"], .value[item="usage"] { font-family: monospace; } .command { padding: 10px; background: white; display: block; border: 2px silver inset; } .command-name, .param { font-family: monospace; font-weight: bold; } .label { font-weight: bold; color: #666666; font-variant: small-caps; } .goto-top { display: block; width: 100%; text-align: right; } PK -3La a &skin/modern/venkman/venkman-source.cssUT hP=!VDDUx/* -*- tab-width: 4; indent-tabs-mode: nil -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ body { margin: 0px; padding: 0px; } source-listing { display: block; width: 100%; font-family: monospace, sans-serif; } line { width: 100%; white-space: pre; display: block; } line[highlighted] { background: #EEEEEE; } line[highlighted] > num { border-right: 2px #919bd6 solid; background: #d5d5e0; } line[stoppedAt] { background: #ecef34; } line[stoppedAt] > num { font-weight: bold; border-right: 2px orange solid; background: #ecef34; } margin { -moz-user-select: none; font-weight: bold; background: #CCCCCC; padding-bottom: 0.5em; white-space: pre; cursor: pointer; } margin[x="t"] { color: #444444; } margin[x="t"]:hover { color: slategrey; } margin[f="t"] { background: orange; color: white; } margin[b="t"] { background: red; color: white; } num { -moz-user-select: none; padding-bottom: 0.5em; padding-right: 5px; margin-right: 10px; border-left: 1px grey solid; border-right: 2px #CCCCCC solid; background: #EEEEEE; } k { font-weight: bold; } c { color: steelblue; } t { color: darkgreen; } PK Ɏ,.skin/modern/venkman/venkman-output-default.cssUT 6=!VDDUx/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ @import url(chrome://venkman/content/venkman-output-base.css); .msg-data[msg-type="ERROR"]:before { color: orange; } .msg-data[msg-type="ERROR"] { background: darkred; color: white; } .msg-data[msg-type="ERROR"] a.venkman-link { color: white; font-weight: bold; } PK P^y.MF F +skin/modern/venkman/venkman-output-dark.cssUT >!VDDUx/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ @import url(chrome://venkman/content/venkman-output-base.css); body { background: black; color: lightgrey; } a.venkman-link { color: #7083ff; } a.venkman-link:visited { color: #4b57aa; } .msg-data[msg-type="ERROR"] { background: #550000; color: white; } .msg-data:before { color: yellow; } .msg-data[msg-type="ERROR"]:before { color: orange; } .msg-data[msg-type="ERROR"] a.venkman-link { color: white; font-weight: bold; } .msg-data[msg-type="STOP"]:before { color: pink; } .msg-data[msg-type="STOP"] { color: red; } .msg-data[msg-type="CONT"]:before { color: lightgreen; } .msg-data[msg-type="CONT"] { color: green; } .msg-data[msg-type="ETRACE"]:before { color: brown; } .msg-data[msg-type="FEVAL-IN"]:before, .msg-data[msg-type="FEVAL-OUT"]:before { color: orange; } PK Ɏ,Wc ,skin/modern/venkman/venkman-output-light.cssUT 6=!VDDUx/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is The JavaScript Debugger * * The Initial Developer of the Original Code is * Netscape Communications Corporation * Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. * If you wish to allow use of your version of this file only * under the terms of the GPL and not to allow others to use your * version of this file under the MPL, indicate your decision by * deleting the provisions above and replace them with the notice * and other provisions required by the GPL. If you do not delete * the provisions above, a recipient may use your version of this * file under either the MPL or the GPL. * * Contributor(s): * Robert Ginda, , original author * */ @import url(chrome://venkman/content/venkman-output-base.css); body { background: white; color: black; } a.venkman-link { font-weight: bold; color: #4b57aa; } a.venkman-link:visited { font-weight: bold; color: #2d3566; } .msg-data[msg-type="ERROR"] { background: darkred; font-weight: bold; color: white; } .msg-data:before { font-weight: bold; color: #632117; } .msg-data[msg-type="ERROR"]:before { color: orange; } .msg-data[msg-type="ERROR"] a.venkman-link { font-weight: bold; color: white; } .msg-data[msg-type="STOP"]:before { color: darkred; } .msg-data[msg-type="STOP"] { font-weight: bold; color: red; } .msg-data[msg-type="CONT"]:before { color: darkgreen; } .msg-data[msg-type="CONT"] { color: green; font-weight: bold; } .msg-data[msg-type="ETRACE"]:before { color: brown; } .msg-data[msg-type="FEVAL-IN"]:before, .msg-data[msg-type="FEVAL-OUT"]:before { color: orange; } PK 3D0x content/venkman/contents.rdfUT !@ VDDUx chrome://venkman/content/venkman-overlay.xul PK 3D0fk !locale/en-US/venkman/contents.rdfUT !@ VDDUx PK lB+C? skin/modern/venkman/contents.rdfUTW;UxPK ,k;U U  content/venkman/venkman.xulUTCE=UxPK ㆕.H%%! content/venkman/venkman-views.xulUTڄ>UxPK Ž, # :content/venkman/venkman-floater.xulUT6=UxPK I^y.Z>  " PEcontent/venkman/venkman-floater.jsUT>UxPK .Hp??$ Pcontent/venkman/venkman-bindings.xmlUT(>UxPK q.+! Adcontent/venkman/venkman-menus.xulUT%q>UxPK Xz/"" ycontent/venkman/venkman-menus.jsUTPA?UxPK m.S˿# content/venkman/venkman-scripts.xulUT>UxPK /z/ I5 ] ] content/venkman/venkman-utils.jsUT?UxPK Xz/ S content/venkman/venkman-dev.jsUTPA?UxPK Ž,+XQQ# )content/venkman/venkman-handlers.jsUT6=UxPK k06Y! 0Bcontent/venkman/venkman-static.jsUTJQ@UxPK /i # content/venkman/venkman-debugger.jsUT!?UxPK q.T\O11# Ҩcontent/venkman/venkman-profiler.jsUT%q>UxPK k0!G"z"z! content/venkman/venkman-jsdurl.jsUTJQ@UxPK k0Tgcc% Ucontent/venkman/venkman-url-loader.jsUTJQ@UxPK Wz/xC# Cdcontent/venkman/venkman-commands.jsUTPA?UxPK q.&lR  Rcontent/venkman/venkman-prefs.jsUT%q>UxPK n#-BFvv \content/venkman/venkman-eval.jsUTu=UxPK I^y. econtent/venkman/venkman-msg.jsUT>UxPK ,kL! zcontent/venkman/venkman-munger.jsUT@E=UxPK jrD0ȏUEE content/venkman/venkman-views.jsUTo!@UxPK /$WU${{" content/venkman/venkman-records.jsUT!?UxPK j5. /# ]content/venkman/venkman-bpprops.xulUTȹ->UxPK .륪" content/venkman/venkman-bpprops.jsUT(>UxPK Wz/~0  1content/venkman/tree-utils.jsUTPA?UxPK Vz/ X'' content/venkman/file-utils.jsUTPA?UxPK ,.>HH /content/venkman/html-consts.jsUT6=UxPK .!>f content/venkman/pref-manager.jsUT'>UxPK /z/崘ˋ[[" 0content/venkman/command-manager.jsUT?UxPK p.9^>> content/venkman/menu-manager.jsUT$q>UxPK qe0ro content/venkman/view-manager.jsUTH@UxPK *r}$#  content/venkman/tests/testpage.htmlUT:UxPK 䆕.h content/venkman/tests/tree.jsUTۄ>UxPK ǎ,ګe{II D content/venkman/tests/tree.xulUT6=UxPK 4p.5Z"" " # ާ content/venkman/venkman-overlay.xulUTT\u>UxPK a*3$zdd" V content/venkman/venkman-overlay.jsUT:UxPK r.O+6AA  skin/modern/venkman/venkman.cssUTp ?UxPK s.PTT  locale/en-US/venkman/venkman.dtdUT*q>UxPK I0<2CC' locale/en-US/venkman/venkman.propertiesUTv(@UxPK x -' UxPK /,xx( : locale/en-US/venkman/venkman-overlay.dtdUTDUxPK -x!!$  locale/en-US/venkman/profile.csv.tplUThP=UxPK -/Www$ W locale/en-US/venkman/profile.txt.tplUThP=UxPK -πD % % locale/en-US/venkman/profile.html.tplUThP=UxPK -SuII$ N locale/en-US/venkman/profile.xml.tplUThP=UxPK Î,W 8* ! content/venkman/venkman-output-window.htmlUT6=UxPK I^y.e ' ^$ content/venkman/venkman-output-base.cssUT>UxPK ̎,6$ 0 skin/modern/venkman/images/clear.pngUT6=UxPK ͎, % 1 skin/modern/venkman/images/shaded.pngUT6=UxPK .88& 2 skin/modern/venkman/images/new-tab.pngUT<>UxPK ˎ,gE??) 4 skin/modern/venkman/images/arrow-left.pngUT6=UxPK ̎,/@DD* "6 skin/modern/venkman/images/arrow-right.pngUT6=UxPK ̎,??' 7 skin/modern/venkman/images/arrow-up.pngUT6=UxPK ˎ,n>>) \9 skin/modern/venkman/images/arrow-down.pngUT6=UxPK ώ,*)). : skin/modern/venkman/images/view-pop-button.pngUT6=UxPK ώ,0 < skin/modern/venkman/images/view-close-button.pngUT6=UxPK [!+"# = skin/modern/venkman/images/stop.pngUT(;UxPK [!++ A skin/modern/venkman/images/stop-checked.pngUT(;UxPK [!+⸍33/ E skin/modern/venkman/images/stop-checked-hov.pngUT(;UxPK [!+^' N skin/modern/venkman/images/stop-hov.pngUT(;UxPK [!+ ' V skin/modern/venkman/images/stop-act.pngUT(;UxPK [!+rrr' Z skin/modern/venkman/images/stop-dis.pngUT(;UxPK [,ڕ& ^ skin/modern/venkman/images/profile.pngUT|UxPK Ɏ,Wc , OJ skin/modern/venkman/venkman-output-light.cssUT6=UxPK 3D0x  }T content/venkman/contents.rdfUT!@UxPK 3D0fk ! S^ locale/en-US/venkman/contents.rdfUT!@UxPK2h