Commit Graph

86629 Commits

Author SHA1 Message Date
sonmi%netscape.com
972247cef4 disabeling the missing platformlist for solaris 2001-08-13 18:17:17 +00:00
pschwartau%netscape.com
e7ab80d369 Initial add. 2001-08-13 18:05:42 +00:00
justdave%syndicomm.com
ab35046f09 Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s)
that the person is receiving the mail in either an email header, the body of the message, or both.  The default newchangedmail
parameter includes these in it.  If you have an existing installation you will need to either hit "reset" next to the
newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in
editparams.cgi viewed from the web.
Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com>
r= justdave@syndicomm.com
2001-08-13 17:06:38 +00:00
blizzard%redhat.com
025d51aed6 update patches that I use. not part of the build. 2001-08-13 14:30:01 +00:00
mcgreer%netscape.com
879c001c45 clean up patch based on wtc review 2001-08-13 13:50:56 +00:00
cls%seawood.org
de1bf3944c On BeOS, leave the stub libraries loaded as future versions of the BeOS kernel may unload the real libraries otherwise.
Thanks to Josh Soref <timeless@mac.com> for the patch.
Bug #83875 r=wtc,cls
2001-08-13 08:05:34 +00:00
timeless%mac.com
0485d9445f Bugzilla Bug 78690 Remove the old imagelib.
The removal left some builds likely broken
xlib by Tomi.Leppikangas@oulu.fi
qt by jcgriggs@sympatico.ca
photon by timeless@mac.com based on tomi's patch for xlib
2001-08-13 08:03:28 +00:00
timeless%mac.com
a9a0478212 gisburn broke nondebug 2001-08-13 07:43:24 +00:00
hyatt%netscape.com
dcfed3a6a9 Get context menus limping again. This is really strange. r=blake, sr=ben 2001-08-13 04:39:31 +00:00
blakeross%telocity.com
35b3d95262 Toolbar ui is visible but non-working. r=hewitt sr=ben, no bug, somehow this got shown again 2001-08-13 01:00:53 +00:00
justdave%syndicomm.com
bccbac63b1 Fix silly syntax error I missed. 2001-08-13 00:48:45 +00:00
justdave%syndicomm.com
43755341de Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-08-13 00:46:20 +00:00
justdave%syndicomm.com
39d6b23303 Fix for bug 95008: duplicates page no longer ignores verified INVALID/WONTFIX bugs
Patch by Gervase Markham <gervase.markham@univ.ox.ac.au>
r= justdave@syndicomm.com
2001-08-13 00:19:37 +00:00
nboyd%atg.com
61f998bae8 Subject:
[Fwd: Rhino 1.5.2 bug in debug support?]
        Date:
             Sun, 12 Aug 2001 14:13:26 -0700
       From:
             Christopher Oliver <coliver@mminternet.com>
 Organization:
             Primary Interface LLC
         To:
             nboyd@atg.com




Hi Norris,

Did you or are you fixing this problem?  It seems to be simply a matter
of filtering out -1 before inserting line numbers into the
lineNumberTable.  In this particular case the Parser generates -1 as a
line number for (? : ) in IRFactory.createTernary().  However the recent
changes to InterpreterData to use UintMap instead of Hashtable will not
tolerate negative numbers.  Changing Interpreter.updateLineNumber() and
InterpreterData.getOffset() to check for negative line numbers (and
avoid generating line number code or accessing the lineNumberTable in
that case) will correct the problem.

Chris


      Subject:
             Rhino 1.5.2 bug in debug support?
        Date:
             8 Aug 2001 12:47:28 -0700
       From:
             d-russo@ti.com (dave russo)
 Organization:
             http://groups.google.com/
 Newsgroups:
             netscape.public.mozilla.jseng



I'm getting the following exception when running the Rhino debugger.

java.lang.RuntimeException
        at org.mozilla.javascript.UintMap.check(UintMap.java:349)
        at org.mozilla.javascript.UintMap.put(UintMap.java:158)
        at
org.mozilla.javascript.Interpreter.updateLineNumber(Interpreter.java:234)
        at
org.mozilla.javascript.Interpreter.generateICode(Interpreter.java:300)
        at
org.mozilla.javascript.Interpreter.generateICode(Interpreter.java:926)
        at
org.mozilla.javascript.Interpreter.generateICode(Interpreter.java:302)
        at
org.mozilla.javascript.Interpreter.generateICode(Interpreter.java:302)
        at
org.mozilla.javascript.Interpreter.generateICode(Interpreter.java:302)
        at
org.mozilla.javascript.Interpreter.generateICodeFromTree(Interpreter.java:89)
        at
org.mozilla.javascript.Interpreter.generateFunctionICode(Interpreter.java:186)
        at
org.mozilla.javascript.Interpreter.generateNestedFunctions(Interpreter.java:164)
        at
org.mozilla.javascript.Interpreter.generateScriptICode(Interpreter.java:124)
        at org.mozilla.javascript.Interpreter.compile(Interpreter.java:78)
        at org.mozilla.javascript.Context.compile(Context.java:1810)
        at org.mozilla.javascript.Context.compile(Context.java:1735)
        at org.mozilla.javascript.Context.compileReader(Context.java:852)
        at org.mozilla.javascript.Context.evaluateReader(Context.java:770)
        at org.mozilla.javascript.tools.shell.Main.evaluateReader(Main.java:300)
        at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:290)
        at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:244)
        at org.mozilla.javascript.tools.shell.Main.exec(Main.java:104)
        at org.mozilla.javascript.tools.debugger.Main.main(Main.java:3156)


I'm using Rhino 1.5.2 prerelease
(ftp://ftp.mozilla.org/pub/js/rhino15R2pre.zip) and SUN's JDK 1.3.1
runtime for Windows.

I'm running the debugger as follows:
java -cp js.jar org.mozilla.javascript.tools.debugger.Main -f tconfini.tcf

Where the file tconfini.tcf is shown below:

function getBoard (defFile) {
    if (arguments.length > 0 ) {
        return (defFile != null ? defFile[1] : null);
    }
    return (null);
}

Any help would be appreciated.  Thanks!

dave
2001-08-12 22:56:33 +00:00
blakeross%telocity.com
8b702e2998 For my next trick, I'll actually build the addressbook panel I checked in last night...still r/sr=ben, sspitzer 2001-08-12 21:50:37 +00:00
blakeross%telocity.com
c891620ae2 Backing out changes brought over from the branch that weren't meant to go in until the appropriate back end was checked in. rs=ben 2001-08-12 21:36:16 +00:00
mcgreer%netscape.com
f5e05df41e be strict about passing wincx in pk12util. 2001-08-12 20:57:40 +00:00
cls%seawood.org
b958495c5e Removing USE_IMG2 check 2001-08-12 17:57:37 +00:00
sonmi%netscape.com
10981d86eb temporarily disabled QA for 32 bit Solaris builds until ANthony finds time to
implement the builds
2001-08-12 16:17:35 +00:00
cls%seawood.org
5591c05db3 Add -L$(DIST)/lib to EXTRA_DSO_LDOPTS so that static libs can be found.
Thanks to fcrozat@mandrakesoft.com (Frederic Crozat) for the patch.
Bug #93420 r=cls
2001-08-12 11:00:53 +00:00
hyatt%netscape.com
5e00a61992 fix case of props. r/sr=blake,ben 2001-08-12 07:43:38 +00:00
hyatt%netscape.com
e1ef94ff29 Missed a property. r/sr=ben/blake 2001-08-12 05:57:41 +00:00
leaf%mozilla.org
081b0b0641 Automated update 2001-08-12 04:28:56 +00:00
bryner%netscape.com
96d4e843eb Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls. 2001-08-12 04:25:41 +00:00
hyatt%netscape.com
7f01e36747 Add remaining props to XUL element. r/sr=ben,hewitt 2001-08-12 03:47:33 +00:00
cls%seawood.org
bdd892cb8d Adding --enable-strip option.
Bug #88045 r=wtc sr=waterson
2001-08-12 03:40:04 +00:00
dbaron%fas.harvard.edu
7dcca50a27 www.mozilla.org is back up again 2001-08-12 03:28:16 +00:00
rangansen%netscape.com
f8d986449a bug# 85792, r=javi, sr=hewitt
Accidentally missed a few things last time - cleaning up.
2001-08-12 03:03:01 +00:00
dbaron%fas.harvard.edu
f9292baa0a Use lxr.mozilla.org since www.mozilla.org is down. (to make the tinderbox orange go away) 2001-08-12 01:55:36 +00:00
rangansen%netscape.com
cfaa616278 bug# 85792, r=javi, sr=hewitt
Forgot to remove this line when checked in last time
2001-08-12 01:53:39 +00:00
rangansen%netscape.com
6e47a13084 bug# 77431, r=javi, sr=hewitt
Forgot to remove this line when checked in last time
2001-08-12 01:52:58 +00:00
blakeross%telocity.com
9d52892ef3 Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer 2001-08-12 01:49:08 +00:00
darin%netscape.com
fc48584bf3 backing out leaky fix for bug 93353. 2001-08-12 01:44:35 +00:00
zach%zachlipton.com
093dd8dbe4 More bug 26194: move the reason to the top of the email so that it doesn't look like part of the comment. a=dave 2001-08-12 01:11:21 +00:00
leaf%mozilla.org
3389fe4398 Automated update 2001-08-12 00:43:57 +00:00
cls%seawood.org
d00accf854 Remove --disable-libpr0n option & USE_IMG2 makefile variable.
Bug #88685
2001-08-12 00:38:38 +00:00
zach%zachlipton.com
616634ff9e patch for bug 26194: Header explaining reason d'etre for email in New email notification scheme. Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com. 2001-08-11 23:16:16 +00:00
darin%netscape.com
3651584fc0 fixes bug 93353 "Existing sockets do not forward notification to nested events"
patch=dougt; r=danm,bbaetz; sr=darin
2001-08-11 20:09:58 +00:00
bbaetz%cs.mcgill.ca
e50291e18a Bug 94889 - comment out part of bug 89133's fix to avoid what will be a
topcrash.
r=mozbot, sr=darin
2001-08-11 20:01:53 +00:00
jake%acutex.net
1b4bcb6a67 Updates to README from bug 94846.
Patch by Matthew Tuck <matty@chariot.net.au>
2001-08-11 19:56:40 +00:00
mcgreer%netscape.com
7eb7ae03e3 fix for 94866, DSA key gen broken on 64-bit platforms 2001-08-11 14:59:03 +00:00
jaggernaut%netscape.com
cac2eec99c Bug 94458 (sorta): fix "popupHiding" to "popuphiding". Case sensitive 'n stuff. r=mozbot, sr=hyatt 2001-08-11 08:39:08 +00:00
idk%eng.sun.com
109de17f2b *not part of the build*
fix for 94186, 94192
2001-08-11 07:06:48 +00:00
waldemar%netscape.com
0974f0ff72 Brought up to date 2001-08-11 06:53:35 +00:00
waldemar%netscape.com
048ea745b7 Added semicolon after action declarations 2001-08-11 06:53:09 +00:00
val4%cornell.edu
c04a3d6833 Attempt to build on Unix 2001-08-11 04:57:50 +00:00
justdave%syndicomm.com
b5d9a45521 Fix for bug 94618: remove restrictions on valid characters in passwords. If crypt() takes it, why shouldn't we?
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-08-11 01:51:05 +00:00
jst%netscape.com
1d7cc61564 Minor optimization suggested by brendan@mozilla.org 2001-08-11 01:23:52 +00:00
zach%zachlipton.com
1ecf08a901 fix for bug 66235: process_bug.cgi: multiple product change misses the groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo! 2001-08-11 01:18:24 +00:00
rangansen%netscape.com
da2c6db446 Forgot to check in this line last time 2001-08-11 01:13:11 +00:00