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

73060 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com a54c1e8186 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 3a26d0b827 Exporting icon gifs like we do on windows. Bug 59179 r=pnunn 2000-11-15 03:46:04 +00:00
cls%seawood.org 2b110ba071 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 6c8057de84 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 97923e2e37 changes to myisp.che 2000-11-15 01:32:42 +00:00
varada%netscape.com 642ee6d306 changes to default.che 2000-11-15 01:32:05 +00:00
varada%netscape.com e731572bf5 getting rid of wrong commenting 2000-11-15 01:30:50 +00:00
sonmi%netscape.com 7893ec01d2 fixed a blank that that had gotten in the middle of a variablename 2000-11-15 00:48:36 +00:00
nhotta%netscape.com 1432d1ba87 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 af9764472f 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 e00cc3815b 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 bf894a5f1e #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 0f538fa870 #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 09771a8b39 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 72a244c2da Update javadoc. 2000-11-14 20:08:53 +00:00
warren%netscape.com bb67241f77 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 1f7fac4968 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 ba3dd9c4e6 fix for bug#60037; changing N6Setup.exe to setup.exe 2000-11-14 19:20:47 +00:00
varada%netscape.com 3417498da0 fix for 59020; changing typical to recommended 2000-11-14 19:11:45 +00:00
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