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

43510 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 53a5602235 Added macro to help in figuring Nav Quirks default size for all controls r=kmcclusk 1999-10-07 21:04:52 +00:00
dp%netscape.com d73e78aeaf Removing ifdef DEBUG_dp. 1999-10-07 21:03:48 +00:00
endico%mozilla.org cb3c8383b8 fixed html error so the grey text search box will be aligned at top 1999-10-07 21:02:59 +00:00
pinkerton%netscape.com 4ec8926895 correctly determine when the image has changed sizes to avoid causing unnecessary reflows. now comparing twips to twips instead of twips to pixels. part of fix for bug #15722 (r=evaughan). 1999-10-07 21:02:58 +00:00
dp%netscape.com 48397acd29 Instrumentation to detect leaks of BrowserInstance. r=don 1999-10-07 21:01:16 +00:00
sfraser%netscape.com a20752a6fd Fix for bug 15749; passing null strings to nsFileSpec routines was doing bad things, like strlen(NULL). r=dougt 1999-10-07 20:57:21 +00:00
norris%netscape.com b34db65450 Enable URI checks for web JavaScript.
Fixes bug 11462 "Need checks for setting URLs"
Reviewed by mstoltz.
1999-10-07 20:56:49 +00:00
dp%netscape.com 1b40406ef5 Fixed webshell leak caused by session history entry circular
reference. r=radha
1999-10-07 20:55:14 +00:00
kmcclusk%netscape.com 0d5889ab19 bug=15184 Made <input type=password> a form submitter. Hitting return in a password field
will now submit the form. r=rods@netscape.com
1999-10-07 20:54:42 +00:00
rods%netscape.com ac9115fd89 set the padding to 1 related to bug# 15314 1999-10-07 20:53:23 +00:00
rhp%netscape.com caeb86a08f Changes for bug #13098 - Reviewer: jefft 1999-10-07 20:53:06 +00:00
pavlov%netscape.com 3414502b7d unif 0 synchronous drawing on linux and add some checks to make sure we are visible and don't dump paint events when we are going to ignore them r=akkana 1999-10-07 20:49:11 +00:00
kipp%netscape.com 7ac62b03ca Whoops, backed out last check - wasn't supposed to land it 1999-10-07 20:46:50 +00:00
kipp%netscape.com 94df0dc557 r=kin; Added in ctor/dtor counts 1999-10-07 20:45:56 +00:00
rogerl%netscape.com 59df6ba2b7 Fixed build failures - these files are NOT part of the seamonkey build. 1999-10-07 20:45:27 +00:00
rogerl%netscape.com 0f3e5543f2 Fixed error reporting to not smack the source line with a zero, but use
copyN instead - things were failing when very last line of input had an
error and didn't end with '\n'. r=mccabe
1999-10-07 20:44:40 +00:00
dcone%netscape.com 85be43853c Took out a pure virtual function CreateRenderingContext() that was declared in the interface 1999-10-07 20:43:03 +00:00
rogerl%netscape.com 00c8daeea3 Fixed build warnings by removing macros with '{..}'.
Made str_escape available for jsfile.
r=mccabe
1999-10-07 20:42:20 +00:00
rogerl%netscape.com a6311b8044 Making str_escape available for jsfile use. r=mccabe. 1999-10-07 20:41:15 +00:00
rogerl%netscape.com dac74252b1 Bug #12168. Catch new Array(NaN). r=mccabe. 1999-10-07 20:40:17 +00:00
dcone%netscape.com 317cd9edf5 Fixed some warnings 1999-10-07 20:40:00 +00:00
troy%netscape.com f6340feb91 Space reductions, r=karnaze@netscape.com
Eliminated one data member, moved one to flag frame state, and changed mBorderEdges
to be heap allocated (only for collapsing border model)
1999-10-07 20:38:50 +00:00
alecf%netscape.com 8dc12a2a17 add myself to fix DLLs 1999-10-07 20:15:58 +00:00
waterson%netscape.com c1b28ef30e Bug 15683. Hack to get the tree open. Don't SetParent(nsnull), <option> elements do funky stuff when the <option> is inside a <xul:template>. r=kmcclusk 1999-10-07 19:32:39 +00:00
norris%netscape.com 41f9794d2f Fix 15711 Can't call java.lang.Class methods from JS 1999-10-07 18:27:21 +00:00
norris%netscape.com 6757acf35a Subject:
Re: NPL vs. MPL
       Date:
            Wed, 06 Oct 1999 18:30:34 -0400
      From:
            "Ian D. Stewart" <idstewart@softhome.net>
        To:
            Norris Boyd <norris@netscape.com>
 References:
            1 , 2 , 3




Norris Boyd wrote:

  Great. So I'd like to change this copyright text

  /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
  4 -*-
   *
   * The contents of this file are subject to the Mozilla Public License
   * Version 1.0 (the "MozPL"); you may not use this file except in
   * compliance with the MozPL.  You may obtain a copy of the MozPL at
   * http://www.mozilla.org/NPL/
   *
   * Software distributed under the MozPL is distributed on an "AS IS"
  basis,
   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  MozPL
   * for the specific language governing rights and limitations under the
   * MozPL.
   *
   * The Initial Developer of this code under the MozPL is Ian D. Stewart.

   * Portions created by Ian D. Stewart are Copyright (C) 1998, 1999
   * Ian D. Stewart.
   * All Rights Reserved.
   */

  to this:

  /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
  4 -*-
   *
   * The contents of this file are subject to the Netscape Public
   * License Version 1.1 (the "License"); you may not use this file
   * except in compliance with the License. You may obtain a copy of
   * the License at http://www.mozilla.org/NPL/
   *
   * Software distributed under the License is distributed on an "AS
   * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
   * implied. See the License for the specific language governing
   * rights and limitations under the License.
   *
   * The Original Code is ListenerCollection, released
   * May 15, 1998.
   *
   * The Initial Developer of the Original Code is Ian D. Stewart.
   * Portions created by Ian D. Stewart are Copyright (C) 1998, 1999
   * Ian D. Stewart.
   * Rights Reserved.
   *
   * Contributor(s):
   * Ian D. Stewart
   *
   * Alternatively, the contents of this file may be used under the
   * terms of the GNU Public License (the "GPL"), in which case the
   * provisions of the GPL are applicable instead of those above.
   * If you wish to allow use of your version of this file only
   * under the terms of the GPL and not to allow others to use your
   * version of this file under the NPL, indicate your decision by
   * deleting the provisions above and replace them with the notice
   * and other provisions required by the GPL.  If you do not delete
   * the provisions above, a recipient may use your version of this
   * file under either the NPL or the GPL.
   */

  Can you give me your approval for this change?

Make it so.


Ian
1999-10-07 16:57:01 +00:00
dcone%netscape.com edf1bb0675 Turned on the background tiling optimization.. Reviewed By rods 1999-10-07 14:57:32 +00:00
bienvenu%netscape.com de1cec3e95 try not to leak all environments r=davidmc 1999-10-07 14:45:26 +00:00
bienvenu%netscape.com 751078ac84 try not to leak all factories r=davidmc 1999-10-07 14:43:44 +00:00
bienvenu%netscape.com 553995d679 fix mork factory r=mscott 12326, also fix some memory leaks 1999-10-07 14:30:44 +00:00
bienvenu%netscape.com 51f4de442c fix mork factory r=mscott 12326, fix ref count logging 1999-10-07 14:29:45 +00:00
bienvenu%netscape.com ddfaee3673 fix mork factory r=mscott 12326 1999-10-07 14:28:54 +00:00
bienvenu%netscape.com bb0be78f52 fix mork factory r=waterson 12326 1999-10-07 14:27:50 +00:00
jefft%netscape.com 33672e6f76 fixed bug 10801 -- [Featuure] Save Messages, bug 14794 - message sent from unsent folder display as raw message; we need to pay attention to where we want to save the message as template, if the message goes to the local mail folder we have to add the dummy envelope header plus the x mozilla status lines; when sending unsent messages we need to set from/sender information to pass the sanity check at the send time; reviewed by rhp 1999-10-07 14:27:11 +00:00
bienvenu%netscape.com 4fc5944688 use nsIModule for Mork r=mscott no bug 1999-10-07 14:26:15 +00:00
rods%netscape.com 6d5718c214 removed unused result to remove warning r=pinkerton 1999-10-07 13:47:43 +00:00
waterson%netscape.com 7324012292 Bug 13910. Make sure to update element map for XUL (as well as HTML) elements when changing 'id' or 'ref' attributes. 1999-10-07 10:09:17 +00:00
waterson%netscape.com b296404b6a Bug 13910. Make sure to add elements to the map by 'ref' attribute, as well. 1999-10-07 10:08:14 +00:00
sspitzer%netscape.com b693e773fa more clean up for #15402. disable the rename, delete and start buttons
if no profile is selected, and enable them when a profile is selected.
turn dumps into alerts to tell the user why something failed.
1999-10-07 09:41:33 +00:00
sspitzer%netscape.com cca4758400 last touches to finally get Cancel (from the Create Profile Wizard) and Exit
(from the Profile Manager) to work properly.
1999-10-07 09:15:25 +00:00
sspitzer%netscape.com e8fb6b9150 fix my comment 1999-10-07 09:12:27 +00:00
sspitzer%netscape.com 38f906b0c6 minor cleanup of the profile js. #15402 1999-10-07 09:03:07 +00:00
sspitzer%netscape.com 5a95c13603 minor tweak on the way to getting Cancel / Exit to behave properly in the
Profile Manager UI.  they both set the current profile to "".
1999-10-07 09:01:23 +00:00
sspitzer%netscape.com 95dbb5ec69 add documentation and fixes from Ben Goodger <rgoodger@ihug.co.nz>
also add the mozilla license.  r=sspitzer.
1999-10-07 08:47:16 +00:00
rickg%netscape.com f66add4c0e fixed leak using patch from beard; verified in purify. r=rgess; bug=15751 1999-10-07 07:22:57 +00:00
sspitzer%netscape.com ed4d98a30f more fixes for #15402, general cleanup of the profile code. Close button is now Exit. remove GetSingleProfile(), use GetFirstProfile() instead. Add ForgetCurrentProfile() for use in getting cancel to work properly. 1999-10-07 06:57:38 +00:00
sspitzer%netscape.com 7dd6e3333a GetSingleProfile() is going away. use GetFirstProfile now. 1999-10-07 06:55:59 +00:00
sspitzer%netscape.com c695a85031 fix for #15735, r=waterson. fix the JS error by re-writing the C style
fancy logic.
1999-10-07 06:37:32 +00:00
warren%netscape.com d36664f952 Fixed warnings. 1999-10-07 04:10:12 +00:00
neeti%netscape.com cf444aab7c Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz 1999-10-07 03:39:36 +00:00