locka%iol.ie
5a444086ac
Added support for DWebBrowserEvents2 to control, regenerated proxy event firing header and implemented a few more methods
1998-10-18 22:14:47 +00:00
locka%iol.ie
57e0052394
Revamped code so that Mozilla and IE control can run side by side using same code
1998-10-18 22:09:57 +00:00
locka%iol.ie
375de2fa09
Improved UI
1998-10-17 15:18:07 +00:00
karnaze%netscape.com
b0a171ab5c
html 4 <BUTTON> basic functionality
1998-10-17 00:35:32 +00:00
rpotts%netscape.com
66e4ecdc2b
Call nsINetService::InterruptStream() when stopping a URL...
1998-10-16 22:30:57 +00:00
kipp%netscape.com
421ef3eba1
Ignore return value from regsvr32 so that clobber always works
1998-10-15 23:24:23 +00:00
kipp%netscape.com
6123056924
Rought support for the print-preview window
1998-10-15 23:23:04 +00:00
kipp%netscape.com
1593f2539d
Implement CreateDocumentViewerUsing method
1998-10-15 23:22:44 +00:00
kipp%netscape.com
5c4edf4141
Added CreateDocumentViewerUsing method
1998-10-15 23:22:25 +00:00
troy%netscape.com
756b2a87d9
Removed use of NS_VMREFRESH_SCREEN_RECT which is deprecated and going away
1998-10-15 16:00:09 +00:00
rpotts%netscape.com
d6b307cb33
Added null tests after getting the plugin instance...
1998-10-14 23:57:12 +00:00
valeski%netscape.com
c1ac521bba
changed type BOOL to PRBool to get rid of warnings
1998-10-14 23:10:41 +00:00
spider%netscape.com
6115f42c2c
Fixes for linking on SunOS
1998-10-14 22:35:56 +00:00
rpotts%netscape.com
1de7266a2b
Changes to make the vector<Property> type compile...
1998-10-13 21:53:38 +00:00
karnaze%netscape.com
6dce0be4e1
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
d8b8bcc6e3
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
382bd81888
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
49ec17d2bf
Added some pattern matching facilities
1998-10-12 22:42:22 +00:00
locka%iol.ie
acf85b8a25
Added exception handling flag to compile options
1998-10-12 22:37:02 +00:00
locka%iol.ie
85d3fbbee0
Added some more initial implementations of more IWebBrowserApp methods
1998-10-12 22:35:18 +00:00
locka%iol.ie
422be83da7
New look and feel
1998-10-12 22:32:05 +00:00
rpotts%netscape.com
4dea19ddd4
Only fire the OnConnectionsComplete(...) notification once per document...
1998-10-10 05:54:58 +00:00
rpotts%netscape.com
7564874853
Removed assert that was not threadsafe...
1998-10-10 05:00:17 +00:00
rpotts%netscape.com
aa1466f77e
Renamed nsReload to nsURLReload sincethe enum has changed...
1998-10-10 04:35:24 +00:00
rpotts%netscape.com
6ecf81baf3
renamed some enums which moved into mozilla/network/module/nsILoadAttribs.h
1998-10-10 04:34:35 +00:00
rpotts%netscape.com
c1d06bb6c4
Added support for the loading of background URLs...
1998-10-10 04:33:29 +00:00
scullin%netscape.com
5511f880b6
Fixed forward button.
1998-10-09 19:06:19 +00:00
rods%netscape.com
2baf0a7b9c
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
207271fe0f
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
e888a9b816
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
cc95b4ef70
renamed docloader LoadURL to LoadDocument...
1998-10-09 05:50:29 +00:00
rpotts%netscape.com
4f313f0ccd
Wired up notifications of URLs loaded via OpenStream out to the StreamObserver...
1998-10-09 05:49:34 +00:00
rpotts%netscape.com
0b29708009
Renamed LoadURL to LoadDocument...
1998-10-09 05:47:40 +00:00
locka%iol.ie
dff95299af
Added some trace statements
1998-10-08 22:06:59 +00:00
locka%iol.ie
597044850d
Added IWebBrowserApp and IWebBrowser2 methods (still unimplemented
1998-10-08 22:05:44 +00:00
locka%iol.ie
6a5078480f
Fixed NG_TRACE macro
1998-10-08 21:56:38 +00:00
karnaze%netscape.com
c68d17a425
inline, shrinkwrap support for fieldsets, legneds
1998-10-08 19:04:57 +00:00
karnaze%netscape.com
580dde94fe
fieldset, legend support. fixed bug #987
1998-10-08 04:38:41 +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
d67f6ad8db
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
bdd2667ac7
updated the mac menu command to the new event structure type
1998-10-07 20:17:14 +00:00
rpotts%netscape.com
565f28c1a7
Fixed RefCounting bug where following links would decrement the WebShell ref count :-(
1998-10-07 12:15:48 +00:00
troy%netscape.com
c6fb274af1
Fixed circular ref counting problem that was keeping throbber from being
...
freed
1998-10-07 00:38:57 +00:00
troy%netscape.com
546268c485
Changed throbber and web shell to not aggregate in the widget
1998-10-06 22:33:13 +00:00
pierre%netscape.com
e10f7a92e3
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
0736eb9c69
implemented Copy for Mac
1998-10-06 02:54:00 +00:00
troy%netscape.com
9b0d2552ca
Fixed ref counting problem that was causing a widget memory leak
1998-10-06 02:00:54 +00:00
locka%iol.ie
ce5d982968
IE patcher application
1998-10-04 14:49:16 +00:00
locka%iol.ie
6e5d9ddc54
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
86bc748ffa
File is autogenerated and does not need to be in CVS
1998-10-04 14:41:23 +00:00