Commit Graph

335 Commits

Author SHA1 Message Date
pierre%netscape.com
138574a372 added 'demo #0' 1998-09-19 01:38:37 +00:00
joki%netscape.com
c4af68389c Adding targetting of any named window 1998-09-18 00:35:55 +00:00
troy%netscape.com
fda3dbd970 Changed some AddRef/Release calls overto use XP-COM macros 1998-09-17 21:27:22 +00:00
vidur%netscape.com
4e3024a5f9 Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
valeski%netscape.com
bab22077b8 ? network/module/nsNetFactory.cpp
Added nsNetFactory implementation. This allows users to retrieve nsINetService pointers from the service factory manager.

M dom/src/base/nsGlobalWindow.cpp
M gfx/src/nsImageNetContextSync.cpp
M layout/html/document/src/nsHTMLDocument.cpp
M network/module/nsURL.cpp
Replaced NS_NewINetService() calls with nsServiceManager::GetService() calls.

M network/module/Makefile
M network/module/makefile.win
Added nsNetFactory.cpp to the builds.

M network/module/nsINetService.h
Added a #define for the class id of the nsNetService.

M network/module/nsIStreamListener.h
Removed the NS_DEFINE_IID of kIStreamListenerIID from the header file. Each module that wants this will need to delcare it themselves.

M network/module/nsNetFile.cpp
Fixed memory leak.

M network/module/nsNetService.cpp
Globalized the gNetlibService variable so the NetFactory can access it.

M webshell/src/nsDocLoader.cpp
M webshell/src/nsPluginViewer.cpp
NS_DEFINE_IID of kIStreamListenerIID

M webshell/tests/viewer/nsSetupRegistry.cpp
Added the netlib library to the list of libraries in the registry and register the nsNetFactory with the appropriate iid and clsids.
1998-09-17 00:55:35 +00:00
joki%netscape.com
2e6c42f08b Add null check before queryinterface call 1998-09-16 23:16:37 +00:00
pierre%netscape.com
702d73b95c XP_FileOpen() now supports aliases 1998-09-16 01:26:09 +00:00
joki%netscape.com
357c55b191 More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
thom%netscape.com
53bf2c767f First Checked In. 1998-09-15 19:51:15 +00:00
buster%netscape.com
dba2c241d4 added command line switches for setting window width and height 1998-09-15 18:06:19 +00:00
kipp%netscape.com
c40538917f Fixed some memory leaks 1998-09-15 00:17:13 +00:00
kipp%netscape.com
9bfd1743c2 Use nsBrowserWindow::CloseAllWindows to shutdown cleanly; added a missing NS_RELEASE and removed an improper NS_ADDREF 1998-09-15 00:16:50 +00:00
kipp%netscape.com
55747c08b3 Changed reference counting rules so that the global array holds a reference; added CloseAllWindows so that clean app shutdown is possible 1998-09-15 00:16:12 +00:00
kipp%netscape.com
3f812f19e0 Removed Destroy and added CloseAllWindows 1998-09-15 00:14:31 +00:00
kostello%netscape.com
334f544d61 Changes implementation to match the new Widget interfaces. This involves
many calls to QueryInterface because many of the instance members
no longer derive from nsIWidget.
Also, using helper functions in nsWidgetHelper for standard Create calls.
1998-09-14 20:46:42 +00:00
kipp%netscape.com
15e2e2d7ad Added missing release's 1998-09-12 19:30:09 +00:00
joki%netscape.com
91f1b2a0de Add SetProgess method to nsIBrowserWindow interface 1998-09-12 00:22:27 +00:00
thom%netscape.com
0adf838257 Added code to load menus 1998-09-12 00:06:05 +00:00
thom%netscape.com
6217da456d Added resource file for menu definitions 1998-09-12 00:05:11 +00:00
joki%netscape.com
2e0dcce305 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
kipp%netscape.com
3a5caa94af Stub out fe routine so that app will link 1998-09-05 20:13:34 +00:00
pierre%netscape.com
f546442fdd added __initialize and __terminate 1998-09-05 08:03:28 +00:00
vidur%netscape.com
ab080b4586 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
joki%netscape.com
c8b4742f11 Add New Window menu item, added window.close() 1998-09-04 00:47:15 +00:00
mcafee%netscape.com
c3000b5c8b CreateSeparator() needs to return a widget, how about the one this function creates. 1998-09-03 10:48:13 +00:00
pierre%netscape.com
aa454fd4e0 fix bug in FE_FileType() 1998-09-03 06:21:26 +00:00
pierre%netscape.com
33aef85885 XP_FileOpen() now uses MSL like the other functions from xp_file.h, not NSPR 1998-09-03 06:21:06 +00:00
kipp%netscape.com
4c27334e38 Fixed body tags for bug reported by dbaron@netaxs.com 1998-09-03 05:07:16 +00:00
thom%netscape.com
5f62c75f11 Fixed an XP change that wasn't XP (_MAX_PATH is already defined on the mac) 1998-09-03 02:53:25 +00:00
joki%netscape.com
9601412754 This useragent code is wrong anyway but change it to at least send a backwards compat string. 1998-09-03 01:24:59 +00:00
buster%netscape.com
95ae4f7488 nsBrowserWindow.cpp,h
added filter name param to DumpFrames
nsViewerApp.cpp
  added -o <outputDirPath> for specifying where output files should go
  added -filter <filterName> for specifying that <filterName> should be used in an automated fashion for
dumping frames for every URL visited.
nsWebCrawler.cpp,h
  added  support methods to handle output dirs, output file name building from URL, and filter names
  added DumpFrames to ::OnStopBinding when the right state is set (from -filter option)
  added dependancies on:  nsIPresShell.h, nsIPresContext.h, and nsIFrame.h
1998-09-02 22:07:42 +00:00
rods%netscape.com
76881cccb1 Added Top 100 1998-09-01 22:49:58 +00:00
rods%netscape.com
07d037651e The statusbar is now sized via the LookAndFeel defaults 1998-09-01 22:49:16 +00:00
rods%netscape.com
5b458783eb Fixed an include and a few nsString defs 1998-09-01 22:48:08 +00:00
rods%netscape.com
56a66bb852 Added LookAndFeel 1998-09-01 21:08:32 +00:00
rods%netscape.com
a8ba0752c2 Removed some windows specific code and changed to xp code. 1998-09-01 16:29:05 +00:00
rods%netscape.com
1d30776404 Changed the Windows platform specific dialogs to cross platform dialogs 1998-09-01 16:15:16 +00:00
pierre%netscape.com
b80f45ec0a enable debugger 1998-09-01 01:12:58 +00:00
warren%netscape.com
b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
kostello%netscape.com
f86a9e9223 These changes match the Windows/Unix changes to methods to take a parameter instead of returning a value. 1998-08-31 19:09:55 +00:00
kipp%netscape.com
485e3db7e6 Port to updated nsIContent API 1998-08-29 20:19:32 +00:00
rpotts%netscape.com
5392f533d7 Changes to allow building when STRICT is defined. 1998-08-29 06:30:49 +00:00
pierre%netscape.com
50e8b8e476 fixed freeze in XP_FileOpen() 1998-08-29 01:38:21 +00:00
rods%netscape.com
82cd31e28b Fixed Focus issues with text field in Find Dialog 1998-08-28 22:36:10 +00:00
rods%netscape.com
ac8cac8193 Added XP Find dialog 1998-08-28 16:14:37 +00:00
rods%netscape.com
74dd4e62c0 Added registration of nsIDialog and nsILabel 1998-08-28 16:13:56 +00:00
rods%netscape.com
e42c5643f3 Enabled the "Find" menu item 1998-08-28 16:12:51 +00:00
troy%netscape.com
6cb09b5132 Changed nsIViewManager interface to conform to XPCOM conventions 1998-08-28 04:56:56 +00:00
troy%netscape.com
0d39ae026f Changed nsIDeviceContext interface to conform [more] with COM conventions 1998-08-27 05:05:03 +00:00
rpotts%netscape.com
dcf275e458 Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00