666 Commits

Author SHA1 Message Date
rpotts%netscape.com
1e5af1e943 Added null tests after getting the plugin instance... 1998-10-14 23:57:12 +00:00
valeski%netscape.com
e3c8021eca changed type BOOL to PRBool to get rid of warnings 1998-10-14 23:10:41 +00:00
spider%netscape.com
2c6f9dc1d9 Fixes for linking on SunOS 1998-10-14 22:35:56 +00:00
rpotts%netscape.com
c66d8aa79e Changes to make the vector<Property> type compile... 1998-10-13 21:53:38 +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
rpotts%netscape.com
d0e5d3c3ab Commented out the template vector code for now since it is busting the build :-( 1998-10-13 11:19:15 +00:00
rpotts%netscape.com
8dd93a7af5 Move the /GX flag into a LCFLAGS define, since the core config.mak overwrites OS_CLFAGS... 1998-10-13 11:18:01 +00:00
locka%iol.ie
af81f3136f Added some pattern matching facilities 1998-10-12 22:42:22 +00:00
locka%iol.ie
9637b19bd8 Added exception handling flag to compile options 1998-10-12 22:37:02 +00:00
locka%iol.ie
118e6024e4 Added some more initial implementations of more IWebBrowserApp methods 1998-10-12 22:35:18 +00:00
locka%iol.ie
ddd40a8ad8 New look and feel 1998-10-12 22:32:05 +00:00
rpotts%netscape.com
c5bd83361e Only fire the OnConnectionsComplete(...) notification once per document... 1998-10-10 05:54:58 +00:00
rpotts%netscape.com
36c40aaad7 Removed assert that was not threadsafe... 1998-10-10 05:00:17 +00:00
rpotts%netscape.com
b727d5f187 Renamed nsReload to nsURLReload sincethe enum has changed... 1998-10-10 04:35:24 +00:00
rpotts%netscape.com
efee74428c renamed some enums which moved into mozilla/network/module/nsILoadAttribs.h 1998-10-10 04:34:35 +00:00
rpotts%netscape.com
88a00fc77e Added support for the loading of background URLs... 1998-10-10 04:33:29 +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
rpotts%netscape.com
8d8b7aa3ce renamed docloader LoadURL to LoadDocument... 1998-10-09 05:50:29 +00:00
rpotts%netscape.com
4077575285 Wired up notifications of URLs loaded via OpenStream out to the StreamObserver... 1998-10-09 05:49:34 +00:00
rpotts%netscape.com
7cad976f33 Renamed LoadURL to LoadDocument... 1998-10-09 05:47:40 +00:00
locka%iol.ie
c08f71e9d2 Added some trace statements 1998-10-08 22:06:59 +00:00
locka%iol.ie
8681aed8f4 Added IWebBrowserApp and IWebBrowser2 methods (still unimplemented 1998-10-08 22:05:44 +00:00
locka%iol.ie
1abdea067e Fixed NG_TRACE macro 1998-10-08 21:56:38 +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
rpotts%netscape.com
54850b3897 Fixed RefCounting bug where following links would decrement the WebShell ref count :-( 1998-10-07 12:15:48 +00:00
troy%netscape.com
c0d10e1fec Fixed circular ref counting problem that was keeping throbber from being
freed
1998-10-07 00:38:57 +00:00
troy%netscape.com
ce220b9056 Changed throbber and web shell to not aggregate in the widget 1998-10-06 22:33:13 +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
locka%iol.ie
b14c5fe489 IE patcher application 1998-10-04 14:49:16 +00:00
locka%iol.ie
f78739ad72 Added a few more URLs to the drop down and simple busy/idle indicator 1998-10-04 14:43:16 +00:00
locka%iol.ie
2d78f77783 File is autogenerated and does not need to be in CVS 1998-10-04 14:41:23 +00:00
locka%iol.ie
b065c2eb49 Added enumeration used by the IWebBrowser::Refresh2 method 1998-10-04 14:39:58 +00:00
locka%iol.ie
9d3c1fa6ff Removed some autogenerated files from file list 1998-10-04 14:38:59 +00:00
locka%iol.ie
b6716b8bb6 Added more assertions and type checking
Added initial implementations of more IWebBrowser methods
1998-10-04 14:38:05 +00:00
locka%iol.ie
a0cdac813b Improved diagnostic macros 1998-10-04 14:36:06 +00:00
locka%iol.ie
520aa4e924 File is automatically generated by build and does not need to be in CVS 1998-10-04 13:21:55 +00:00
locka%iol.ie
d14dde380f File is generated during build and does not need to be in CVS 1998-10-04 13:17:25 +00:00
locka%iol.ie
78f5f12db5 VB test app 1998-10-03 23:18:54 +00:00
locka%iol.ie
311e016c80 C++ sample 1998-10-03 23:15:56 +00:00
locka%iol.ie
80ee698ecc *** empty log message *** 1998-10-03 23:14:15 +00:00
locka%iol.ie
f09a162aba Added icon back but with binary mode turned on 1998-10-03 23:04:53 +00:00