rods%netscape.com
db6315b1b1
Added configurablility of nsXPBaseWindow
1998-11-03 16:19:56 +00:00
rods%netscape.com
ce9c9fc2de
Changed the names of some of the ids
1998-11-03 15:41:09 +00:00
rods%netscape.com
369365d845
Formatted some of the code because of tab problems
1998-11-03 15:40:38 +00:00
rods%netscape.com
88ef421395
Added event processing for the size event.
1998-11-03 15:38:52 +00:00
rods%netscape.com
64e33d0739
Added event process for the radiobuttons and check box.
1998-11-03 15:37:22 +00:00
mcafee%netscape.com
85bf19f966
/usr/dt and /usr/openwin don't exist on Irix
1998-11-03 09:27:37 +00:00
mcafee%netscape.com
f1997ef2a6
minor cleanup
1998-11-03 09:20:54 +00:00
mcafee%netscape.com
f3c97c0d60
borrowed toolkit abstraction from webshell/tests/viewer/Makefile
1998-11-03 09:08:06 +00:00
mcafee%netscape.com
f36a864448
minor, cleaning up this file
1998-11-03 08:25:27 +00:00
rpotts%netscape.com
b5284fa39c
Fixed the implementation of nsINetSupport. Before it was totally busted since it assumed that nsString could return a const char *buffer (which it cant). This error was masked because the (assumed) coersion was supposed to occur in a var-args (of course it wouldnt - but thats another story)
1998-11-03 08:07:24 +00:00
mcafee%netscape.com
10344c527f
Added more libraries to the link line, again
1998-11-03 08:00:53 +00:00
mcafee%netscape.com
9fe733e1bd
Added more libraries to the link line
1998-11-03 07:56:28 +00:00
mcafee%netscape.com
0c8e071d57
Added nsBrowserMain.cpp, nsBrowserWindow.cpp; added libraries to link line
1998-11-03 07:19:58 +00:00
mcafee%netscape.com
27eba70397
Adding Makefile for new public directory
1998-11-03 06:15:49 +00:00
mcafee%netscape.com
dee35c2730
Adding public directory
1998-11-03 06:14:37 +00:00
rods%netscape.com
d9576aab90
Added extra parameter for Init of WenShell
1998-11-02 22:20:51 +00:00
pinkerton%netscape.com
9b09bb841f
using XP_PC to wrap win32 code.
1998-11-02 22:00:47 +00:00
pinkerton%netscape.com
a0c92d4a8a
wrapping win32 code in !defined(XP_MAC) since Win nglayout doesn't define XP_WIN.
1998-11-02 20:37:01 +00:00
rods%netscape.com
7f3952844c
A few more visual corrections (toolbars and the 3d border)
1998-11-02 19:23:49 +00:00
pinkerton%netscape.com
63d1001802
wrapping winfe-specific code with ifdefs so mac will compile.
1998-11-02 19:01:46 +00:00
pinkerton%netscape.com
b93401aa62
temp hack so mac doesn't crash
1998-11-02 19:01:24 +00:00
pinkerton%netscape.com
82733518e4
First Checked In.
1998-11-02 18:58:24 +00:00
pinkerton%netscape.com
0ed874fd90
mac now uses strstream.h like everyone else.
1998-11-02 18:35:02 +00:00
pinkerton%netscape.com
0733a4c6a0
fix scoping syntax error.
1998-11-02 18:19:52 +00:00
rods%netscape.com
f817c58313
Cleaned up some includes and fixed a sizing issue
1998-11-02 16:47:28 +00:00
rods%netscape.com
430fe8d970
Fixed Factory problem (no longer using XPDialogWindow)
1998-11-02 16:19:39 +00:00
rods%netscape.com
ef6bf8a435
Added the "find" dialog as an XPDialog
1998-11-02 16:07:23 +00:00
rods%netscape.com
152b7458f4
Fixed text FG/BG colors for URLBar
1998-10-28 20:13:50 +00:00
rods%netscape.com
8192a059e2
Fixed statusbar BG color
1998-10-28 20:04:27 +00:00
mcafee%netscape.com
a95ac88c36
Adding Makefile for Unix
1998-10-26 00:17:28 +00:00
mcafee%netscape.com
988eb66659
Adding Makefile for Unix
1998-10-25 23:54:32 +00:00
michaelp%netscape.com
8afbb0b5fe
added blender.
1998-10-23 17:56:49 +00:00
rpotts%netscape.com
0592bf263b
Wired the stop button up to the webshell...
1998-10-16 22:47:58 +00:00
rods%netscape.com
7c85ee8e59
Added look and feel query for colors.
1998-10-16 20:11:42 +00:00
rpotts%netscape.com
0d1721dbd3
Removed code to turn off the throbber from OnStopBinding(..). This should make the throbber work better :-)
1998-10-10 10:09:53 +00:00
rods%netscape.com
55da3397c0
Fixed the menu compile error
1998-10-09 22:00:50 +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
kmcclusk%netscape.com
ebeae87bce
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
jevering%netscape.com
d84d18fcd8
Release mode now compiles and links.
...
We are getting too many ifdef NS_DEBUG strings in the code and
are ignoring them. We should stop doing this.
1998-10-06 07:19:33 +00:00
jevering%netscape.com
750c1430ba
Added GetWindowBounds to sync up window nsIBrowserWindow interface.
...
Fixed EvaluateString call in jsconsole to pass the proper parameters.
1998-10-06 07:14:41 +00:00
rods%netscape.com
d99b270ece
Commented out the setup of the dispatch listener because the AppViewer
...
doesn't do anything.
1998-09-29 22:18:18 +00:00
rods%netscape.com
d52158d3e5
Changed the menu creation code
1998-09-29 21:32:21 +00:00
rods%netscape.com
03a0b96635
Added NetService to SetupRegistry & made some other changes
1998-09-29 01:34:50 +00:00
rods%netscape.com
f5c9aba04d
Made changes to get it to come up
1998-09-28 23:02:09 +00:00
rods%netscape.com
909b596439
Initial checkin
1998-09-28 18:02:21 +00:00
rods%netscape.com
ff74fde371
Initial Checkin
1998-09-28 16:58:20 +00:00
rods%netscape.com
ffdf0768e1
Initial checkin
1998-09-28 16:57:48 +00:00
rods%netscape.com
2145d70dc6
Inial Checkin
1998-09-28 16:51:39 +00:00
rods%netscape.com
9715e6c13c
Initial checkin
1998-09-28 16:32:12 +00:00