Граф коммитов

4792 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 61ab134d46 Initial add. Regression test for bug 192288. 2003-02-07 22:52:05 +00:00
pschwartau%netscape.com 1d0115539a Initial add. Regression test for bug 192226. 2003-02-07 22:26:15 +00:00
igor%mir2.org 08597a3128 More info on new security interfaces 2003-02-07 20:44:47 +00:00
timeless%mozdev.org b911d830eb Bug 191675 JS Shell (1.3.1+) Quit() calls exit() without cleaning up.
r=rogerl
2003-02-07 03:51:59 +00:00
timeless%mozdev.org c4cc4253be Bug 107002 Makefile.ref doesn't build on rh7.1 with readline
r=rogerl
2003-02-07 03:10:59 +00:00
pschwartau%netscape.com ca04cd4b87 Initial add. Regression test for bug 192105. 2003-02-06 19:17:07 +00:00
dbradley%netscape.com 6b4c537fe0 Bug 190813 - Browser hangs indefinitely on above URL. r=shaver, a=dbaron 2003-02-06 14:54:59 +00:00
pschwartau%netscape.com 09f58921e0 Initial add. Regression test for bug 191668. 2003-02-03 20:35:00 +00:00
pschwartau%netscape.com 7a50b0d930 Skip this regression test until bug 191633 is fixed; failure output is enormous - 2003-02-03 20:12:27 +00:00
pschwartau%netscape.com 9c1e083d45 Initial add. Regression test for bug 191633. 2003-02-03 20:08:27 +00:00
nboyd%atg.com 6258e019ce fix bug 106831 2003-02-03 01:17:44 +00:00
pschwartau%netscape.com d470bbfaf6 Initial add. Regression test for bug 191479. 2003-01-31 20:30:33 +00:00
pschwartau%netscape.com 535fa0baf6 Initial add. Regression test for bug 191276. 2003-01-30 19:10:35 +00:00
locka%iol.ie 2ab7ab3035 Fix ClassIsListed which returns wrong value when registry key is missing. b=191131 r=dbradley@netscape.com sr=darin@netscape.com a=asa@mozilla.org 2003-01-30 13:22:01 +00:00
pschwartau%netscape.com ec085e64da We've decided to follow Perl, rather than ECMA, and allow unescaped braces in regexp patterns, evan if they are not part of a quantifier. See bug 190685. 2003-01-30 02:25:51 +00:00
darin%netscape.com 4587b8ee6e final patch for bug 190326 "crash in nsJARChannel.cpp when launching calendar"
r=dougt sr=alecf a=asa
2003-01-29 06:47:55 +00:00
pschwartau%netscape.com 757821f222 Adding a missing escape to the regexp pattern to make it ECMA-correct. 2003-01-28 01:14:15 +00:00
rogerl%netscape.com 9eafe44563 Fixing bug #190685, re-allowing '{' as un-quantifier literal. 2003-01-27 21:13:15 +00:00
igor%mir2.org 31bbfe30dd Added log for more fixed bugs 2003-01-27 20:04:13 +00:00
igor%mir2.org d116b752fb Do not call setSelectedIndex on frame JList if there are no frames. 2003-01-26 18:33:30 +00:00
igor%mir2.org b869da1525 Added documentation strings for runCommnad and spawn is changed to pass empty argument array instead of null if function arguments are not specified to avoid a null pointer exception in InterpretedFunction.call 2003-01-26 18:28:26 +00:00
igor%mir2.org 1e22de7bf6 Documentation about runCommand in shell 2003-01-26 18:01:43 +00:00
igor%mir2.org 1e2468a7fc Added runCommand to execute external processes 2003-01-26 15:43:50 +00:00
igor%mir2.org 77021f2325 Added list of resolved Bugzilla reports 2003-01-26 14:30:47 +00:00
pschwartau%netscape.com 35607ff228 Commenting out sections containing (?< or (?(condition). Perl supports these operators, but ECMAScript does not. 2003-01-23 20:56:08 +00:00
pschwartau%netscape.com 12f4b067f0 Trivial comment fix. 2003-01-23 20:22:19 +00:00
pschwartau%netscape.com 3a08d47e55 Removing an erroneous section. According to the spec, can't have more than 2 consecutive |?| quantifers in a regexp. 2003-01-23 20:08:39 +00:00
pschwartau%netscape.com 755588a186 Whitespace cleanup. 2003-01-23 20:03:12 +00:00
rogerl%netscape.com 1c5429c960 Fixed bug #189898, replace not working with string argument. Also added
error checking for bad quantifiers (see bug 188206)
2003-01-22 18:55:41 +00:00
rginda%netscape.com 410075aaa6 - venkman only -
bug 189563, initialize hookresult to prevent warnings
2003-01-22 05:42:35 +00:00
pschwartau%netscape.com a6d7cde135 Initial add. Regression test inspired by bug 188206. 2003-01-22 02:34:45 +00:00
pschwartau%netscape.com b351258f81 Initial add. Regression test for bug 189898. 2003-01-21 21:23:20 +00:00
igor%mir2.org 2081b5922b Patch from Christopher Oliver to fix http://bugzilla.mozilla.org/show_bug.cgi?id=189183 2003-01-20 15:09:45 +00:00
igor%mir2.org 6e95a8f71f Small fixes in links 2003-01-17 16:40:45 +00:00
brendan%mozilla.org f85335e27a Defend against bad EndMuxedDocument calls, and assert in the underlying {JS,PL}_DHashTableRawRemove that entry is live (188744, r=jrgm, sr=ben). 2003-01-17 10:01:50 +00:00
nboyd%atg.com 0631478dd4 UPdate to rc 3 2003-01-16 20:29:43 +00:00
igor%mir2.org b4fd495c94 Note about scripting of classes from any class loader 2003-01-16 17:22:40 +00:00
nboyd%atg.com fa159104bb Add implmentation version date. 2003-01-16 14:24:03 +00:00
dougt%netscape.com 927c29d1d6 move nsTraceMalloc out of XPCOM. Factory out stackwalking code into new files. 189221 r=chak, 186585 r=blythe sr=dbaron. Most of this patch was contributed by seawood. 2003-01-15 20:40:06 +00:00
igor%mir2.org 9cf41eb233 Committing patch from Steven Beal:
Have you considered adding a "Go" method to Main.java with
public visibility (same behavior as pressing the "Go" button in the debugger UI).

This would be a big help in a system where the debugger has been
embedded.  Being able to close the debugger and ensure that any
breakpoints were removed and any blocked threads notified would
be a nice feature.  Without this, closing the debugger can either
a) halt the application or b) destroy the debugger leaving blocked
threads in a permanent wait state.  Note that the debugger is
not actually destroyed in this case because the waiting threads
prevent it from being wholly GCed.
2003-01-15 10:42:56 +00:00
nboyd%atg.com 61e4970b2a Update to R4. 2003-01-14 16:42:16 +00:00
igor%mir2.org 1fdf60d476 Fixing mnemonics shortcuts for Debug menu 2003-01-14 14:44:46 +00:00
igor%mir2.org 2b475ccedd From Steaven Beal:
This looks like a simple case of using the Hashtable key
instead of the value...

    public void clearAllBreakpoints() {
        // Igor - Use of keys() is inappropriate here.  It produces
        // a ClassCastException on the assignment below.  The
        // keys are String instances, not SourceInfo instances...
        //
        //Enumeration e = sourceNames.keys();
        Enumeration e = sourceNames.elements();
	...
    }
2003-01-14 11:24:47 +00:00
dbaron%dbaron.org 4abc025fba Most of the changes needed for Mozilla to build with gcc's -pedantic-errors option. b=175423 r=seawood sr=bryner 2003-01-13 23:15:42 +00:00
pschwartau%netscape.com 521df6212f Updating JS_GetImplementationVersion() to date of latest JS release (67111). 2003-01-11 02:05:00 +00:00
pschwartau%netscape.com 90787d371d Removing skip since bug 83051 has been fixed. 2003-01-09 03:13:12 +00:00
pschwartau%netscape.com 3dd197a08f Improving comment. 2003-01-08 23:03:17 +00:00
pschwartau%netscape.com ba4c5642e4 Adding a comment. 2003-01-08 23:01:43 +00:00
pschwartau%netscape.com 6cbc9e9b68 Correcting testcase and adding more illustrative cases. 2003-01-08 22:51:02 +00:00
dbaron%dbaron.org 72b937ea79 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:07:51 +00:00