briano%netscape.com
c4efc330cb
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
8c979cd0bb
Fix for the crash in SendFocusBlur.
1999-12-11 05:42:18 +00:00
briano%netscape.com
5243f302e6
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
3e66864f99
Oops. AIX needs this part of the fix for bug 20882 as well.
1999-12-11 05:25:03 +00:00
briano%netscape.com
142809792f
Automated update
1999-12-11 02:45:46 +00:00
briano%netscape.com
f83c4a4cf7
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
7f46d43ea4
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
5e5afc5a18
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
a5d50b2a1c
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
f6a3a9a144
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
6e2ce4b011
#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
71391a88a6
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
6c9c6146d8
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
959e04a2ff
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
86df71ed3e
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
beb5b9cfda
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
8de0af5814
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
9e6e1e4202
Add a get() to fix build bustage
1999-12-11 00:37:11 +00:00
idk%eng.sun.com
d92e391eca
21259
...
PlugletManager.getValue removed
1999-12-11 00:35:20 +00:00
mjudge%netscape.com
048737c6ed
meant to use the define. sorry
1999-12-11 00:35:10 +00:00
mjudge%netscape.com
6272aad61e
fix for vc5.0 bustage. wierd. bill law will follow up
1999-12-11 00:19:17 +00:00
idk%eng.sun.com
002f88f52e
21291
...
add on.
1999-12-11 00:09:16 +00:00
idk%eng.sun.com
2f403ee050
21291
...
org.mozilla.util.Debug renamed to
org.mozilla.util.DebugPluglet
Tests updated
1999-12-11 00:08:00 +00:00
hyatt%netscape.com
70f793378c
Fix for PDT bug #21247 . r=saari, mjudge
1999-12-11 00:06:29 +00:00
mjudge%netscape.com
b51f84b3de
massive changes a=jar.hoffman, r=akkana
1999-12-11 00:02:08 +00:00
rods%netscape.com
14a871afc2
not using scaled pixels to twips
...
b=21293 r=dcone
1999-12-10 23:59:27 +00:00
sgehani%netscape.com
7604df3df9
*** 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
6496815892
*** 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
01d9abbcda
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
250a2960b9
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
c43ec403b8
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
5b31932b02
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
0cd5eba60e
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
0a90ef3b34
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
69e69b39e1
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
121c8cdc07
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
de17407756
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
9ab0099927
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
654a386ee8
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
7f3861d53f
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
3a6268b3b5
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
14dd92d9b0
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
c39fcd0737
added ASCII annotation of fields.
1999-12-10 20:23:16 +00:00
briano%netscape.com
afec8215be
Automated update
1999-12-10 20:15:45 +00:00
cls%seawood.org
aef7991593
Remove unnecessary options from DSO_LDOPTS for AIX. r=jdunn
1999-12-10 20:10:57 +00:00
rogerl%netscape.com
4ef42618e3
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
7ad8e25fe2
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
c802915a2e
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
9f7527d771
fix mem leak when typing r=slamm a=leaf
1999-12-10 18:08:49 +00:00
rbs%maths.uq.edu.au
49246b50d7
[NOT PART OF THE DEFAULT BUILD]. Changed MathML namescape to the new officially published namespace.
1999-12-10 13:29:27 +00:00