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

9792 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com c612fef61e Fixed top relative position bug #1024 1998-10-08 15:37:34 +00:00
buster%netscape.com e2da95d0ac 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 f74186abb9 Fixed ref count problem 1998-10-08 15:23:03 +00:00
karnaze%netscape.com f614107cf0 fixed Mac bug due to undeclared index in for loop 1998-10-08 14:58:32 +00:00
sman%netscape.com f5c80669a0 adding test scripts 1998-10-08 14:55:13 +00:00
rpotts%netscape.com 0341587d68 Attempting to fix unix build bustage... 1998-10-08 07:55:23 +00:00
briano%netscape.com 83e9f5cf5f Forgot to add the NPL blurb. 1998-10-08 07:47:02 +00:00
rickg%netscape.com 7bfd062bca more bad content parsing improvements 1998-10-08 07:32:34 +00:00
racham%netscape.com e0a64a067e Added the global variable debugFlag 1998-10-08 06:54:42 +00:00
racham%netscape.com 56646247dd Added code to set the debugFlag 1998-10-08 06:53:38 +00:00
racham%netscape.com 03977cd3a2 Setting debugMode value to NO 1998-10-08 06:51:45 +00:00
racham%netscape.com 3463b73ea8 Added debug statements with a flag and additional fixes 1998-10-08 06:49:33 +00:00
racham%netscape.com 7fdd68239f 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 d334f8eee1 Added code to allow users to identify the configuration along with filename 1998-10-08 06:45:35 +00:00
racham%netscape.com ac57455975 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 8ac5e3e5d5 Wasn't calculating the branch correctly. 1998-10-08 06:01:44 +00:00
rpotts%netscape.com ca29873f2b 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 580dde94fe fieldset, legend support. fixed bug #987 1998-10-08 04:38:41 +00:00
rpotts%netscape.com 88edff2205 Fixed crash due to null pointer... 1998-10-08 04:14:18 +00:00
spider%netscape.com 9b0b757d58 Memory leak fix 1998-10-08 03:07:22 +00:00
spider%netscape.com 435a448c52 Fix memory leak. Layout should not hold ref to canvas 1998-10-08 03:00:12 +00:00
spider%netscape.com 56e042f5dd Fix memory leak 1998-10-08 02:54:28 +00:00
spider%netscape.com 6d6c97f880 Some memory leak fixes 1998-10-08 02:21:26 +00:00
pierre%netscape.com 830e00b8b1 fix build on mac after rods's changes in DispatchEvent 1998-10-08 02:00:23 +00:00
peterl%netscape.com 5d132479e5 added css2 properties 1998-10-08 01:34:58 +00:00
peterl%netscape.com 56dd6acce2 init hash code to make purify happy 1998-10-08 01:32:41 +00:00
peterl%netscape.com 042308dc64 added CSS2 properties 1998-10-08 01:31:58 +00:00
peterl%netscape.com 2817e0c448 sync to css declaration changes 1998-10-08 01:31:38 +00:00
peterl%netscape.com c7b1ae602c moved from nsCSSDeclaration 1998-10-08 01:29:29 +00:00
peterl%netscape.com a392b30dd5 moved nsCSSValue to seperate file 1998-10-08 01:29:01 +00:00
peterl%netscape.com 67e9cbd114 use loose hex to rgb color conversion for color parsing 1998-10-08 01:28:18 +00:00
peterl%netscape.com 18cbead466 improve speed of finding children 1998-10-08 01:27:38 +00:00
peterl%netscape.com 4aa37727a0 added loose hex to rgb conversion (more NAV compliant) 1998-10-08 01:24:38 +00:00
kmcclusk%netscape.com 03e7d7e9cf Fixed key events. 1998-10-08 00:47:10 +00:00
kmcclusk%netscape.com ae95299bfb Removed debug printf 1998-10-08 00:30:21 +00:00
kmcclusk%netscape.com 04106fdfe1 Removed references to widgets which are not checked in yet 1998-10-08 00:13:39 +00:00
rods%netscape.com 91be072b34 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 a2db01e15b Changed back 1998-10-07 23:39:27 +00:00
rods%netscape.com e35dc548fb Removed "::" from XmCall (trying to fix the IRIX build) 1998-10-07 23:38:52 +00:00
rods%netscape.com cf57342208 Made an attempt at fixing the Mac port for the DispatchEvent change 1998-10-07 23:33:52 +00:00
valeski%netscape.com d05d57fdf5 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 2210cf8e20 More changes so DispatchEvent works 1998-10-07 23:18:34 +00:00
spider%netscape.com e57913eb0f Fix memory corruption and leaks 1998-10-07 23:07:29 +00:00
cmanske%netscape.com 4de409fc22 Trying to fix automated test breakage 1998-10-07 23:01:26 +00:00
kmcclusk%netscape.com d67f6ad8db 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 814871c171 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 9a5fbb8d68 Pull zulu version of libnls rather than Normandy 1998-10-07 22:40:08 +00:00
rods%netscape.com 8b9180ef23 Fixed menus and add DispatchEvent to nsIWidget Interface. 1998-10-07 22:11:37 +00:00
troy%netscape.com baacf8fcb1 Added some more documentation 1998-10-07 22:00:44 +00:00
danm%netscape.com 6f373f8de7 fix crash opening page through File/Open dialog from blank context. r:law 1998-10-07 21:53:12 +00:00