Граф коммитов

1973 Коммитов

Автор SHA1 Сообщение Дата
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
rpotts b6afa84a20 fixed typo in progress notification... 1998-06-02 00:03:49 +00:00
ramiro 7df3c4c57c Add resources for toolbar toggle behavior. 1998-06-01 23:44:42 +00:00
kipp 9176bca6d6 Set first child during reflow unmapped; leave white space compression flag alone for zero sized frames 1998-06-01 23:39:40 +00:00
kipp 29847f56c9 Map DIR attribute into style 1998-06-01 23:38:55 +00:00
kipp f7574b4cbd Fixed block frame Clear method to work properly 1998-06-01 23:38:40 +00:00