Commit Graph

176 Commits

Author SHA1 Message Date
morse%netscape.com
a312ef1aea updates for single signon 1998-11-18 04:35:47 +00:00
pinkerton%netscape.com
7fa597d43d moving default imps of message pump and app shell back into widget. This uses those instead of its own. 1998-11-17 17:21:29 +00:00
mjudge%netscape.com
f6fc181230 editor changes are being prepared. SHOULD NOT EFFECT BUILD 1998-11-15 07:04:02 +00:00
michaelp%netscape.com
2ff4d0162c added new xpcom objects to registry. i'm really getting tired of this hack... 1998-11-14 01:59:49 +00:00
alecf%netscape.com
8b5f94eee7 implement fe_GetConfigDir 1998-11-13 19:46:00 +00:00
pinkerton%netscape.com
f7a614374e moving message pump and app shell into "client" code because they should not be a part of the widget library. 1998-11-12 21:24:53 +00:00
rickg%netscape.com
d3b71028ee enabled view-source 1998-11-11 20:31:45 +00:00
cls%seawood.org
a6d0864b66 Moved PNG_LIBS after libimg for final link. 1998-11-11 06:12:10 +00:00
cls%seawood.org
288a1c7f8c Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00
pavlov%pavlov.net
f21684a83b nsBrowserWindow.cpp:3220
change
if (nsnull == menu) {
to
if (NS_OK == rv) {
which makes submenus be added correctly.
1998-11-08 02:09:38 +00:00
akkana%netscape.com
44980f4d2d Tweak to get it to link on Solaris GCC 1998-11-06 02:58:18 +00:00
joki%netscape.com
6a33c7f0db Adding focus passing method to nsIWebShellContainer 1998-11-06 01:30:07 +00:00
joki%netscape.com
3c2769a525 Removing unneeded methods from nsIBrowserWindow interface. 1998-11-05 23:57:02 +00:00
spider%netscape.com
0a03c7babf Changed toolbar code to support wrapping in View system 1998-11-05 19:52:50 +00:00
rods%netscape.com
869d138770 Made the webshell have a 3D border 1998-11-05 14:15:50 +00:00
cls%seawood.org
291316a3cd Always remember to match the ()s 1998-11-05 00:21:56 +00:00
cls%seawood.org
248adc33d1 Updated 1998-11-04 23:13:55 +00:00
kmcclusk%netscape.com
ee8cff4b2b Added comments + css style for find dialog 1998-11-04 21:52:49 +00:00
kmcclusk%netscape.com
1500e36748 Changed to use nsIDOMHTMLDocument to find an element with a particular id instead
of walking the content tree. Removed FindDomElement and SearchTree methods since they
are redundant with the nsIDOMHTMLDocument GetElementById
1998-11-04 20:17:56 +00:00
ramiro%netscape.com
3c3e1a764f Add missing ac makefile. Fixes broken ac build. 1998-11-04 17:47:23 +00:00
ramiro%netscape.com
c970b74647 Add autoconf makefiles. 1998-11-04 15:14:18 +00:00
ramiro%netscape.com
156228f5fd Remove duplicate lib. 1998-11-04 15:04:22 +00:00
ramiro%netscape.com
9b98d8f6e6 Make it 'work' on unix. 1998-11-04 13:41:54 +00:00
ramiro%netscape.com
89f6388f75 Use the right toolkit dlls on unix. 1998-11-04 13:38:16 +00:00
akkana%netscape.com
b2b0907759 Shift libraries around to make it link on IRIX 1998-11-04 00:31:57 +00:00
peterl%netscape.com
cedec7bc27 sync to style resolution api changes 1998-11-03 20:33:43 +00:00
rods%netscape.com
b4d330c925 Added nsXPBaseWindowType for creating either a Window or Dialog 1998-11-03 17:18:49 +00:00
rods%netscape.com
867e0b2971 Added configurablility of nsXPBaseWindow 1998-11-03 16:19:56 +00:00
rods%netscape.com
b992b124ff Changed the names of some of the ids 1998-11-03 15:41:09 +00:00
rods%netscape.com
35c30822dc Formatted some of the code because of tab problems 1998-11-03 15:40:38 +00:00
rods%netscape.com
784e257eeb Added event processing for the size event. 1998-11-03 15:38:52 +00:00
rods%netscape.com
4476be1320 Added event process for the radiobuttons and check box. 1998-11-03 15:37:22 +00:00
mcafee%netscape.com
ab09dd7572 /usr/dt and /usr/openwin don't exist on Irix 1998-11-03 09:27:37 +00:00
mcafee%netscape.com
3f61c7dab4 minor cleanup 1998-11-03 09:20:54 +00:00
mcafee%netscape.com
a0781c6ed7 borrowed toolkit abstraction from webshell/tests/viewer/Makefile 1998-11-03 09:08:06 +00:00
mcafee%netscape.com
b75f93d3bb minor, cleaning up this file 1998-11-03 08:25:27 +00:00
rpotts%netscape.com
f5bbd55233 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
fc6879b139 Added more libraries to the link line, again 1998-11-03 08:00:53 +00:00
mcafee%netscape.com
2ce54c41df Added more libraries to the link line 1998-11-03 07:56:28 +00:00
mcafee%netscape.com
5ec49980ef Added nsBrowserMain.cpp, nsBrowserWindow.cpp; added libraries to link line 1998-11-03 07:19:58 +00:00
mcafee%netscape.com
1fb3b1b22e Adding Makefile for new public directory 1998-11-03 06:15:49 +00:00
mcafee%netscape.com
cfed9f52e4 Adding public directory 1998-11-03 06:14:37 +00:00
rods%netscape.com
e66cef5066 Added extra parameter for Init of WenShell 1998-11-02 22:20:51 +00:00
pinkerton%netscape.com
aebade36c6 using XP_PC to wrap win32 code. 1998-11-02 22:00:47 +00:00
pinkerton%netscape.com
ee47531380 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
38fb53ce8e A few more visual corrections (toolbars and the 3d border) 1998-11-02 19:23:49 +00:00
pinkerton%netscape.com
f00f430b5f wrapping winfe-specific code with ifdefs so mac will compile. 1998-11-02 19:01:46 +00:00
pinkerton%netscape.com
51f9383512 temp hack so mac doesn't crash 1998-11-02 19:01:24 +00:00
pinkerton%netscape.com
c82190aa0e First Checked In. 1998-11-02 18:58:24 +00:00
pinkerton%netscape.com
da714d90e8 mac now uses strstream.h like everyone else. 1998-11-02 18:35:02 +00:00
pinkerton%netscape.com
799ae76f55 fix scoping syntax error. 1998-11-02 18:19:52 +00:00
rods%netscape.com
1c66875f33 Cleaned up some includes and fixed a sizing issue 1998-11-02 16:47:28 +00:00
rods%netscape.com
a099e3f29d Fixed Factory problem (no longer using XPDialogWindow) 1998-11-02 16:19:39 +00:00
rods%netscape.com
78342d7ce3 Added the "find" dialog as an XPDialog 1998-11-02 16:07:23 +00:00
rods%netscape.com
c5c0dffd09 Fixed text FG/BG colors for URLBar 1998-10-28 20:13:51 +00:00
rods%netscape.com
451e55e240 Fixed statusbar BG color 1998-10-28 20:04:27 +00:00
mcafee%netscape.com
0791852279 Adding Makefile for Unix 1998-10-26 00:17:28 +00:00
mcafee%netscape.com
86f170b29e Adding Makefile for Unix 1998-10-25 23:54:32 +00:00
michaelp%netscape.com
a4a92311b9 added blender. 1998-10-23 17:56:49 +00:00
rpotts%netscape.com
0b7c4ac2fa Wired the stop button up to the webshell... 1998-10-16 22:47:58 +00:00
rods%netscape.com
a28d244ec4 Added look and feel query for colors. 1998-10-16 20:11:42 +00:00
rpotts%netscape.com
39faf4ddb6 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
efc344517b Fixed the menu compile error 1998-10-09 22:00:50 +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
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
jevering%netscape.com
bd613b3fd5 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
d31ee580dd 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
698e37eff8 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
b3e1720693 Changed the menu creation code 1998-09-29 21:32:21 +00:00
rods%netscape.com
3e89790bf4 Added NetService to SetupRegistry & made some other changes 1998-09-29 01:34:50 +00:00
rods%netscape.com
ded408df54 Made changes to get it to come up 1998-09-28 23:02:09 +00:00
rods%netscape.com
9b64cfa468 Initial checkin 1998-09-28 18:02:21 +00:00
rods%netscape.com
b9a59614cc Initial Checkin 1998-09-28 16:58:20 +00:00
rods%netscape.com
03fd04ab9b Initial checkin 1998-09-28 16:57:48 +00:00
rods%netscape.com
a243ab3425 Inial Checkin 1998-09-28 16:51:39 +00:00
rods%netscape.com
45e2841ce2 Initial checkin 1998-09-28 16:32:12 +00:00