briano%netscape.com
284390e0f3
Okay, the AIX breakage showed what was wrong with my initial bug 20882 change.
...
Linux and Solaris (using gcc) didn't have any problems, so I didn't notice
I was ending up with -DD_INO=\"d_ino\" when I really wanted -DD_INO=d_ino.
This fixes that problem. Still will have no effect on the "official" builds
until the related code changes go in.
1999-12-11 06:02:54 +00:00
hyatt%netscape.com
139c75574b
Fix for the crash in SendFocusBlur.
1999-12-11 05:42:18 +00:00
briano%netscape.com
679ee9aa58
I reacted prematurely to the wrong problem. Backing out my last change for now.
1999-12-11 05:34:59 +00:00
briano%netscape.com
86e8973c2e
Oops. AIX needs this part of the fix for bug 20882 as well.
1999-12-11 05:25:03 +00:00
briano%netscape.com
cf40ff291f
Automated update
1999-12-11 02:45:46 +00:00
briano%netscape.com
fe651543eb
Initial change to fix bug 20882. Defines D_INO and HAVE_VA_LIST_AS_ARRAY as appropriate. Won't affect builds until the actual code changes are checked in after M12. a=chofmann
1999-12-11 02:33:31 +00:00
sdagley%netscape.com
e5a2f6a893
Checking in fur's fix for #21162 - throbber animation not stoping. Also major speed improvment on NT and Mac. a=brendan
1999-12-11 02:25:00 +00:00
alecf%netscape.com
de2cc8fdad
fix #18420 - deleting last item makes tree jump to top
...
fix was to scroll up one line during the frame destruction process.
To do this, we had to set up the content chain for the row just before the content node was deleted.
r=hyatt
a=chofmann
1999-12-11 02:08:07 +00:00
ducarroz%netscape.com
1af2919f8a
Fix for bug 21411 (PDT+). Cell doesn't have anymore a child node (by default) are they are now box. Don't check for it. R=hangas
1999-12-11 02:08:03 +00:00
hangas%netscape.com
c9cc49000b
Fixed 21350, styles lost for common dialogs. Most importantly buttons had lost appearance. r=alecf a=jar&chofmann
1999-12-11 01:54:31 +00:00
jj%netscape.com
ad88502525
#21182 : bulk added 57 files/directories found under dist/viewer but omitted by the installer + reordered lines for better clarity. a=cyeh
1999-12-11 01:47:08 +00:00
hyatt%netscape.com
75ab871d2e
Fix for PDT+ bug #20493 (mail compose widget now remembers email addresses). r=travis
1999-12-11 01:43:03 +00:00
akkana%netscape.com
8797b01104
18033, 19981:
...
Adjust inputBindings keyset so that it can be overlaid with
platformGlobalOverlay.xul. Rewrite emacs keybindings in the
unix overlay to track mjudge's latest changes. r=mjudge, a=jar
1999-12-11 01:28:07 +00:00
saari%netscape.com
8ac8cd0586
fix for PDT+ bug 19268. Add css rules to prevent scrollbars from stealing focus. r = hyatt
1999-12-11 01:19:16 +00:00
slamm%netscape.com
74cece6ae5
Remove sidebar library files. Using a JS module instead now. bug #21070 . r=jj a=chofmann
1999-12-11 00:47:03 +00:00
rogerl%netscape.com
ac68fa5784
Fixed test of enumerated property to use isNaN - a previous bug fix in
...
enumerated types stopped it from returning anything but strings here.
1999-12-11 00:44:02 +00:00
rogerl%netscape.com
41ac2fc0ce
Removed tests invalidated by new argument rules - java.lang.String is
...
preferred over java.lang.Double when coming from a Java Object and both
Double & Float have constructors that take a String - only the DataType
toString doesn't return the correct value for the test. (See Christine's
comment).
1999-12-11 00:42:43 +00:00
akkana%netscape.com
1916168c22
Add a get() to fix build bustage
1999-12-11 00:37:11 +00:00
idk%eng.sun.com
ef64028dc2
21259
...
PlugletManager.getValue removed
1999-12-11 00:35:20 +00:00
mjudge%netscape.com
2153ce5cd1
meant to use the define. sorry
1999-12-11 00:35:10 +00:00
mjudge%netscape.com
22c4fd1a78
fix for vc5.0 bustage. wierd. bill law will follow up
1999-12-11 00:19:17 +00:00
idk%eng.sun.com
5c9350daad
21291
...
add on.
1999-12-11 00:09:16 +00:00
idk%eng.sun.com
8afd0b753e
21291
...
org.mozilla.util.Debug renamed to
org.mozilla.util.DebugPluglet
Tests updated
1999-12-11 00:08:00 +00:00
hyatt%netscape.com
0b624a4547
Fix for PDT bug #21247 . r=saari, mjudge
1999-12-11 00:06:29 +00:00
mjudge%netscape.com
2cf7e901e3
massive changes a=jar.hoffman, r=akkana
1999-12-11 00:02:08 +00:00
rods%netscape.com
5c145aa0f5
not using scaled pixels to twips
...
b=21293 r=dcone
1999-12-10 23:59:27 +00:00
sgehani%netscape.com
1b7f719e4e
*** NOT PART OF BUILD ***
...
Ported install script templates for browser xpi package.
b = 21261
r = ssu
a = chofmann
1999-12-10 23:45:44 +00:00
sgehani%netscape.com
7e18d2c462
*** NOT PART OF BUILD ***
...
Ported perl scripts and install script templates to build Unix .xpis.
b = 21261
r = ssu
a = chofmann
1999-12-10 23:44:37 +00:00
jefft%netscape.com
1af7a4d544
fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann
1999-12-10 23:42:44 +00:00
sgehani%netscape.com
9bc41091ce
Updated unix manifest to produce a working build.
...
b = 21261
r = ssu
a = chofmann
1999-12-10 23:40:49 +00:00
jefft%netscape.com
8d1128265b
fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann
1999-12-10 23:37:04 +00:00
bienvenu%netscape.com
8abf627d48
fix file truncation on windows, was breaking pop filters, r=dougt, a=chofmann 20634
1999-12-10 23:33:30 +00:00
jfrancis%netscape.com
f331380806
fixes for bug 21030. again. really.
21030: html mail reply won't quote original message
r=kin; a=brendan
1999-12-10 23:16:02 +00:00
sfraser%netscape.com
977fcd4464
Fix for bug 21189; first node's content was duplicated with timer-based notifications on. Fix by vidur, r=smfr, a=brendan. Also work around a problem with LL_CMP macros on compilers that don't use long long (NSPR bug 21428).
1999-12-10 22:47:39 +00:00
slamm%netscape.com
ea8fd387cd
Reorder 'Build Time' and 'Guilty' column headers so that their descriptive text is beneath them.
1999-12-10 21:57:46 +00:00
buster%netscape.com
18d69565fd
bug 21378
...
r=rods
a=chofmann
changed CanUndo and CanRedo to return the right value. They were returning the opposite of what they ought to have returned.
1999-12-10 21:43:52 +00:00
hangas%netscape.com
523b5949f1
Fix headers over results pane in address book. Bug 21340. r=ducarroz, a=chofmann
1999-12-10 21:15:10 +00:00
waterson%netscape.com
70f20f9245
Bug 20691. Fire OnStopRequest() on a callback so as to avoid re-entrancy problems. r=mscott, a=chofmann
1999-12-10 21:02:47 +00:00
waterson%netscape.com
fd26b307df
Bug 20691. Add timer_s.lib so that we can use NS_NewTimer(). r=mscott, a=chofmann
1999-12-10 20:59:46 +00:00
waterson%netscape.com
576424cbfe
Bug 20691. Add NetworkModular[Debug].shlb so we can get NS_NewTimer(). r=mscott, a=chofmann
1999-12-10 20:58:08 +00:00
ftang%netscape.com
85555b0688
fix bug 21205. Make nsMacTSMMessagePump a singleton so it won't install and remove TSM AEHandler when modle dialogbox appShell create/destroy. r=pinkerton/waterson
1999-12-10 20:37:50 +00:00
blizzard%redhat.com
666571fef3
Implement nsIWidget::Flash() for unix. This is part of bug #18518 . r=pavlov,a=chofmann
1999-12-10 20:23:21 +00:00
beard%netscape.com
ad41dabfdb
added ASCII annotation of fields.
1999-12-10 20:23:16 +00:00
briano%netscape.com
e64ba486b4
Automated update
1999-12-10 20:15:45 +00:00
cls%seawood.org
daae47e365
Remove unnecessary options from DSO_LDOPTS for AIX. r=jdunn
1999-12-10 20:10:57 +00:00
rogerl%netscape.com
42554e50d0
Updated tests to account for new LiveConnect behaviour for JS array type
...
as input argumnet - it used to be handled as any other JS object, but there
are now new rules for arrays, invalidating portions of these tests.
1999-12-10 19:56:23 +00:00
danm%netscape.com
88bac4ad87
release the PresShell in HandleEventUsingKeyset earlier, so it won't outlive its ViewManager if the window is deleted. another fix for bug 20193. r:hyatt a:chofmann
1999-12-10 19:31:54 +00:00
kin%netscape.com
cd6d6bf2da
Fix for bug #18622 (UMR in nsLineLayout::CanPlaceFrame)
...
nsLineLayout::ReflowFrame() now sets some of the psd flags before
calling aFrame->Reflow().
r=troy@netscape.com ,norris@netscape.com a=chofmann@netscape.com
1999-12-10 18:41:43 +00:00
pavlov%netscape.com
736eb6e756
fix mem leak when typing r=slamm a=leaf
1999-12-10 18:08:49 +00:00
rbs%maths.uq.edu.au
c29bbe5e7e
[NOT PART OF THE DEFAULT BUILD]. Changed MathML namescape to the new officially published namespace.
1999-12-10 13:29:27 +00:00