jefft%netscape.com
97af25e48e
fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott
1999-10-05 14:15:04 +00:00
rpotts%netscape.com
1dd0ecd453
Added a missing lock to nsSocketTransport::OnFull... reviewed by warren.
1999-10-05 08:41:37 +00:00
rpotts%netscape.com
adf7433a4c
bug #14181 . Reviewed by pnunn. Fixed crash when loading large (or slow) animated GIF images on linux.
1999-10-05 08:36:43 +00:00
mscott%netscape.com
2654838625
fix vc5.0 build......include nsISupportsArray before using a com ptr on it.
1999-10-05 06:56:12 +00:00
dp%netscape.com
a46d351a91
Fixed build bustage caused by undefined min()
1999-10-05 06:28:17 +00:00
mscott%netscape.com
dbd7050065
Bug #0000 --> (no bug necessary)....add a #ifdef guard around this header file
...
so we don't try to include the contents multiple times!!
r=sspitzer
1999-10-05 05:53:31 +00:00
rickg%netscape.com
f962035510
no changes made; just forcing a recompile
1999-10-05 05:52:12 +00:00
mscott%netscape.com
55830c8d88
Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR, remove NS_New**
...
r=sspitzer
1999-10-05 05:46:20 +00:00
mscott%netscape.com
054da20a5c
Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
...
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer
1999-10-05 05:45:07 +00:00
mscott%netscape.com
e5aaf41ad5
Bug #11837 --> in order to use NS_GENERIC_FACTORY_CONSTRUCTOR the
...
class declaration needs to be in the header file. Removing old NS_New*
method in favor of NS_GENERIC_FACTORY_CONSTRUCTOR.
r=sspitzer
1999-10-05 05:44:41 +00:00
sspitzer%netscape.com
65550b4fb1
added files: mozilla/profile/src/nsProfileFactory.cpp
1999-10-05 05:20:58 +00:00
sspitzer%netscape.com
be108fd1e8
fix for #15262 , r=mscott
...
break apart the profile factory from nsProfile.cpp and put it into nsProfileFactory.cpp
also, apply dp's patch to use nsIModule. r=sspitzer
1999-10-05 05:20:45 +00:00
pavlov%netscape.com
45fd3e457d
fix bugs in find dialog and make it use the dialog overlay. make it not resizeable, fixed style rules on the windows and buttons. r=sfraser
1999-10-05 05:20:29 +00:00
rjc%netscape.com
7299479e84
Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com
1999-10-05 05:11:09 +00:00
rpotts%netscape.com
94023176e2
Fixed up broken test case while investigating bug #14181...
1999-10-05 05:02:56 +00:00
rickg%netscape.com
e2c21e33ea
fixed bug 15290; eliminated a leak; r=kmcclusk
1999-10-05 04:54:53 +00:00
radha%netscape.com
98ab0bb7c2
Fix for bug #13329 . Back and forward not consistent all the time.
...
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
rickg%netscape.com
a0d9a79a54
bugs 13038 and 14920; also improved comments. r=kmcclusk
1999-10-05 04:47:19 +00:00
jband%netscape.com
2fa72d8d56
xpidl compiler was failing to complain that it is an error to use [shared] with 'inout' params. (no bug was filed) r=mccabe
1999-10-05 04:23:35 +00:00
karnaze%netscape.com
49cb28761f
bug 14818 - made standard mode like NavQuirks when handling colspans exceeding the number of columns.
1999-10-05 04:21:00 +00:00
putterman%netscape.com
d5b561ee28
Fix bug 15479 - crash when mousing over folder pane scrollbar. Also, fix 12645 - assertion
...
when using folder pane scrollbar. Also, make 3pane menu and toolbar look normal. various
parts reviewed by hyatt and hangas.
1999-10-05 04:14:26 +00:00
sspitzer%netscape.com
e3cdd7da27
a bunch of changes, all reviewed by mscott.
...
fix some bugs with next, back, and cancel in the profile manager.
(#15223 , #15271 )
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063 )
more profile code clean up. (#15042 )
rename the old 4.x history.dat file. it's called history.dat in 5.0, but the file
formats are different. (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
norris%netscape.com
716e97dd9c
Fix 15458 "onLoadHandler does not work"
...
Reviewed by mstoltz.
1999-10-05 04:08:14 +00:00
rpotts%netscape.com
89f54ea1ae
bug #15341 and bug #15344 . Use the documentloader observer instead of a stream observer.
1999-10-05 04:04:16 +00:00
sgehani%netscape.com
1fe0e8efa3
Added Mac alias creation feature for install script writers using XPInstall: bugs 9363, 14345, 15503; r=ssu.
Fixed nsFileSpec<->nsInstall error translation in File operations exposed to install script writers: bug 15486; r=ssu.
1999-10-05 04:04:01 +00:00
tao%netscape.com
ad7e0598b6
Add makefiles for Unix.
1999-10-05 03:55:45 +00:00
mccabe%netscape.com
1fbb1a0a36
Initial checkin of TestScan.java, a simple driver for generating and printing various kinds of parse trees, and for profiling scanning, parsing and compiling.
1999-10-05 03:47:04 +00:00
alecf%netscape.com
19252b3d04
add new findServer() method and javadoc comments
...
r=sspitzer
#15140
1999-10-05 03:29:42 +00:00
waterson%netscape.com
fd05a45cc4
Bug 15511. Make sure container element sets 'parent' backpointer to null before releasing child; prevents dangling references if child is still referenced from elsewhere. r=vidur
1999-10-05 03:20:57 +00:00
sfraser%netscape.com
68d29f8de0
Use CR for line termination on Macintosh, and don't call flush() for an endl. r dougt.
1999-10-05 03:00:13 +00:00
troy%netscape.com
05b9f1f4ff
Checked in workaround for tree-view/apprunner problem of assert in GetColumnWidth()
1999-10-05 02:41:36 +00:00
selmer%netscape.com
7580ecd1e8
Most of CopyDir ready
1999-10-05 02:22:36 +00:00
kipp%netscape.com
6b151c623e
backed out dps erroneous fix
1999-10-05 01:44:35 +00:00
kipp%netscape.com
74fe2380b4
Fixed build wastage
1999-10-05 01:43:34 +00:00
dmose%mozilla.org
0f48266224
update license boilerplate to NPL dual w/GPL, r=norris@netscape,a=norris@netscape.com
1999-10-05 01:42:01 +00:00
shawnp%earthling.net
6dd37b6e8a
To determine what gfx toolkit is being used at runtime, I added the
...
following functions to the nsIUnixToolkitService interface:
SetWidgetToolkitName(), SetGfxToolkitName(), IsValidWidgetToolkit(),
IsValidGfxToolkit(), GetWidgetToolkitName(), GetGfxToolkitName(). I also
added the implementation for these functions. Reviewed by
ramiro@netscape.com .
1999-10-05 01:35:21 +00:00
shawnp%earthling.net
8eb45b3a89
Improved info that is logged. Only bother to do something in OnPaint() if there
...
is a pixmap to copy from. Reviewed by ramiro@netscape.com .
1999-10-05 01:31:56 +00:00
shawnp%earthling.net
45893d6167
Implemented stub CaptureRollupEvents() and SetTitle() functions. Now handle
...
both Qt and Xlib gfx toolkits at runtime. Fixed a bug in SetCursor(). Can now
track cursor movement when no mouse button is pressed. Got rid of flickering
when repainting web pages. Reviewed by ramiro@netscape.com .
1999-10-05 01:31:18 +00:00
shawnp%earthling.net
0070ba00dc
Now use separate PR_LOG module for scrolling. Stopped generation of double
...
scroll events. Reviewed by ramiro@netscape.com .
1999-10-05 01:30:23 +00:00
shawnp%earthling.net
e216e42942
Added mouse enter/exit event. Added focus in/out event. Now use seperate PR_LOG
...
modules for events. Combined MousePressedEvent() and MouseReleasedEvent() into
MouseButtonEvent(). Reviewed by ramiro@netscape.com .
1999-10-05 01:29:07 +00:00
shawnp%earthling.net
b8b7888624
Added constructor needed for integration with Xlib gfx toolkit. Reviewed by
...
ramiro@netscape.com .
1999-10-05 01:28:24 +00:00
shawnp%earthling.net
a2846627fe
Implemented stub SetCheckboxType() and GetCheckboxType() functions.
...
Reviewed by ramiro@netscape.com .
1999-10-05 01:27:44 +00:00
shawnp%earthling.net
6e54805ae8
Implemented stub GetEnabled() and IsHelpMenu() functions. Reviewed by
...
ramiro@netscape.com .
1999-10-05 01:26:39 +00:00
kipp%netscape.com
7b7c3b1eb6
Disabled leak cleanup until other reviews come in
1999-10-05 01:26:14 +00:00
dp%netscape.com
82c29aa82a
Fixing build bustage.
1999-10-05 01:25:55 +00:00
shawnp%earthling.net
f3229171a3
Updated to better match values used by the gtk widget toolkit (assuming
...
those are more correct values). Reviewed by ramiro@netscape.com .
1999-10-05 01:24:46 +00:00
shawnp%earthling.net
153c96aa91
Added a static function to determine at runtime what gfx toolkit is being
...
used. Reviewed by ramiro@netscape.com .
1999-10-05 01:23:47 +00:00
shawnp%earthling.net
d8db4adee0
Now link in libxlibgrb.so when building libwidgetqt.so so that Qt can work
...
with the Xlib gfx toolkit. Reviewed by ramiro@netscape.com .
1999-10-05 01:22:48 +00:00
shawnp%earthling.net
017409f3ab
Added missing entries to the menus. Added key accessors for menu items that
...
were missing them. Reviewed by ramiro@netscape.com .
1999-10-05 01:21:29 +00:00
jband%netscape.com
a7173aa30d
NOT PART OF BUILD updating status page
1999-10-05 00:53:26 +00:00