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

75410 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com 7391d6ad33 don't check for focused widget in "onOK" since users can't dismiss the dialog if we bail at this point. bug #60868 2001-01-25 15:55:40 +00:00
bienvenu%netscape.com 4bf1e5a1ff add error code to unknown error alert for diagnosis purposes r=sspitzer, sr=mscott 57057 2001-01-25 15:49:04 +00:00
dbaron%fas.harvard.edu b4301cc0a7 Change the way nsDocument stores its children by replacing separate nsVoidArrays for prolog and epilog with a single nsISupportsArray that also holds the root element. Using this change, simplify many of the child handling methods in nsDocument (and fix some bugs in them). Since nsDocument no longer uses prolog and epilog, remove AppendToProlog and AppendToEpilog from nsIDocument. b=47850 r=jst@netscape.com sr=vidur@netscape.com 2001-01-25 14:19:38 +00:00
sspitzer%netscape.com bcc031d8af "a" is a bad key for mark all read, since it is too easy to hit "a",
and mark all read is not undoable.  make mark all read "ctrl shift c"
like it was in 4.x.
2001-01-25 09:24:28 +00:00
brendan%mozilla.org 363c8fd51c Fixes for bug 61898 (which has morphed), r=rogerl, sr=jband.
- Optimize integer ++ and -- to avoid double-to-int, which is quite costly for
  some compilers (ftol on Windows with MSVC).
- Optimized arguments[i] and arguments.length references to use bytecodes that
  avoid creating an arguments object for the current frame.  This entailed
  simplifying the compiler to avoid flagging functions and scripts that set
  arguments, since we have code in jsfun.c to catch such sets at runtime.
- The code generator now eliminates useless expression statements, giving a
  strict warning about them.
- Rationalized jsemit.c's LookupArgOrVar to have well-defined results in *pn.
- Code generation errors set report->filename and report->lineno, rather than
  hacking "{0}, line {1}: " into the localized message.
- Bogus JSFRAME_VAROBJBUG removed, JSOPTION_VAROBJFIX is sufficient.
- Spruce up jsinterp.c macros to use JS_BEGIN/END_MACRO brackets if possible.
- Avoid calling JS_PropertyStub.  The call is too costly compared to a branch
  in the caller.
2001-01-25 09:22:19 +00:00
mscott%netscape.com 18202292e5 back out a piece of code that was not meant to be checked in and was not reviewed. 2001-01-25 07:00:06 +00:00
mscott%netscape.com d60da77a5c Bug #61947 --> pass in and use the time the download started (but before we actually
bring up the progress dialog. This gives us more accurate readings for the total
time and download rate.
sr=sspitzer
2001-01-25 06:52:07 +00:00
timeless%mac.com b0d1ab49ed fix for bug 60629 javascript strict warnings in abCardOverlay.js
patch by maolson@earthlink.net r=timeless a=alecf
2001-01-25 06:51:19 +00:00
mscott%netscape.com 9329f79447 Bug #63346 --> implement open and open folder APIs for windows
sr=sspitzer
2001-01-25 06:48:47 +00:00
mscott%netscape.com 3f7ff536cc Bug #66323 --> always show the progress dialog even if
we are already done with the download. Break apart
SaveTodisk and LaunchWithTempFile into to separate
methods. never try to really open or save to disk
until we are sure we've brought up the progress window.

Bug #61947 --> pass in the initial time when we started the download via getDownloadInfo so
the progress dialog can use this information.

sr=sspitzer
2001-01-25 06:48:16 +00:00
mscott%netscape.com d6bd863761 Bug #63346 --> add open and open folder APIs for the OS.
Bug #61947 --> pass in the initial time
when we started the download via getDownloadInfo so
the progress dialog can use this information.
2001-01-25 06:47:12 +00:00
timeless%mac.com a34deec8ad fix bug 65938 Starting mozilla from profile manager gives javascript error in console
patch by maolson@earthlink.net r=timeless a=alecf
2001-01-25 06:43:50 +00:00
blakeross%telocity.com aeab2912d9 sorry, sr=bienvenu for mao's fixes. think I'm a little too used to typing `sr=alecf' 2001-01-25 05:38:00 +00:00
mkaply%us.ibm.com 551680c10f #59257
r=mkaply, a=blizzard
First checkin for jjones - fix collation code for OS/2
2001-01-25 05:33:04 +00:00
blakeross%telocity.com 32b13b722e Fix 63619, 65325: mao's strict warning fixes. r=jag sr=alecf 2001-01-25 05:31:57 +00:00
dave%intrec.com 5ba72f8814 cleaning up trailing whitespace in buglist.cgi source. (no code changes) Patch by Stephan Niemz [faniz] <st.n@gmx.net> 2001-01-25 05:30:35 +00:00
dave%intrec.com 95b168a589 Fix for bug 66058: dates in Created and Changed date columns in buglists are now in context with how old the bug is.
within the last 18 hours: time only (12:24:34)
within the last   6 days: weekday and time (Fri 12:24)
within the last 100 days: month and day (01-19)
older than 100 days: previous behaviour (2001-01-19)
2001-01-25 05:08:21 +00:00
blakeross%telocity.com b73593a9d2 Fix 57759: enable/disable items in textfield context menus when appropriate. r=timeless sr=alecf 2001-01-25 05:01:29 +00:00
dave%intrec.com eb97fe2f98 Fix for bug 55429: can't always vote more than once per bug, depending on product. Patch by Matthew Tuck <matty@box.net.au> 2001-01-25 04:56:14 +00:00
andreww%netscape.com 5ffbc0e399 bugzilla=39487, r=hewitt, a=hangas, history dropdown menus had too small a target (arrow). Adding some padding. Mac Classic skin 2001-01-25 04:34:08 +00:00
andreww%netscape.com f5eabf8531 bug # 59065 r=hewitt a=hangas - setting default height for progressmeters in mac classic skin so they dont show up as thin lines. 2001-01-25 04:32:00 +00:00
andreww%netscape.com ae50398b2e bug# 18667 r=hewitt a=hangas Moving security icon over so it's not obscured when toolbar hidden. 2001-01-25 04:30:25 +00:00
blakeross%telocity.com 4846b44ee7 Fix 57759: enable/disable items in textfield context menus when appropriate. r=timeless sr=alecf 2001-01-25 04:22:47 +00:00
blakeross%telocity.com a7bf961cbe Fix 52419, 66137: don't show so many columns in bookmarks window by default, and retain last sort in bookmarks window. r=timeless sr=alecf 2001-01-25 04:19:50 +00:00
nelsonb%netscape.com bbb9df0829 Detect failures of NSS_Init and report them.
This fixes bug 66244 for certutil (only).
2001-01-25 04:14:22 +00:00
gagan%netscape.com 69c379d583 Fix for bug 58728. Null check for the disappearing mResponseDataListener. r=darin, sr=alecf. 2001-01-25 04:03:52 +00:00
dbaron%fas.harvard.edu 36c966b9e9 Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 03:23:19 +00:00
mcafee%netscape.com 7ecf530933 Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
dave%intrec.com 3fee301357 Re-fixing bug 30694. part of the original patch got left out. 2001-01-25 02:51:49 +00:00
wtc%netscape.com 58a4b87a75 Export the new function NSS_VersionCheck(). Reviewed by Nelson. 2001-01-25 02:43:48 +00:00
beard%netscape.com d8aa1d2111 Support for hooking up MRJ to browser networking stack. (not part of build yet) 2001-01-25 02:34:17 +00:00
javi%netscape.com ba74b722f9 Missed this file during my last check-in. 2001-01-25 01:21:27 +00:00
javi%netscape.com 63804c6677 Add Entropy collector support and the ability to load the root certificates
PKCS11 module
2001-01-25 01:14:23 +00:00
dave%intrec.com fd9e89629d Fix for part 2 of bug 31456: changes the way checksetup.pl handles the localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point) 2001-01-24 23:27:13 +00:00
dave%intrec.com ae5aeaa50f Fix for bug 30694: adds title attributes to bug links with bug status and description. Patch by jake@acutex.net 2001-01-24 22:24:06 +00:00
dave%intrec.com 051b1fbde9 Fix for bug 65598: check for minimum versions of some of the Perl modules Bugzilla needs. Also check for minimum version of MySQL server on the other end. 2001-01-24 20:31:45 +00:00
dmose%mozilla.org 4c96f21aae patch from bug 17464 to give user some control over what sorts of bug mail get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com 2001-01-24 20:26:24 +00:00
jj%netscape.com f68ba7d54c backing out an 'if ($flat)' test case which breaks the Mac packaging. 2001-01-24 19:39:53 +00:00
javi%netscape.com 54390f112c Add an entry for the name of the loadable root certs PKCS#11 module. 2001-01-24 19:28:11 +00:00
ccarlen%netscape.com 2cd6eb70a5 NOT PART OF THE BUILD - Changed caller of nsISingleSignon. 2001-01-24 15:51:51 +00:00
ccarlen%netscape.com 39deeb268f Part of bug 35559 - dynamic profile switching. r=morse, sr=alecf 2001-01-24 15:51:00 +00:00
nboyd%atg.com 665f459571 Move Invoker out as a top-level class so that it doesn't get javadoc'd
with FunctionObject (it must be public).
2001-01-24 15:49:21 +00:00
bienvenu%netscape.com c2aed3d6f8 add offline imap operation support, NOT YET PART OF BUILD 2001-01-24 15:47:56 +00:00
Peter.VanderBeken%pandora.be ca18afb32e Fixing build bustage on Mac. 2001-01-24 15:45:41 +00:00
nboyd%atg.com 6ddf348d98 Alternative fix for problem in the following email:
Subject:
        minor Rhino bug
   Date:
        Tue, 23 Jan 2001 13:14:51 -0800
   From:
        dave russo <d-russo@ti.com>
     To:
        nboyd@atg.com
    CC:
        d-russo@ti.com




Norris,

While using the new Rhino debugger (from the latest tip) I started to get "No
Context associated with current Thread" exceptions when expanding host objects
in the "Context:" debugger window.

In looking at the code, I discovered that NativeObject.toString seems to assume
that Context.getContext() may return null.  In fact, getContext() always returns
a non-null context or throws an exception.

I changed NativeObject.toString to never throw an exception (see below) and this
eliminated the problem I was seeing (of course).

It would be nice to incorporate this in a future Rhino tip or, if this change is
inappropriate, any guidance would be appreciated.  Thanks in advance.

I changed NativeObject.toString to:

    public String toString() {
        try {
            Context cx = Context.getContext();
            return jsFunction_toString(cx, this, null, null);
        }
        catch (Exception e) {
            return "[object " + getClassName() + "]";
        }
    }

from:

   public String toString() {
        Context cx = Context.getContext();
        if (cx != null)
            return jsFunction_toString(cx, this, null, null);
        else
            return "[object " + getClassName() + "]";
    }
2001-01-24 15:16:37 +00:00
sspitzer%netscape.com 36ccf5c4b9 performance fix for mailnews for. (especially us-ascii users)
skip a lot of expensive code if we don't need to do the conversion.
this will help sorting, scrolling and message display.
there is more work to do on this code for non us-ascii users.
sr=bienvenu
2001-01-24 15:10:08 +00:00
brade%netscape.com ee79b12867 always absolutize urls in html copy encoder (doing the right thing is covered in bug #32768) 2001-01-24 14:59:57 +00:00
axel%pike.org ed4ef8883e not part of build, code by peterv, r=me, bugs bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:48:48 +00:00
axel%pike.org 3742cbc44f not part of build, code by peterv, r=me, bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:44:05 +00:00
neeti%netscape.com 37aa2fa15a fix for bug 44153 - Redirect.xul needs to be removed, r=darin, sr=mscott 2001-01-24 14:04:02 +00:00