Commit Graph

401 Commits

Author SHA1 Message Date
mcafee%netscape.com
c68a18a424 Removing bogus OBJS rule 1998-11-03 08:58:05 +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
ramiro%netscape.com
f61258e22e OOPS...the post link command needs to be true or else the binary gets run. 1998-11-02 21:36:31 +00:00
rods%netscape.com
0fb31f1113 Added FindNext 1998-11-02 19:11:43 +00:00
ramiro%netscape.com
d0dd0a294a Add a post link command to do magical things to the binary. 1998-11-02 16:36:06 +00:00
ramiro%netscape.com
c7c678d461 Fix broken solaris and hpux builds. 1998-11-02 16:25:37 +00:00
ramiro%netscape.com
c95e696782 Cleanup the GTK support. 1998-11-02 16:06:50 +00:00
ramiro%netscape.com
00d2b5b1bd Rename gfx and widget libs from 'unix' to 'motif'. 1998-11-02 14:35:03 +00:00
ramiro%netscape.com
0ef4de0df3 Add support for GTK base timer. Rename the 'unix' timer lib to 'motif' 1998-11-02 14:32:12 +00:00
ramiro%netscape.com
3a6f2e79c6 Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
Simplify the GTK vs motif hackery.
1998-11-02 13:31:43 +00:00
shaver%netscape.com
c92ab9aebb fixing pavlov%pavlov.net's breakage of legacy Motif build 1998-11-01 22:06:10 +00:00
pavlov%pavlov.net
1548d60384 Implimented CreateViewerMenus() for the GTK test viewer. 1998-11-01 21:03:40 +00:00
shaver%netscape.com
21098b9130 use libwidgetgtk.so and libgfxgtk.so when selected by configure 1998-11-01 20:30:42 +00:00
shaver%netscape.com
fab3e44cfc use libwidgetgtk.so and libgfxgtk.so when selected by configure 1998-11-01 20:01:08 +00:00
shaver%netscape.com
4d6c65c43b build the right files for --enable-nglayout=gtk 1998-11-01 07:48:25 +00:00
blizzard%appliedtheory.com
dac4c692d5 new main for GTK impl of webshell 1998-10-31 23:43:28 +00:00
mcafee%netscape.com
a6f9ad1357 libgfxunix.a -> libgfxmotif.a. r=ramiro@netscape.com, spider@netscape.com 1998-10-31 07:05:37 +00:00
troy%netscape.com
1db13ce906 Changed to define _DEBUG if MOZ_DEBUG is set. 1998-10-31 00:25:40 +00:00
jevering%netscape.com
b747c5f407 Removed debug menus if not a debug build 1998-10-30 19:03:38 +00:00
ramiro%netscape.com
ac97e13514 Renamed target to 'viewer' from 'main' and made it install in $OBJDIR. 1998-10-30 11:29:56 +00:00
pierre%netscape.com
f740ba45f7 Landing MacWidgets... 1998-10-29 14:06:26 +00:00
cls%seawood.org
5de96f891e Added $(FE_X_LIBS) to INCLUDES and $(FE_X_LIBS) to DSO_OS_LDOPTS to take care of motif dependencies under solaris. 1998-10-28 06:22:16 +00:00
cls%seawood.org
411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
michaelp%netscape.com
d142a0a3b1 added opacity example as demo #10. 1998-10-26 18:07:14 +00:00
kipp%netscape.com
59a739ecbb Test out new text-style support 1998-10-26 17:13:28 +00:00
michaelp%netscape.com
a4a92311b9 added blender. 1998-10-23 17:56:49 +00:00
karnaze%netscape.com
2a0c2366bb implemented <LABEL>; document maintains list of forms as created; form element properly releases form controls. 1998-10-22 23:00:37 +00:00
kipp%netscape.com
9a7bbe5478 Added - Raptor to the end of titles for the automation folks 1998-10-22 22:29:46 +00:00
vidur%netscape.com
f9e3760137 Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs 1998-10-20 17:07:23 +00:00
karnaze%netscape.com
98eb658b89 fixed bugs 1130, 1132, 1133 1998-10-19 20:37:40 +00:00
karnaze%netscape.com
9fb22bd084 html 4 <BUTTON> basic functionality 1998-10-17 00:35:32 +00:00
kipp%netscape.com
1eecdfed74 Rought support for the print-preview window 1998-10-15 23:23:04 +00:00
troy%netscape.com
7a5d65c074 Removed use of NS_VMREFRESH_SCREEN_RECT which is deprecated and going away 1998-10-15 16:00:09 +00:00
spider%netscape.com
2c6f9dc1d9 Fixes for linking on SunOS 1998-10-14 22:35:56 +00:00
karnaze%netscape.com
c82d985b8a fixed bug 958, checkboxes wrong background when not checked, select always multiple, text & texarea not reset. html 4 button work in progress. 1998-10-13 21:31:26 +00:00
scullin%netscape.com
fa5a4e0e56 Fixed forward button. 1998-10-09 19:06:19 +00:00
rods%netscape.com
6d565076b4 Added nsISupports back in as the super class of nsViewerApp and
NS_INIT_REFCNT in the constructor
1998-10-09 17:25:36 +00:00
dcone%netscape.com
c3c8bb57f8 Addref on the nsViewerApp, so we dont destroy in the webcrawler on quit. This is consistent with the window implementation, fixes crash on quit. 1998-10-09 17:13:21 +00:00
rpotts%netscape.com
79429a3f22 Removed the Stop() call to the throbber from OnStopBinding... This should keep the throbber going throughout the entire document load... 1998-10-09 05:53:41 +00:00
karnaze%netscape.com
63f45a785b inline, shrinkwrap support for fieldsets, legneds 1998-10-08 19:04:57 +00:00
karnaze%netscape.com
42797648cf fieldset, legend support. fixed bug #987 1998-10-08 04:38:41 +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
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
dcone%netscape.com
bf98b85490 updated the mac menu command to the new event structure type 1998-10-07 20:17:14 +00:00
pierre%netscape.com
87764930d1 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
pierre%netscape.com
48f95bb1e6 implemented Copy for Mac 1998-10-06 02:54:00 +00:00
troy%netscape.com
0b63ead5b9 Fixed ref counting problem that was causing a widget memory leak 1998-10-06 02:00:54 +00:00
joki%netscape.com
02fa10b9f2 Adding new js window methods/props, moving js string evaluation to UC strings. 1998-10-01 22:23:48 +00:00
scullin%netscape.com
87dc3a34cb Don't crash if the pref dll isn't registered. 1998-10-01 19:59:32 +00:00
pierre%netscape.com
0391ba67cc removed LTextEdit.cp removed "cmd/macfe/restext" 1998-09-29 20:31:42 +00:00