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

48061 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 9975a03aae Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00
rogerl%netscape.com 42ee9bb786 Don't let Undefined prototype be assigned to new objects, revert to Object
instead. Also, detect Undefined prototype in hasInstance and bail.
1999-12-03 00:10:36 +00:00
alecf%netscape.com 56753538ce fix unicode support for prettyName, #20405
retrieve name from prefs using CopyUnicharPref()
r=sspitzer
1999-12-03 00:10:00 +00:00
briano%netscape.com c98b1e3856 QNX-specific build fix. This should solve the stupid memory model segment size too small thing. 1999-12-03 00:07:18 +00:00
kmcclusk%netscape.com 4df6cffe8e Added NS_RELEASE's to fix leaking of nsIImage's. bug=19114; r=karnaze@netscape.com 1999-12-03 00:06:32 +00:00
norris%netscape.com c4c76975f6 Fix the following bug:
Subject:
            Rhino request URGENT
       Date:
            Thu, 02 Dec 1999 15:58:40 -0500
      From:
            slobo@espialgroup.com
        To:
            Norris Boyd <norris@netscape.com>
 References:
            1 , 2




Hello Norris

In Rhino, the following script gives the error : "function does not always return a value" during the parsing phase. The script
runs perfectly fine in Netscape 4.61. It is an urgent requirement. Many thanks in advance.

Steven

///////////////////////////////////////////////////////SCRIPT  BEGIN  ///////////////////////////////////////////////
function test (a) {
  this.arg = a;
  if (a>20)
        return;
  return this;
}

//print = alert;

function joe() {
a = new test (20);
print (a.arg);


a = new test (25);
print (a.arg);
}

joe();
///////////////////////////////////////////////////////SCRIPT   END  ///////////////////////////////////////////////
1999-12-03 00:04:46 +00:00
norris%netscape.com 98862d9415 Fix bug 18636 java script security problem when accessing my.netscape.com/
r=mstoltz
1999-12-02 23:56:25 +00:00
pavlov%netscape.com b7a076566e if an alpha pixmap is there destroy it and not only in the case where we have alpha bits 1999-12-02 23:56:12 +00:00
dmose%mozilla.org b1cae38a41 special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +00:00
tonyr%fbdesigns.com d4f18c2dac Updated to use new nsIMsgAccountManager interfaces 1999-12-02 23:53:30 +00:00
waterson%netscape.com bbccd5d47b Bug 20309. Use nsCAutoString. Kudos to buhr@stat.wisc.edu 1999-12-02 23:53:25 +00:00
alecf%netscape.com 1e90278389 don't load about:blank unless we have to
(no bug, but it makes ctrl-selecting messages faster)
r=scottip
1999-12-02 23:49:12 +00:00
mscott%netscape.com 23fde50053 Fix a webshell leak! improper nsCOMPtr useage in DestroyChildren was causing us to leak
all child webshells!!! uhuh...that couldn't have been good
1999-12-02 23:46:00 +00:00
ftang%netscape.com 1d639795f4 add Mac implmenetation of nsIFontEnumerator r=erik 1999-12-02 23:27:16 +00:00
ftang%netscape.com e42006b2b2 Add <U+ > for Unicode fallback instead of ? 1999-12-02 23:26:42 +00:00
ftang%netscape.com 69d031db6f add nsIFontEnumerator.h 1999-12-02 23:26:06 +00:00
dmose%mozilla.org 6c05f0d386 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
idk%eng.sun.com c70494d02f 20208
Add exception trowing in case
peer object is not existing. (Stream closed, not created, etc)
1999-12-02 23:20:29 +00:00
pinkerton%netscape.com 4aa8604576 Fix for bug 18409. clipboard/d&d now converts incoming text to DOM linebreaks. r=saari 1999-12-02 23:18:23 +00:00
pinkerton%netscape.com 691d9f5e03 Removed a bunch of duplicated code. r=saari 1999-12-02 23:17:31 +00:00
putterman%netscape.com 75409da1eb Fix 20556 and change printf to dump in js. 1999-12-02 23:14:42 +00:00
rpotts%netscape.com ed1cb83b57 bug #13157 (r=valeski). Added support for HTTP/0.9 server responses. This fixes a whole class of bugs where CGI scripts were displaying blank pages because we just ignored the response :-( 1999-12-02 23:09:15 +00:00
locka%iol.ie 2672773180 Added CommandStateChangeConstants 1999-12-02 22:49:27 +00:00
fur%netscape.com 3a22f1cfae Fix 20594: C++ comments in C files 1999-12-02 22:41:02 +00:00
akkana%netscape.com eba687860e Forgot to add the idl file to the makefile 1999-12-02 22:36:34 +00:00
sspitzer%netscape.com c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
sfraser%netscape.com 011b2d4700 Add nsISelectionController.idl for akkana 1999-12-02 22:31:27 +00:00
sfraser%netscape.com cd8ed2876b Add nsISelectionController.idl for akkana. 1999-12-02 22:31:17 +00:00
pavlov%netscape.com 968b526660 reuse pixmaps when image bits are changed instead of destroying them and recreating them every time r=blizzard 1999-12-02 22:25:20 +00:00
sdagley%netscape.com 228ae725e7 Checking in fix for bug #20558 for sfraser. Calling pr_UnlockedFindLibrary() with a NULL fragment name not a good idea. sfraser and I both though he'd fixed this before but apparently the change was lost. 1999-12-02 22:25:17 +00:00
locka%iol.ie 3d263858b6 Made ActiveX plugin buildable 1999-12-02 22:17:18 +00:00
rods%netscape.com ec234e590c changed select:-moz-dropdown-list back to collapse from hidden, this works better in more cases
r=kmcclusk
1999-12-02 22:09:35 +00:00
blizzard%redhat.com 017db4ae15 Clean up Destroy() and focus handling. fix bug #19302 1999-12-02 22:09:25 +00:00
rods%netscape.com 16f2348544 clips inside the border instead of inside the border and padding
r=kmcclusk bug 20301
1999-12-02 22:07:43 +00:00
rods%netscape.com 4acd38e3ea changing generated and psuedo content frames to inherit
r=kmcclusk bug 20301
1999-12-02 22:06:53 +00:00
valeski%netscape.com 1f8fcf2c95 r=mcafee. 20464. we were crashing when data: urls were accessed. Now we're safe; for the time being that is :) 1999-12-02 22:02:30 +00:00
rods%netscape.com 9b92216789 bad or of flags, r=dcone, bug 13745 1999-12-02 21:54:39 +00:00
akkana%netscape.com 2ee46841c6 18033: hook up the motion commands to real commands now that the stubs are in place. r=mcafee 1999-12-02 21:53:02 +00:00
erik%netscape.com 0bcb0e41fd bug 17856; added 2 more font charset names to the table so that we can use
those Taiwanese fonts too; r=ftang
1999-12-02 21:49:27 +00:00
akkana%netscape.com 520e982ed0 18033: Editor changes to use the new nsISelectionController interface.
Triggered from key events.  Untested since the nsISelectionController
  implementation isn't in yet (bug 18046), but key events do call
  the stub routines.  r=mjudge
1999-12-02 21:47:30 +00:00
dougt%netscape.com f25f716d38 Fix tabs.
added enumerator.
1999-12-02 21:45:50 +00:00
akkana%netscape.com fcd5b16fd6 18046: IDL implementation of nsISelectionController from sford4@netscape.net,
and the infrastructure to hook it up.
  This also changes the spelling from nsISelectionControler. r=mjudge
1999-12-02 21:45:21 +00:00
ducarroz%netscape.com 1980290fb9 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
petitta%netscape.com 49b7286ed7 This file used to fill in empty folders so ZIP will pick up the folder hiearchy 1999-12-02 21:02:54 +00:00
petitta%netscape.com 15b07eb1dd Found a better place for this file. in cck\build" DeleteThisFile 1999-12-02 21:00:59 +00:00
petitta%netscape.com 4862e72115 used to fill in empty folders that wont normally get picked up by zip 1999-12-02 20:57:11 +00:00
saari%netscape.com bcb4759449 Adding new event state manager API GetFocusedEventTarget which returns the current frame in focus
regardless of the ESM instance you call it from. Editor guys need this for bug 20225
1999-12-02 20:55:17 +00:00
norris%netscape.com f03998dff2 remove invalid test 1999-12-02 20:04:48 +00:00
norris%netscape.com 403430a7d3 EvaluatorExceptions should set an exit error code. 1999-12-02 19:12:34 +00:00
norris%netscape.com 413a71493b Pass a scope to ScriptRuntime.call so we can throw EcmaErrors if need be. 1999-12-02 18:17:22 +00:00