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

51963 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 650269aa67 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-02 01:43:25 +00:00
morse%netscape.com 60e8771870 cancelling out of change-password was resulting in being asked for database key twice, r=pnunn 2000-02-02 01:34:54 +00:00
mstoltz%netscape.com 3b6e5a54a2 Added call to nsJAR::ParseManifest, needed for signed scripts. bug=7270 r=norris. 2000-02-02 01:30:12 +00:00
valeski%netscape.com 48a5e8c4ff r=none, I spoke w/ dagley about this, the diffs are cleanup, no code path changes. 2000-02-02 01:19:06 +00:00
hangas%netscape.com 4b27cbbd0c Address book; partial fix to 15108, performance improvements. r=slogan 2000-02-02 01:18:46 +00:00
hangas%netscape.com c6bd8f2f3d New gif files for address book, bug 26112. r=jglick 2000-02-02 01:16:01 +00:00
attinasi%netscape.com de5c74a5c8 Checking for border width > 0 before setting the border style to NS_STYLE_BORDER_STYLE_BG_INSET.
This fixes a bug where style changes were causing table cell borders to appear when previously there
were none. b=25425 r=karnaze
2000-02-02 01:15:04 +00:00
mccabe%netscape.com 79ebcf1cfb Changes to allow Spider Monkey to be compiled under C++.
Courtesy Bill Gibbons <bill@gibbons.org>

His comments:

Here are the changes to JSRef to make it compile either as C or C++. Mostly the changes are to add missing casts (since C++ doesn't have implict conversion from void* to other pointer types nor implicit casts from ints to enumerations) plus a few random things like the use of "private" as a variable name.

There are a few other minor bug fixes; in particular:

  * A long statement with and'ed conditions is reformatted to make it easier to remove other builtin objects (e.g. Date).

  * A #if was added to jsscript.c for the JS_HAS_SCRIPT_OBJECT off case.

  * In jsmath a #ifdef was changed to #if.

My notes also mention...

  * jsobj.c should include jsopcode.h

  * jsfun.c - doesn't link if JS_HAS_ARGS_OBJECT is off

  * jsarray.c - a reference to js_ValueToSource should be conditional on JS_HAS_TOSOURCE

r=mccabe
2000-02-02 01:10:31 +00:00
beard%netscape.com 856295af2a added IsClipView() predicate, preliminary support for the new front-to-back display list partitioner. 2000-02-02 01:00:23 +00:00
beard%netscape.com 1e3fbe74f7 added Set/GetCompositorFlags(), which will eventually replace GetScratchPoint(). 2000-02-02 00:58:22 +00:00
rginda%netscape.com 1d924eef6a Fix bitrot in RhinoEnv.java and DataTypes_017.java.
fresh build of jstests.jar
2000-02-02 00:57:03 +00:00
karnaze%netscape.com 66a846e8b0 new regression test 2000-02-02 00:56:02 +00:00
beard%netscape.com b817f99131 the *REAL* fix for misbehaving drop-down lists. turns out z-index property value was incorrect in the style system itself. r=rods 2000-02-02 00:55:39 +00:00
sgehani%netscape.com 46c9bd6e29 Preparing for additions dialog feature. Also, fixing control highlighting bugs when the app is suspended and resumed: for controls on the setup type and welcome dialogs. b = none r = ssu 2000-02-02 00:49:21 +00:00
karnaze%netscape.com 362b6dbdf3 bug 17826, removed buggy/unnecessary RecomputeAdjustedMinIfNecessary, r=attinasi 2000-02-02 00:48:30 +00:00
sgehani%netscape.com 94835e2199 First Checked In. 2000-02-02 00:43:10 +00:00
slamm%netscape.com e02485c89c Revert to old sidebar ui (bug 26075). Changes for remote folders in customize (bug 23357). More changes for 23357 are coming... 2000-02-02 00:28:00 +00:00
norris%netscape.com 131271ae68 Fix bug #25864 watch() vulnerability
r=vidur,rogerl
2000-02-02 00:22:58 +00:00
rginda%netscape.com a1985df10f initial add 2000-02-02 00:22:23 +00:00
nisheeth%netscape.com 7065652faa Enabling async reflow after the document has loaded. 2000-02-02 00:19:52 +00:00
rginda%netscape.com 14d480a8f6 fresh build 2000-02-02 00:18:57 +00:00
dveditz%netscape.com aeafce75b3 Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg 2000-02-02 00:16:33 +00:00
alecf%netscape.com b3024b1677 add GetDataForTag() so that WSM consumers can pre-fill content area pages before they are displayed for the first time
r=ben
2000-02-02 00:08:37 +00:00
rhp%netscape.com c5fd1b8f97 Changes to prepare for AppleDouble support - NO CHANGES ARE PART OF THE BUILD! 2000-02-02 00:08:12 +00:00
nhotta%netscape.com 682f19f24f Disabled assertsions for charset conversion failure. 2000-02-02 00:01:53 +00:00
alecf%netscape.com 4995c69dad fix xlib bustage (not part of build) 2000-02-01 23:51:46 +00:00
terry%mozilla.org e395888ed8 Nothing was checking that the bug number you entered for a duplicate
bug was actually a legal bug number.
2000-02-01 23:48:13 +00:00
sdagley%netscape.com 70a25d6825 Fixing bustages in nsLocalFileMac - fixes #25629, #26106 and #25277. r=pinkerton 2000-02-01 23:42:28 +00:00
cmanske%netscape.com 75616dd009 Part of composer table edit work (bug 20973): Return NS_TABLELAYOUT_CELL_NOT_FOUND instead of error when a cell isn't found at a cellmap location. r=mjudge. 2000-02-01 23:39:37 +00:00
morse%netscape.com 7d40e094be remove compile-time warnings 2000-02-01 23:27:50 +00:00
dougt%netscape.com 59d1135635 removing the Truncate flag so file do not get destroyed when opening an
output stream to them.  r=warren.
2000-02-01 23:24:57 +00:00
ben%netscape.com 1468c598a2 fixing mousewheel pref panel causing the prefsdialog to not quit on OK, r=jst@citec.fi 2000-02-01 23:06:49 +00:00
dbragg%netscape.com 26e0f248ad fix for bug #14921 r=ssu 2000-02-01 23:05:41 +00:00
jdunn%netscape.com b480ed46fc make Ansi C++ compliant
enums ranges need to be contained within their value range
#= 25826
r= pavlov@netscape.com
2000-02-01 23:01:02 +00:00
ssu%netscape.com 5592321679 fixing bug #11210. Updated the install progress dialog to have a better
look and feel.  r=sgehani.  affects only the windows platform.
2000-02-01 23:00:49 +00:00
rods%netscape.com f087e198f0 removed all native widget frame implementations
b=(bugzilla is down, it's the one where I am suppose to remove all the extra cruft) r=dcone
2000-02-01 22:58:25 +00:00
waterson%netscape.com c02a1bd063 Bugs 20677, 23905. Change nsXULElement to implement nsIContent like nsGenericElement and nsGenericHTMLElement. Specifically, do 'shallow' SetDocument() calls in AppendChildTo(), InsertChildAt() and ReplaceChildAt() methods. Change nsXULDocument to leave newly create element's mDocument as null (so 'null mDocument' means 'this element is not currently in the document'. Fix callers to ensure that a deep SetDocument() is made where necessary. r=hyatt 2000-02-01 22:57:36 +00:00
ftang%netscape.com 0139d2bb5d remove these two file. The new file now end with .ump 2000-02-01 22:53:35 +00:00
ftang%netscape.com bdcdd46d72 fix bug 26046 and 24659 . rename jis02{12,08}.map to jis02{08,12}.ump
change the mapping value for bug 24659
r=cata
2000-02-01 22:52:51 +00:00
rods%netscape.com dc1e7bf609 removimg the menu item that enables you to switch to native widgets
b=bugzilla is down, but i do have a bug number) r=kmcclusk
2000-02-01 22:52:42 +00:00
ftang%netscape.com a016911ca7 fix bug 26046 rename jis02{08,12}.map to jis02{08,12}.ump r=cata 2000-02-01 22:50:56 +00:00
rginda%netscape.com 2f5c2fe68d initial add of compiled testdriver 2000-02-01 22:48:52 +00:00
rhp%netscape.com 877171c87e Fix to add feedback for send operation - Bug 25500 - r: ducarroz 2000-02-01 22:46:38 +00:00
rods%netscape.com b06091c60e returning the correct return code instead of NS_OK
r=dcone, no bug
2000-02-01 22:42:19 +00:00
law%netscape.com 4898a54575 Delay closing dialog slightly to avoid timing bug on Linux; b=?????, r=danm@netscape.com 2000-02-01 22:40:30 +00:00
rods%netscape.com 1f52a3d074 fixed margins r=rods 2000-02-01 22:39:18 +00:00
valeski%netscape.com c8ad60b95f r=gordon. 23709. Adding an extra check before trying to memcpy hostent data, this should fix the crashing we've been seeing on some win95 boxes, but it doesn't fix the problem of not having any A entries in DNS 2000-02-01 22:35:28 +00:00
valeski%netscape.com 5908d4b13f r=jevering. When keywords are enabled, we now feed urls to the keyword server whenever there's a load error, not just dns failure. 2000-02-01 22:31:20 +00:00
pinkerton%netscape.com 4a31a39203 fixing paths into MacOS Support folder. bug 25949 r=macdev. 2000-02-01 22:30:54 +00:00
pp%ludusdesign.com 7bcfcd78ea Converting ::GetIID() to NS_GET_IID(). Bug #20232. r=scc@netscape.com 2000-02-01 22:27:48 +00:00