Commit Graph

1978 Commits

Author SHA1 Message Date
kmcclusk
4afa71449a In nsViewer::processArguments declared int i, outside of the block.
Placed XP_PC around PL_initialize and PL_event calls in nsViewer.cpp
In nsDocLoader::CancelAll Moved int i declaration out of the loop
1998-06-02 21:17:15 +00:00
pinkerton
76c490d2d0 Backing out appearance manager changes and removal of CPPb's since they're out of date anyway. 1998-06-02 21:15:02 +00:00
troy
b37d19f730 Added null pointer check for mRootView in Composite() 1998-06-02 21:05:00 +00:00
kmcclusk
bceb2954b1 Added clobber and install directives to viewer Makefile 1998-06-02 21:02:22 +00:00
pinkerton
06cff1e597 Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley). 1998-06-02 21:00:07 +00:00
pinkerton
6410e6d56f Prepare for column saving in HT (appr sdagley). 1998-06-02 20:56:28 +00:00
pinkerton
62041bea46 Make columns work correctly in nav center (appr sdagley). 1998-06-02 20:56:06 +00:00
kmcclusk
325369b331 Modified viewer Makefile to compile all viewer source files. 1998-06-02 20:34:52 +00:00
rpotts
b66a3bd9e7 Turned off the load_background flag when loading URLs... This allows netlib to produce more status information which gets pushed out of nsIStreamListener::OnProgress(...) 1998-06-02 20:17:17 +00:00
spider
231821c7a7 Implement Native Text Width routines for char and unicode 1998-06-02 19:57:35 +00:00
scullin
ccfef80b32 Added NSPR logging. Set NSPR_LOG_MODULES=NSRepository:4 to get
bunches o' logging.
1998-06-02 19:54:52 +00:00
rods
ff16b440da uses sharded instead of static libs 1998-06-02 19:45:39 +00:00
rods
26eec53a4a disabled the build of the test app 1998-06-02 19:44:16 +00:00
spider
34a35def2c Minor Rendering fixes. FontMetric hardcoded to get by. Implemented
FillPolygon/DrawPolygon.
1998-06-02 19:35:41 +00:00
anthonyd
be6bd4ec1d added euro character to known entities array - awd 1998-06-02 18:53:18 +00:00
scullin
b1765c3548 Added tests sub-directory. 1998-06-02 18:39:17 +00:00
scullin
bd51cedb2e Moved nettest into network/module/tests 1998-06-02 18:38:20 +00:00
blythe
e382b412d4 martin.nilsson@bigfoot.com updated the images slightly 1998-06-02 17:53:52 +00:00
valeski
3e39fa58f0 fixing shorted mem allocation call. 1998-06-02 17:24:15 +00:00
kmcclusk
56971dd0f3 Removed nsDocLoader.cpp dependency on <windows.h>
Changed MAXPATHLEN to a constant 1024 for viewer
Moved XP_PC to include both event in OnLinkClickEvent::OnLinkClickEvent
1998-06-02 16:44:17 +00:00
kipp
71956a68ac removed 1998-06-02 16:33:52 +00:00
troy
26602e0734 Turned on incremental painting 1998-06-02 05:29:44 +00:00
troy
edd188c5e9 Added member function Invalidate() 1998-06-02 05:28:11 +00:00
troy
2f3a952805 Turned off CS_HREDRAW and CS_VREDRAW 1998-06-02 05:27:08 +00:00
troy
1ac4ac9442 Made damage rect passed to UpdateView() be a const 1998-06-02 05:26:42 +00:00
wtc
01cfc7a328 Moved the definition of _AIX_AtomicSet() to the outside of the
#ifndef AIX4_1 block.  Thanks to C. Fung <carsonf@torolab.ibm.com>
for reporting this problem.
1998-06-02 03:25:22 +00:00
scullin
c3162bc6d9 Fix nglayout build. 1998-06-02 02:54:02 +00:00
briano
b61c6bf859 Support for SINIX-Z and QNX. 1998-06-02 02:50:14 +00:00
troy
6a87c166bb Changed SetBounds() to not request a repaint when resizing the window 1998-06-02 02:46:31 +00:00
briano
18fba09482 Added a test for snprintf(). 1998-06-02 02:44:34 +00:00
troy
7984ef0147 Changed WM_WINDOWPOSCHANGED handling to ignore z-order (and activation)
changes
1998-06-02 02:33:29 +00:00
spider
ab9eb68139 IRIX fixes 1998-06-02 02:30:39 +00:00
troy
a2fd8036ca Fixed a problem that was causing a crash 1998-06-02 02:11:26 +00:00
waldemar
0b2fd976f5 Fixed bugs 76103 and 122787: parsing of new-expressions 1998-06-02 01:54:31 +00:00
spider
50c4d664a5 Add support for LD_LIBS for shared objects 1998-06-02 01:48:14 +00:00
scullin
fc3175c13e Add libmimetype.a 1998-06-02 01:44:27 +00:00
kipp
d2caf8b43e Make bullets transparent to whitespace compression 1998-06-02 01:43:02 +00:00
scullin
c9836e34ef Fix netlib pull 1998-06-02 01:40:17 +00:00
scullin
58fa477c7f Landing modular netlib on UNIX. 1998-06-02 01:34:57 +00:00
scullin
0ec9d09794 Moved from /webshell/tests 1998-06-02 01:27:17 +00:00
spider
535c918064 Unix support 1998-06-02 01:22:56 +00:00
spider
ec433abac7 Use DSO instead of archive libs. Using archives will cause problems
since XPCOM was not intended to be used that way.
1998-06-02 01:21:29 +00:00
spider
e886be9e00 Change to using .so's in Makefile. Temporarily hardcode some
TextMetrics stuff
1998-06-02 01:16:48 +00:00
spider
fb25a42c5a Change link of shared libs to take OS_LIBS after application libs.
Also, change default loader on IRIX from ld to CC, since DSO's with
C++ code need to use the C++ loader.  Using ld causes memory
trashing.
1998-06-02 01:15:45 +00:00
scullin
035e8b2060 Landing modular netlib 1998-06-02 01:08:47 +00:00
warren
ff0fc4a78c Factored nsplugin.h into nsIPlug.h and nsILCPlg.h. nsplugin.h will get obsoleted. 1998-06-02 00:32:49 +00:00
scullin
314c70ad58 Landing modular netlib on UNIX 1998-06-02 00:23:17 +00:00
toshok
e6baaac1be Fix build on FreeBSD. don't hardcode '.so', some platforms don't use it. 1998-06-02 00:18:45 +00:00
sfraser
e30946506d Remove obsoleted files 1998-06-02 00:17:23 +00:00
mcafee
288c146f04 XP_FindNameContextInList() can return null if looking for a target of type _new, adding a check for this case (122092) r=toshok, a=chofmann 1998-06-02 00:16:29 +00:00