briano%netscape.com
ac50c4b239
Build fix. Some compilers try to interpret the #0xx in the unused #defines
...
as octal values, so the ones that contain 8's and 9's make the compilers unhappy.
1999-12-09 02:59:40 +00:00
dougt%netscape.com
2d0f118db2
fix for 19133. r=waterson, a=brendan.
1999-12-09 02:28:43 +00:00
bienvenu%netscape.com
ef3de19de0
fix imap reply quoting, r=mscott,a=chofmann 21217
1999-12-09 02:19:30 +00:00
sspitzer%netscape.com
2bd0b55a27
remove C++ style comments.
1999-12-09 01:59:34 +00:00
sspitzer%netscape.com
fdc5e80bdc
fix for 15483. return an error when we are about to return the default value for a pref that hasn't been initialized. r=putterman. mail sent to netscape.public.mozilla.xpfe and to various XUL / JS authors who may be affected by this change.
1999-12-09 01:49:19 +00:00
akkana%netscape.com
b9b8ecf5e1
21208: Fix pasting of unicode. r=pinkerton, a=brendan
1999-12-09 01:35:48 +00:00
briano%netscape.com
9fc7c99246
Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers.
1999-12-09 01:31:23 +00:00
rhp%netscape.com
0e86352c40
Fix for possible memory overrun - Bug #:20564 - r: jefft
1999-12-09 01:11:52 +00:00
idk%eng.sun.com
6e351ee794
Followup bug 19559
...
Make pluglets using SuperWin
1999-12-09 00:58:30 +00:00
pavlov%netscape.com
c6bb09d1a8
fix for 20496 r=mcafee a=leaf
1999-12-09 00:54:55 +00:00
danm%netscape.com
77fef00cb7
close window on receipt of close event, as well as destroy. synchs with recent changes to gtk/mac/win windows. fixes bug 20811. r:troy a:chofmann
1999-12-09 00:47:46 +00:00
rogerl%netscape.com
14f48a28d6
smaller faster better - it'll probably burn up on entry.
1999-12-09 00:26:09 +00:00
shaver%netscape.com
03fc9fe962
fix leaf of registryName ( #21068 , r=beard, a=leaf)
1999-12-09 00:01:46 +00:00
jdunn%netscape.com
3b46734bda
Include nsJARURI.cpp and nsJARChannel.cpp in the unix build
...
r= warren, chofmann
1999-12-08 23:47:11 +00:00
blizzard%redhat.com
aaa70826d7
fix for bug #21169 . fix problems with resizing and showing the gtkmozilla widget when embedding it. r=pavlov, a=chofmann
1999-12-08 23:07:13 +00:00
rickg%netscape.com
c2494324e5
unintentionally commited. Backing out
1999-12-08 23:05:14 +00:00
norris%netscape.com
e650ab2c82
Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
...
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.
r=rhp@netscape.com .
Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
rickg%netscape.com
4308b04de5
fixed bug 21146; r=buster; a=chofmann.
1999-12-08 22:54:08 +00:00
dougt%netscape.com
0506b1548e
fix for 20964. r=sfraser a=chofmann
1999-12-08 22:50:15 +00:00
norris%netscape.com
cfd53b923f
Add list of inapplicable tests for rhino.
1999-12-08 22:42:18 +00:00
Jerry.Kirk%Nexwarecorp.com
7043aea350
Fixing drawing problems of toolbars under Photon ONLY.
...
The toolbars were not drawing properly, and were being clipped out by
incorrect clip rects that were part of the graphic context. I cleared
the Multiclip part of the GC when the a drawing surface is selected.
Fixing Photon, r=kedl a=leaf
1999-12-08 22:28:15 +00:00
rginda%netscape.com
0199cedcef
Fixing stupid mistake.
1999-12-08 22:26:19 +00:00
rginda%netscape.com
1ca97dc352
Turned off automatic fslash insertion for shellpath (it now takes a full exe name)
...
Added --noexitmunge option for systems that don't report the exitcode/exitsignal "properly"
1999-12-08 22:21:41 +00:00
hyatt%netscape.com
3a797b3681
Fix for caret problems in Ender text fields. r=saari
1999-12-08 20:55:45 +00:00
hyatt%netscape.com
c759f0ad08
Fix for the two crashers: 21180 and 21163, r=saari
1999-12-08 20:18:16 +00:00
pavlov%netscape.com
e48c46c742
#ifdef DEBUG_CLIPBOARD a printf a=leaf
1999-12-08 20:00:28 +00:00
hyatt%netscape.com
e360425c25
Adding treepopup support to the thread pane.
1999-12-08 11:34:58 +00:00
hyatt%netscape.com
901983dfe3
Adding tree popup routines.
1999-12-08 11:31:31 +00:00
hyatt%netscape.com
70ddfc64dd
treecolgroups and treecols didn't quite have the right rules. Fixing.
1999-12-08 11:31:12 +00:00
hyatt%netscape.com
59da512000
Implementing support for popupanchor and popupalign.
1999-12-08 11:30:47 +00:00
hyatt%netscape.com
af5c8627b2
Fixing Mac crasher. r=saari
1999-12-08 10:16:56 +00:00
syd%netscape.com
29c841f748
Added xp_core.h to files that get disted. r=amusil a=sdagley
1999-12-08 09:27:07 +00:00
waterson%netscape.com
29f0f777c6
Fix eager inline closetag on <keyset>. r=hyatt
1999-12-08 09:10:41 +00:00
hyatt%netscape.com
c13bdf625e
Fix for 21139, r=waterson
1999-12-08 09:01:06 +00:00
waterson%netscape.com
4b5bfd9fa4
What a dumbass! I should've 'cvs diff'-ed before checking that in. Landed some random local mods in my tree. Sorry!
1999-12-08 08:08:39 +00:00
waterson%netscape.com
48c2b1b2ab
Bug 17680. Only need to add template builders on nodes that are more than -two- levels in from an overlay root. The first ply will be set up in nsXULDocument::OverlayForwardReference::Merge().
1999-12-08 07:59:12 +00:00
sdagley%netscape.com
1c96ab9feb
First Checked In.
1999-12-08 07:56:17 +00:00
syd%netscape.com
d2f3288af4
More fleshing out nsSound for Linux, mirrors windows implementation that
...
works, replacing call to PlaySound() in Win32 with call to esd sound daemon.
Currently doesn't play, but I will fix that shortly. r=alecf
1999-12-08 07:43:39 +00:00
fur%netscape.com
47be6250a8
Fix #12367 . Don't crash evaluating 'foo.constructor' if foo is a JavaObject.
...
r:none
1999-12-08 07:41:35 +00:00
alecf%netscape.com
ebaab71049
fix for #18420 - scrolling screws up when selection changes
...
fix oncontentinserted and oncontentremoved so that mTopFrame is set correctly, and don't be over-zealous about destroying frames.
r=hyatt (well, really written mostly by hyatt and digested by me)
1999-12-08 07:20:25 +00:00
waterson%netscape.com
19b1ae7b34
Bug 21033. Delete broadcast listeners in Slots dtor. thanks beard!
1999-12-08 07:18:59 +00:00
waterson%netscape.com
d72ecdba3f
Bug 20714. Use static names for roots.
1999-12-08 06:58:00 +00:00
waterson%netscape.com
1cfd509d1a
Bug 20714. Get rid of prefs 'special' JSRuntime. Never, EVER cross the beams. r=brendan
1999-12-08 06:49:04 +00:00
varada%netscape.com
9efcb8f0c2
check for bug #7924 autorun.inf points to seamonkey32e.exe when the cdshell is not selected
1999-12-08 06:45:16 +00:00
alecf%netscape.com
179ba9ec4e
fix bustage so I can check in
1999-12-08 06:44:18 +00:00
fur%netscape.com
de06328f1b
Move OnHeadersAvailable() after processing of server's "Not Modified" response,
...
so that the cached HTTP headers can be substituted for the 304 response headers.
1999-12-08 06:37:28 +00:00
fur%netscape.com
fe221171f0
Need to reset pointers within segment after realloc, since segment base
...
may have changed.
1999-12-08 06:28:44 +00:00
rginda%netscape.com
e2700b639f
Fix for unix bustage, r=scc@netscape.com
1999-12-08 06:14:33 +00:00
varada%netscape.com
e326ad8024
fix for bug #21086 removing the check for CD and Network since the latter has been removed
1999-12-08 06:10:13 +00:00
hyatt%netscape.com
2db54c7221
Fixing bustage on wensleydale.
1999-12-08 06:04:10 +00:00