varada%netscape.com
52f069d16c
partial fix for bug#31205; removing unnecessary stuff from the show values screen
2000-11-14 18:49:36 +00:00
ccarlen%netscape.com
41f0fe6bb5
Bug 55891
r=brade, sr=sfraser
2000-11-14 15:58:54 +00:00
kestes%staff.mail.com
76068584d5
improve default $LOCK_FILE value.
...
explain that Storable is an untested CPAN module.
2000-11-14 15:41:01 +00:00
bienvenu%netscape.com
6f65651669
fix rename/delete of imap folder with with mod-utf7 name sr=mscott 57131
2000-11-14 15:21:52 +00:00
morse%netscape.com
b78a585992
bug 59687, wallet to determine schema from displayable strings, r=dveditz, a=alecf
2000-11-14 14:32:06 +00:00
nboyd%atg.com
8db6eec108
Fix bug:
...
slobo@espial.com wrote:
>
> Hello Mike
>
> In the following test case, tester returns "undefined cat" in Rhino
> while in NN it returns "meow cat".
>
> Thanks
>
> Steven
>
> /////////////////////////////////////////////////////////////////////
> function tester(nest){
> var nest = nest+" cat";
> alert(nest);
> // nest now contains the value undefined.
> }
>
> tester("meow");
2000-11-14 13:30:55 +00:00
idk%eng.sun.com
88579db7b8
* not part of tbox build *
...
Updated for tip of Netscape_20000922_BRANCH
Updated for Solaris
2000-11-14 09:04:38 +00:00
mkaply%us.ibm.com
68f6a5b623
#59397
...
r=jkobal, a=blizzard
Forgot to add new files
2000-11-14 04:03:27 +00:00
ccarlen%netscape.com
bc95d4939f
NOT PART OF THE BUILD.
Add clipboard support.
2000-11-14 03:45:53 +00:00
rginda%netscape.com
806cf8e188
refactored lexer bits from icodeasm into lexutils
...
refactored exceptions from icodeasm into exception*
fixed LeadingCap method names to be interCapped
added string8 and string16 typedefs (as opposed to string vs String)
2000-11-14 03:11:54 +00:00
sonmi%netscape.com
6f633be58f
no more temp files, all saved for later debugging purpose
...
runs with /bin/sh now
2000-11-14 02:24:44 +00:00
mkaply%us.ibm.com
4ac49a1237
#58805
...
r=mkaply, a=blizzard
More cleanup on nsAppShell
2000-11-14 01:36:03 +00:00
mkaply%us.ibm.com
b5cf603453
#59397
...
r=jkobal, a=blizzard
Code from jblanco makes our file dialogs much better
2000-11-14 01:28:37 +00:00
mscott%netscape.com
497b020851
Bug #53082 --> set the answered or forwarded flag on a message when we reply to it.
...
r=putterman
sr=bienvenu
2000-11-14 01:13:00 +00:00
mscott%netscape.com
9711783594
Bug #53082 --> implement setMessageDispositionState
...
r=putterman
sr=bienvenu
2000-11-14 01:12:21 +00:00
mscott%netscape.com
f8f0f40649
Bug #53082 --> set the DB flag for marking a message as replied or forwarded.
...
r=putterman,sr=bienvenu
2000-11-14 01:11:15 +00:00
mscott%netscape.com
6544973c37
Bug #53082 --> add API for setMessageDispositionState which is used to mark
...
the dispostition state for a message as either forwarded or replied, etc.
r=putterman
sr=bienvenu
2000-11-14 01:10:41 +00:00
mkaply%us.ibm.com
124b6fa92c
#60020
...
r=cls
Makefile changes to enable/disable console on OS/2
2000-11-14 00:50:30 +00:00
mkaply%us.ibm.com
fd4b1d6188
#58462
...
r=av, sr/a=none
OS/2 plugins need events too
2000-11-14 00:40:58 +00:00
alecf%netscape.com
859e2734f4
fix for #49424 - don't cache the string bundle if the file doesn't load
...
r=tao a=alecf
2000-11-14 00:15:43 +00:00
javi%netscape.com
0e65d4a7bd
Add text for the module name for root certificates.
2000-11-14 00:02:03 +00:00
mcafee%netscape.com
0cb3a6eee2
Need to edit configure script in step 1, another minor comment change.
2000-11-13 23:48:11 +00:00
waterson%netscape.com
1807b1e64a
Prepend local dir to WATCH.
2000-11-13 23:37:00 +00:00
waterson%netscape.com
9326af5b35
First checked in.
2000-11-13 23:36:59 +00:00
mcafee%netscape.com
c700935ac5
Minor comment updates
2000-11-13 23:00:16 +00:00
javi%netscape.com
f5f0230133
Check in the shell for loading the root cert dll.
2000-11-13 22:57:19 +00:00
mkaply%us.ibm.com
ae3e773772
#59494
...
Back out timer change
2000-11-13 22:52:08 +00:00
bienvenu%netscape.com
86f4f065f9
fixes for hierarchy delimiter handling, multiple fetches of imap messages to retrieve inline attachments, crash in morkRowObject::CloseRowObject r=mscott 52260, 59376 58691
2000-11-13 22:35:50 +00:00
bienvenu%netscape.com
37f0d8469d
add method to get cache entry for mail news url r=mscott part of fix for 52260
2000-11-13 22:27:34 +00:00
cls%seawood.org
a78ded2974
Update GetBoundingMetrics() api for xlib + mathml case
2000-11-13 22:15:42 +00:00
nboyd%atg.com
58b79a147b
Subject:
...
More changes to support non NativeJavaObject wrappers
Date:
Fri, 03 Nov 2000 17:56:38 +0100
From:
Igor Bukanov <igor@icesoft.no>
To:
nboyd@atg.com
Hi, Norris,
In post 1.5 rhino one can introduce own wrappers for arbitrary Java
objects. But I think to fully support this
org.mozilla.javascript.ScriptRuntime should be changes as well: its eq
and shallow_eq contain references to NativeJavaObject, this should be
replaced at least to Wrapper (see the atached patch). Even better
solution would be to add to WrapHandler methods to compare wrappers: I
can send a patch for that as well.
There is a small usability problem as well: if
org.mozilla.javascript.JavaMembers would be public I do not need to copy
it to a package with non NativeJavaObject.java wrapper.
Regards, Igor
2000-11-13 22:10:35 +00:00
ducarroz%netscape.com
df611a5551
fix SunOS/sparc bustage
2000-11-13 21:45:28 +00:00
mkaply%us.ibm.com
c290b7f29a
#58491
...
r=av, sr/a=scc
Change legacy plugin interfaces to C not C++
2000-11-13 21:40:27 +00:00
alecf%netscape.com
220571b0a5
fix for 59799, among other things..
...
Within content areas:
- don't drag form widgets
- don't drag anonymous XBL content
- correctly remove the title from the URL on a drop
r=jag, a=me
2000-11-13 21:33:05 +00:00
blakeross%telocity.com
c9fa555527
Fix 43728: needs to be a way to scroll autoscrollable menus via keyboard. patch by Jan Varga (varga@utcru.sk). r=pinkerton a=hyatt
2000-11-13 21:25:07 +00:00
blakeross%telocity.com
42f179afc2
Fix 59613: can't switch sidebar tabs in modern-based themes. r=jag sr=alecf
2000-11-13 21:02:25 +00:00
nhotta%netscape.com
65cd5df5bf
Corrected language names for Norwegian, bug 56069, r=erik, sr=waterson.
2000-11-13 20:47:37 +00:00
nhotta%netscape.com
659498ccd0
Changed wording of the message compose charset warning, check in for gemal@gemal.dk, bug 52429, r=nhotta, sr=alecf.
2000-11-13 20:47:19 +00:00
morse%netscape.com
0062e794a7
bug 57761, missing words in menu, r=jrgm, a=ben
2000-11-13 20:09:21 +00:00
pinkerton%netscape.com
e1f4b374e7
fix to get mac embed harness building. r=ccarlen.
2000-11-13 20:03:59 +00:00
ducarroz%netscape.com
6870fe7a4c
Fix for bug 54853. This is a patch submitted by bzbarsky@mit.edu. Even if the message compose window is initialized from a compose fields, we need to add info like reply-to or bcc from the current identity. R=ducarroz, SR=bienvenu,mscott
2000-11-13 19:54:57 +00:00
sonmi%netscape.com
a433e0c869
changed and improved selfserver / testclient and stressclient communication
...
all through the script
2000-11-13 18:49:14 +00:00
bnesse%netscape.com
d708e3bd34
Load the library on all platforms if it hasn't already been loaded. Fix for bug #57885 r=av, sr=waterson.
2000-11-13 18:42:43 +00:00
pinkerton%netscape.com
129d47bd9c
make the tooltip go away when the mouse moves. Also fix a problem for win32 where the tooltip auto-hiding would cause the timer to show again. r=blake/sr=sfraser. bug# 59917.
2000-11-13 18:18:38 +00:00
bryner%uiuc.edu
0a5e763a08
Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc.
2000-11-13 18:16:43 +00:00
mkaply%us.ibm.com
3b482f3e1e
#59770
...
r=mkaply, a=blizzard
Code from jkobal to fix spacebard with shift down
2000-11-13 15:43:42 +00:00
bryner%uiuc.edu
322559f087
Lots of code cleanup for the filepicker. Fixes bug 58694 (strict warnings). r=jag, a=ben.
2000-11-13 15:22:27 +00:00
brade%netscape.com
aa5380476f
fix image dimension problems (updating/constraining/etc.); r=kin; sr=sfraser; bug #57313
2000-11-13 15:06:59 +00:00
alecf%netscape.com
39e78d20af
changing NS_DEBUG to DEBUG_attinasi to quiet down the console output
...
(no bug - this is just changing some debug-only #ifdefs)
2000-11-13 08:27:01 +00:00
mkaply%us.ibm.com
6cfc9cc0a4
OS/2 TB breakage
...
PR_CALLBACK only applies if it is a C function, not a member of a C++ class
2000-11-13 05:28:27 +00:00