Commit Graph

72907 Commits

Author SHA1 Message Date
nboyd%atg.com
0c77e5b5dc Update javadoc. 2000-11-14 20:08:53 +00:00
warren%netscape.com
22f79f828b Bug 29207 - made it not allocate the PLEvent object. Added defensive code for mReceiver going away. r=waterson 2000-11-14 20:03:21 +00:00
erik%netscape.com
cd7869a66f bug 42917; r=timeless,pavlov,bstell; sr=blizzard; need to increment
mFontsIndex only after we fail to load any font for the current family
2000-11-14 19:58:20 +00:00
varada%netscape.com
82bf564273 fix for bug#60037; changing N6Setup.exe to setup.exe 2000-11-14 19:20:47 +00:00
varada%netscape.com
280987b8cf fix for 59020; changing typical to recommended 2000-11-14 19:11:45 +00:00
varada%netscape.com
9269887fc5 partial fix for bug#31205; removing unnecessary stuff from the show values screen 2000-11-14 18:49:36 +00:00
ccarlen%netscape.com
db44a10b6c Bug 55891 r=brade, sr=sfraser 2000-11-14 15:58:54 +00:00
kestes%staff.mail.com
ed851ec5b7 improve default $LOCK_FILE value.
explain that Storable is an untested CPAN module.
2000-11-14 15:41:01 +00:00
bienvenu%netscape.com
c26fd3097b 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
40e4d9d2b0 bug 59687, wallet to determine schema from displayable strings, r=dveditz, a=alecf 2000-11-14 14:32:06 +00:00
nboyd%atg.com
f66f393b8d 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
5f8a5eaecf * 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
8ef617b712 #59397
r=jkobal, a=blizzard
Forgot to add new files
2000-11-14 04:03:27 +00:00
ccarlen%netscape.com
3dfc6e2393 NOT PART OF THE BUILD. Add clipboard support. 2000-11-14 03:45:53 +00:00
rginda%netscape.com
2c4646c800 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
ba9ea80a07 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
764b34aee9 #58805
r=mkaply, a=blizzard
More cleanup on nsAppShell
2000-11-14 01:36:03 +00:00
mkaply%us.ibm.com
3f8adab8be #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
3ea56bbd85 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
5d2a97e0ba Bug #53082 --> implement setMessageDispositionState
r=putterman
sr=bienvenu
2000-11-14 01:12:21 +00:00
mscott%netscape.com
6f41278c52 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
2440de8116 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
fc257e8add #60020
r=cls
Makefile changes to enable/disable console on OS/2
2000-11-14 00:50:30 +00:00
mkaply%us.ibm.com
63fb4378ea #58462
r=av, sr/a=none
OS/2 plugins need events too
2000-11-14 00:40:58 +00:00
alecf%netscape.com
d8a4730920 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
a37e024a8f Add text for the module name for root certificates. 2000-11-14 00:02:03 +00:00
mcafee%netscape.com
b0adccc452 Need to edit configure script in step 1, another minor comment change. 2000-11-13 23:48:11 +00:00
waterson%netscape.com
f21d014664 Prepend local dir to WATCH. 2000-11-13 23:37:00 +00:00
waterson%netscape.com
132e58e8ec First checked in. 2000-11-13 23:36:59 +00:00
mcafee%netscape.com
cc36a0ef36 Minor comment updates 2000-11-13 23:00:16 +00:00
javi%netscape.com
9f14760a08 Check in the shell for loading the root cert dll. 2000-11-13 22:57:19 +00:00
mkaply%us.ibm.com
dae8cdf133 #59494
Back out timer change
2000-11-13 22:52:08 +00:00
bienvenu%netscape.com
68e1cad16c 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
bb8b2a822e 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
cbd49dd5da Update GetBoundingMetrics() api for xlib + mathml case 2000-11-13 22:15:42 +00:00
nboyd%atg.com
d550dceb79 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
833a974389 fix SunOS/sparc bustage 2000-11-13 21:45:28 +00:00
mkaply%us.ibm.com
a64a03c486 #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
06460907ac 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
342dcfa209 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
f85040ee69 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
7f0cccdc19 Corrected language names for Norwegian, bug 56069, r=erik, sr=waterson. 2000-11-13 20:47:37 +00:00
nhotta%netscape.com
d8057d46fb 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
6b7b72a245 bug 57761, missing words in menu, r=jrgm, a=ben 2000-11-13 20:09:21 +00:00
pinkerton%netscape.com
8d9046ec86 fix to get mac embed harness building. r=ccarlen. 2000-11-13 20:03:59 +00:00
ducarroz%netscape.com
3c8fe4954c 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
7342714270 changed and improved selfserver / testclient and stressclient communication
all through the script
2000-11-13 18:49:14 +00:00
bnesse%netscape.com
af0e6c13c3 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
12a95cdd02 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
973bbbd400 Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc. 2000-11-13 18:16:43 +00:00