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

52059 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com fb0ec52f63 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 7570cde6f9 Address book; partial fix to 15108, performance improvements. r=slogan 2000-02-02 01:18:46 +00:00
hangas%netscape.com df9fa92389 New gif files for address book, bug 26112. r=jglick 2000-02-02 01:16:01 +00:00
attinasi%netscape.com 3dcb1df4fd 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 e2e7c63c10 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 afaf5c36e3 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 e9c67d9729 added Set/GetCompositorFlags(), which will eventually replace GetScratchPoint(). 2000-02-02 00:58:22 +00:00
rginda%netscape.com bac4bd315b 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 10a156ca77 new regression test 2000-02-02 00:56:02 +00:00
beard%netscape.com 27796e180e 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 9378c2ef1a 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 33cc9a9a34 bug 17826, removed buggy/unnecessary RecomputeAdjustedMinIfNecessary, r=attinasi 2000-02-02 00:48:30 +00:00
sgehani%netscape.com 3b5e0c4fe7 First Checked In. 2000-02-02 00:43:10 +00:00
slamm%netscape.com cd58e3cb00 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 c04c4d51f9 Fix bug #25864 watch() vulnerability
r=vidur,rogerl
2000-02-02 00:22:58 +00:00
rginda%netscape.com 1938c2bc35 initial add 2000-02-02 00:22:23 +00:00
nisheeth%netscape.com ac04e405d8 Enabling async reflow after the document has loaded. 2000-02-02 00:19:52 +00:00
rginda%netscape.com fabff05162 fresh build 2000-02-02 00:18:57 +00:00
dveditz%netscape.com 2ff3f382bb Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg 2000-02-02 00:16:33 +00:00
alecf%netscape.com d98a4d2ef9 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 02238f4bd4 Changes to prepare for AppleDouble support - NO CHANGES ARE PART OF THE BUILD! 2000-02-02 00:08:12 +00:00
nhotta%netscape.com e3edc771e2 Disabled assertsions for charset conversion failure. 2000-02-02 00:01:53 +00:00
alecf%netscape.com fddc68ee7c fix xlib bustage (not part of build) 2000-02-01 23:51:46 +00:00
terry%mozilla.org 07aac12aff 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 6e4b26e6ea Fixing bustages in nsLocalFileMac - fixes #25629, #26106 and #25277. r=pinkerton 2000-02-01 23:42:28 +00:00
cmanske%netscape.com 85789e20af 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 c8d92158af remove compile-time warnings 2000-02-01 23:27:50 +00:00
dougt%netscape.com 5553c9c67b 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 56b9738994 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 7229e4a890 fix for bug #14921 r=ssu 2000-02-01 23:05:41 +00:00
jdunn%netscape.com 6b54cadaac 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 620e812679 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 d35e634fb8 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 a26daa2f0d 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 194a2b8075 remove these two file. The new file now end with .ump 2000-02-01 22:53:35 +00:00
ftang%netscape.com e5517e6545 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 4579f79390 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 3739250106 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 f587753a85 initial add of compiled testdriver 2000-02-01 22:48:52 +00:00
rhp%netscape.com 15066adcbf Fix to add feedback for send operation - Bug 25500 - r: ducarroz 2000-02-01 22:46:38 +00:00
rods%netscape.com 0fc9226d56 returning the correct return code instead of NS_OK
r=dcone, no bug
2000-02-01 22:42:19 +00:00
law%netscape.com 03142628e0 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 a3080c6594 fixed margins r=rods 2000-02-01 22:39:18 +00:00
valeski%netscape.com 9d08df3b73 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 699545004a 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 cdc7e4500f fixing paths into MacOS Support folder. bug 25949 r=macdev. 2000-02-01 22:30:54 +00:00
pp%ludusdesign.com 0106d94d4c Converting ::GetIID() to NS_GET_IID(). Bug #20232. r=scc@netscape.com 2000-02-01 22:27:48 +00:00
pinkerton%netscape.com ff5704575e native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
tor%cs.brown.edu 627090c158 Remove extraneous semicolons that trip up the SUNWspro compiler. r=scc 2000-02-01 22:26:12 +00:00
pnunn%netscape.com 4b387cfa79 bug#1248, fix part1. pnunn. rev:troy,dcone,neeti 2000-02-01 22:25:21 +00:00