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
kmcclusk%netscape.com
3d3091f8ba
Added method to execute JavaScript. Changed forward, back, home to execute a
...
JavaScript routine instead of directly calling a method on nsWebShell.
1998-10-07 21:19:46 +00:00
rods%netscape.com
a0dcead7e7
Added menu support
1998-10-07 21:07:40 +00:00
spider%netscape.com
b39b7546ad
Multi-User View support. Add dynamic layout support in Multi User and
...
Day Views
1998-10-07 20:50:12 +00:00
dcone%netscape.com
bf98b85490
updated the mac menu command to the new event structure type
1998-10-07 20:17:14 +00:00
dcone%netscape.com
56cda0f2e9
updated Dispatch to new interface.
1998-10-07 20:15:45 +00:00
dcone%netscape.com
69ac930d03
Updated to Rod S's changes
1998-10-07 20:15:05 +00:00
rods%netscape.com
c0b8f9e933
I fixed rendering part
1998-10-07 20:06:50 +00:00
spider%netscape.com
e1f6dee9d4
WIP: Multi-User View. Move calxml UI files to UI tree
1998-10-07 19:56:16 +00:00
rods%netscape.com
4fa50cdcb6
Added SetHorizontalLayout method
1998-10-07 19:50:42 +00:00
rods%netscape.com
aa87aa621d
Updated Interfaces to support UNIX
1998-10-07 19:49:36 +00:00
blizzard%appliedtheory.com
1add9574a3
Adding the first pass at a bonsai faq. This answers some administration
...
questions, no install information in here yet.
1998-10-07 19:29:26 +00:00
terry%netscape.com
58c9e2d5cf
Improve the error message a bit.
1998-10-07 19:28:19 +00:00
terry%netscape.com
130fae0e4c
Added 'Despot'.
1998-10-07 18:58:55 +00:00
kmcclusk%netscape.com
ba3c1c8a9e
Added forward(), back(), home(), and stop() to nglayout, JavaScript
1998-10-07 18:06:23 +00:00
dcone%netscape.com
488da56048
re-wrote the ConvertToDeviceCoordinates to offset the event point.
1998-10-07 17:59:26 +00:00
dcone%netscape.com
7e49439af0
Calculated the offset for the event and added that to the point before event processing
1998-10-07 17:57:07 +00:00
dcone%netscape.com
70467e4967
Fixed an offset problem
1998-10-07 17:55:57 +00:00
spider%netscape.com
227ef2fea6
WIP: Multi-User Canvas - some API changes and fixes for
...
Horizontal rendering
1998-10-07 16:32:28 +00:00
ramiro%netscape.com
c1b54177a1
Backout previous hack. Not needed anymore. I fixed the real problem.
1998-10-07 15:36:41 +00:00
ramiro%netscape.com
e0d7a0e949
Fix the broken unix builds.
1998-10-07 15:34:47 +00:00
ramiro%netscape.com
b965770c3b
Try to fix unix bustage by hard coding an include.
1998-10-07 15:30:48 +00:00
dcone%netscape.com
8199823d72
Fixed a mac problem, a variable scoping problem was fixed in the handle method.
1998-10-07 15:17:27 +00:00
dcone%netscape.com
e75f5217d6
small offset problem fixed
1998-10-07 15:14:48 +00:00
ramiro%netscape.com
f682c6b1b4
Try to fix the unix bustage.
1998-10-07 15:14:06 +00:00
dcone%netscape.com
ec925cd393
calculate the correct offset
1998-10-07 15:13:48 +00:00
dcone%netscape.com
383aafe32c
fixed offset problems
1998-10-07 15:13:19 +00:00
dcone%netscape.com
8cd76a3947
fix the size problem
1998-10-07 15:12:57 +00:00
dcone%netscape.com
87a17df6fd
selection fix
1998-10-07 15:10:40 +00:00
dcone%netscape.com
2a28b847f6
update fix
1998-10-07 15:09:03 +00:00
rpotts%netscape.com
54850b3897
Fixed RefCounting bug where following links would decrement the WebShell ref count :-(
1998-10-07 12:15:48 +00:00
racham%netscape.com
6a72c7cdf4
BUG327094 : PREF callbacks replaces the Netscape Registry calls. Problem of deleting an existing profile is corrected.
1998-10-07 10:31:25 +00:00
ramiro%netscape.com
0af7da18fa
Fix broken test.
1998-10-07 10:28:21 +00:00
ramiro%netscape.com
ffe4575a41
Fix broken tests.
1998-10-07 10:23:59 +00:00
racham%netscape.com
c4b433d96b
BUG327094 : Adding library references to support profile.cpp changes
1998-10-07 10:23:07 +00:00