Commit Graph

9643 Commits

Author SHA1 Message Date
buster%netscape.com
c81a22ecf1 all frames properly setting ascent and descent values for reflow
WIP incremental reflow in nsTableOuterFrame
1998-10-08 15:34:48 +00:00
rods%netscape.com
b1b4233eb5 Fixed ref count problem 1998-10-08 15:23:03 +00:00
karnaze%netscape.com
70a0abb395 fixed Mac bug due to undeclared index in for loop 1998-10-08 14:58:32 +00:00
sman%netscape.com
4c6ef1b8fd adding test scripts 1998-10-08 14:55:13 +00:00
rpotts%netscape.com
fb5cab9ba8 Attempting to fix unix build bustage... 1998-10-08 07:55:23 +00:00
briano%netscape.com
b672b7bb10 Forgot to add the NPL blurb. 1998-10-08 07:47:02 +00:00
rickg%netscape.com
894b2a6a24 more bad content parsing improvements 1998-10-08 07:32:34 +00:00
racham%netscape.com
9fb5c21d0a Added the global variable debugFlag 1998-10-08 06:54:42 +00:00
racham%netscape.com
5ae49735d9 Added code to set the debugFlag 1998-10-08 06:53:38 +00:00
racham%netscape.com
77827a2002 Setting debugMode value to NO 1998-10-08 06:51:45 +00:00
racham%netscape.com
2419284b45 Added debug statements with a flag and additional fixes 1998-10-08 06:49:33 +00:00
racham%netscape.com
600981fd15 BUG327804: Fixes added to prevent entering paths in the filename and to refresh IAS list on the fly 1998-10-08 06:46:34 +00:00
racham%netscape.com
b6deebf4d0 Added code to allow users to identify the configuration along with filename 1998-10-08 06:45:35 +00:00
racham%netscape.com
34787767a3 BUG327804: Fixes added to prevent entering paths in the filename and to refresh NCI list on the fly 1998-10-08 06:40:28 +00:00
terry%netscape.com
938221f305 Wasn't calculating the branch correctly. 1998-10-08 06:01:44 +00:00
rpotts%netscape.com
6943ce1ed2 temporary fix to get unix building again... Get rid of the constness before calling PR_Free(...) 1998-10-08 05:06:30 +00:00
karnaze%netscape.com
42797648cf fieldset, legend support. fixed bug #987 1998-10-08 04:38:41 +00:00
rpotts%netscape.com
7d88ecde74 Fixed crash due to null pointer... 1998-10-08 04:14:18 +00:00
spider%netscape.com
83528cfd41 Memory leak fix 1998-10-08 03:07:22 +00:00
spider%netscape.com
e70d65c945 Fix memory leak. Layout should not hold ref to canvas 1998-10-08 03:00:12 +00:00
spider%netscape.com
8d26b3c0c8 Fix memory leak 1998-10-08 02:54:28 +00:00
spider%netscape.com
f01f44d8c6 Some memory leak fixes 1998-10-08 02:21:26 +00:00
pierre%netscape.com
b86cf5a78d fix build on mac after rods's changes in DispatchEvent 1998-10-08 02:00:23 +00:00
peterl%netscape.com
f65a2a8850 added css2 properties 1998-10-08 01:34:58 +00:00
peterl%netscape.com
154eeceebf init hash code to make purify happy 1998-10-08 01:32:41 +00:00
peterl%netscape.com
e9cf015856 added CSS2 properties 1998-10-08 01:31:58 +00:00
peterl%netscape.com
b9cc95d754 sync to css declaration changes 1998-10-08 01:31:38 +00:00
peterl%netscape.com
a8c29650d6 moved from nsCSSDeclaration 1998-10-08 01:29:29 +00:00
peterl%netscape.com
4632b67a7b moved nsCSSValue to seperate file 1998-10-08 01:29:01 +00:00
peterl%netscape.com
a2308e718a use loose hex to rgb color conversion for color parsing 1998-10-08 01:28:18 +00:00
peterl%netscape.com
759f587f49 improve speed of finding children 1998-10-08 01:27:38 +00:00
peterl%netscape.com
29a4f81412 added loose hex to rgb conversion (more NAV compliant) 1998-10-08 01:24:38 +00:00
kmcclusk%netscape.com
c212eea4ea Fixed key events. 1998-10-08 00:47:10 +00:00
kmcclusk%netscape.com
57c2e37a18 Removed debug printf 1998-10-08 00:30:21 +00:00
kmcclusk%netscape.com
a301ff4ae9 Removed references to widgets which are not checked in yet 1998-10-08 00:13:39 +00:00
rods%netscape.com
6b9a9a934c Added an NS_ADDREF to InitEvent and then put in NS_RELEASE in all the proper places.
This was necessary because an Exit menu event was deleting the Windows object
before event processing could complete.
1998-10-08 00:04:21 +00:00
rods%netscape.com
d6da910767 Changed back 1998-10-07 23:39:27 +00:00
rods%netscape.com
a61c33f25d Removed "::" from XmCall (trying to fix the IRIX build) 1998-10-07 23:38:52 +00:00
rods%netscape.com
34d1cbea26 Made an attempt at fixing the Mac port for the DispatchEvent change 1998-10-07 23:33:52 +00:00
valeski%netscape.com
8ba523d9f7 Removed the nsINetContainerApplication interface. The methods that were part of this interface are now implemented by nsINetService.
Changed mozilla\network\module\makefiles so they no longer export nsINetContainerApplication.h.

M dom/src/base/nsGlobalWindow.cpp
Changed javascript so it retreives the user-agent tokens via nsINetService.

M network/module/nsINetService.h
Added the application user-agent token methods to the nsINetService interface.

M network/module/nsNetFactory.cpp
The netservice constructor no longer takes a pointer to a nsINetContainerApplication.

M network/module/nsNetService.cpp
M network/module/nsNetService.h
Added the implementation of the application user-agent token methods.

M webshell/tests/viewer/nsViewerApp.cpp
M webshell/tests/viewer/nsViewerApp.h
Removed old containerapplication implementation

M xpfe/xpviewer/src/nsViewerApp.cpp
M xpfe/xpviewer/src/nsViewerApp.h
Removed old containerapplication implementation
1998-10-07 23:19:39 +00:00
rods%netscape.com
594b97f546 More changes so DispatchEvent works 1998-10-07 23:18:34 +00:00
spider%netscape.com
53ed2dcb22 Fix memory corruption and leaks 1998-10-07 23:07:29 +00:00
cmanske%netscape.com
8578e529d9 Trying to fix automated test breakage 1998-10-07 23:01:26 +00:00
kmcclusk%netscape.com
286fe09daf Changed the name of the netlib.so to libnetlib.so to correctly match the file
that is built under unix. This makes the viewer run again.
1998-10-07 22:54:48 +00:00
kmcclusk%netscape.com
a05b493f8e Moved libjsdomcss_s above libjsdomcore_s to fix Linux build. libjsdomcss uses
InitStyleSheetClass which is defined in libjsdomcore.
1998-10-07 22:47:06 +00:00
spider%netscape.com
24c1b5d6c6 Pull zulu version of libnls rather than Normandy 1998-10-07 22:40:08 +00:00
rods%netscape.com
14703299e4 Fixed menus and add DispatchEvent to nsIWidget Interface. 1998-10-07 22:11:37 +00:00
troy%netscape.com
b01db804a6 Added some more documentation 1998-10-07 22:00:44 +00:00
danm%netscape.com
2d033dd05c fix crash opening page through File/Open dialog from blank context. r:law 1998-10-07 21:53:12 +00:00
spider%netscape.com
7a8df96981 Memory corruption fix. 1998-10-07 21:38:54 +00:00