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

72925 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 5f7e453da1 #56772
r=cls
OS/2 missing platform specific navigation bindings stuff
2000-11-15 16:00:20 +00:00
karnaze%netscape.com d44ea80115 bug 59252 - fixed regression caused by bug 53690. Don't reflow cell's in a fixed layout table unconstrained. a=buster, r=attinasi. 2000-11-15 14:59:47 +00:00
mkaply%us.ibm.com 9609963103 #56772
r=mkaply, a=blizzard
OS/2 missing platform specific navigation bindings stuff
2000-11-15 14:59:17 +00:00
brade%netscape.com 684ef11aeb use inline methods rather than typecasting directly to floats to prevent rounding errors (bug #56022); r=jst; sr=buster 2000-11-15 10:54:41 +00:00
alecf%netscape.com d373ca505c part of fix for #41083 - add nsILocalFile support to the account manager
sr=mscott
2000-11-15 08:50:07 +00:00
cls%seawood.org 21325ec9f7 Exporting icon gifs like we do on windows. Bug 59179 r=pnunn 2000-11-15 03:46:04 +00:00
cls%seawood.org fd5aeb8ea1 Do not add static libs to linker command if we are manually extracting the individual object files from the archive. Bug #59021 2000-11-15 03:37:45 +00:00
disttsc%bart.nl 67a97d42f0 Fix iteration type in ConvertTo(Upper|Lower)Case in nsReadableUtils.cpp, bug=60047, r=dmose, a=scc 2000-11-15 01:58:23 +00:00
varada%netscape.com b32b30b067 changes to myisp.che 2000-11-15 01:32:42 +00:00
varada%netscape.com f289c1ca63 changes to default.che 2000-11-15 01:32:05 +00:00
varada%netscape.com abd2a6b1e7 getting rid of wrong commenting 2000-11-15 01:30:50 +00:00
sonmi%netscape.com ce41b46375 fixed a blank that that had gotten in the middle of a variablename 2000-11-15 00:48:36 +00:00
nhotta%netscape.com f252457e06 Changed to convert anchor name as UTF-8 instead of Latin1 if that fails then convert it as document charset, bug= 58819,r=erik, sr=waterson. 2000-11-15 00:17:41 +00:00
morse%netscape.com ba98b65ad1 bug 55847, Wallet Editor is not translation enabled, submitter=mkaply r=morse, a=ben 2000-11-14 22:11:25 +00:00
morse%netscape.com def2693d6c bug 55847, Wallet Editor is not translation enabled, submitter=mkaply r=morse, a=ben 2000-11-14 21:56:35 +00:00
mkaply%us.ibm.com e8fe1bbfc6 #56853
r=mkaply, a=blizzard
Code from aaron reed to fix polygon drawing. Also 16 color fix from jkobal.
2000-11-14 21:27:11 +00:00
mkaply%us.ibm.com 8a3b0101e1 #60081
r=jkobal, a=blizzard
Add support for textzoom and not scaling bitmap fonts
2000-11-14 20:32:15 +00:00
nboyd%atg.com 88a011def8 Subject:
[Rhino] importPackage() when not in Rhino shell?
        Date:
             Tue, 14 Nov 2000 09:37:39 -0000
       From:
             "Benjamin Geer" <geerb@midas-kapiti.com>
 Organization:
             Another Netscape Collabra Server User
 Newsgroups:
             netscape.public.mozilla.jseng




The importPackage() and importClass() functions provided by the Rhino shell
seems as if they would be very generally useful.  Unless I've missed
something, they don't seem to be available to scripts compiled using the
JavaScript compiler, or to scripts that are run using Script.exec().  Is
there any chance these functions could be made available for all scripts to
use?  This would save a lot of typing; one could then always write a = new
Foo() instead of a = new Package.com.baz.bar.foo.Foo().

--Benjamin Geer
2000-11-14 20:10:42 +00:00
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