Commit Graph

67 Commits

Author SHA1 Message Date
dougt%netscape.com
9e8fd3d208 Adding SilentDownload startup and shutdown to the viewer application. 1999-01-19 23:37:17 +00:00
kipp%netscape.com
c5d87ffad3 Fixed a typo in the test url list 1999-01-15 22:58:06 +00:00
rpotts%netscape.com
ac138a435c Create an event queue via the EventQueueService for the UI thread... 1999-01-05 05:58:08 +00:00
rods%netscape.com
5acf149a4f Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
warren%netscape.com
0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
kipp%netscape.com
a4da88b357 Added -rd argument handling 1998-12-10 18:05:35 +00:00
sfraser%netscape.com
18caeacae0 Don't crash when failing to create dialogs (which we don't have a widget for yet on Mac). 1998-12-08 02:15:21 +00:00
kipp%netscape.com
ef3b92674a Removed bogus cast 1998-12-07 16:16:46 +00:00
kipp%netscape.com
b5ed9e2b7e Moved the starting url back to what it was 1998-12-05 16:06:38 +00:00
rickg%netscape.com
c630d34cb3 changed top 100 sites to Test Sites 1998-11-25 20:28:27 +00:00
rickg%netscape.com
bb2cb9fabd changed the default start page, yet again 1998-11-25 02:19:58 +00:00
rickg%netscape.com
d4e126aabe changed start page per chofmann's request 1998-11-23 23:22:34 +00:00
mcafee%netscape.com
d2b10ff7f2 Printing out FCInitialize status for debugging, hope that's Ok. 1998-11-23 23:04:04 +00:00
buster%netscape.com
ed71db5508 #ifdef NS_DEUG references to _CrtSetDbgFlag 1998-11-23 04:09:06 +00:00
rickg%netscape.com
5286cb7424 changed start page to netcenter 1998-11-22 08:19:56 +00:00
mcafee%netscape.com
153e2b37e1 Adding Talkback initialization & include/link stuff. Wrapped in MOZ_FULLCIRCLE=1 1998-11-20 23:14:22 +00:00
kipp%netscape.com
fcb118cac3 Added -v argument to log crawler behavior 1998-11-20 18:25:55 +00:00
rickg%netscape.com
d3b71028ee enabled view-source 1998-11-11 20:31:45 +00:00
michaelp%netscape.com
ef1993045d fixed release mode build issue. 1998-11-05 03:25:02 +00:00
kipp%netscape.com
577f84f5eb Brought -md back to life 1998-11-04 00:29:58 +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
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
scullin%netscape.com
87dc3a34cb Don't crash if the pref dll isn't registered. 1998-10-01 19:59:32 +00:00
scullin%netscape.com
77d2843207 Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
rpotts%netscape.com
0332bd965f Made the nsISupports interface threadsafe... 1998-09-19 07:06:48 +00:00
troy%netscape.com
fda3dbd970 Changed some AddRef/Release calls overto use XP-COM macros 1998-09-17 21:27:22 +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
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
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
joki%netscape.com
2e0dcce305 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +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
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
warren%netscape.com
b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
rpotts%netscape.com
5392f533d7 Changes to allow building when STRICT is defined. 1998-08-29 06:30:49 +00:00
rpotts%netscape.com
dcf275e458 Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00
scullin%netscape.com
39b83242e3 Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
joki%netscape.com
1a37c2ec6c Modify window.open method to use sizing and location parameters 1998-08-14 22:31:38 +00:00
troy%netscape.com
acdd8de5e3 Added code to delete nsBrowserWindow object 1998-08-10 18:20:20 +00:00
troy%netscape.com
ee860b9d7f Added call to Shutdown() of prefs object 1998-08-10 05:12:25 +00:00
troy%netscape.com
0000b03ed4 Added release of mAppShell 1998-08-09 02:13:29 +00:00
jevering%netscape.com
711bbeb5ee Fixed build. forgot prenv.h 1998-08-09 00:02:40 +00:00
jevering%netscape.com
1cea64fc20 Set Home page for viewer. 1998-08-08 22:01:46 +00:00
joki%netscape.com
9cb79b1687 Adding window.open method, fixing editormode in release builds, various event fixes 1998-08-07 04:45:03 +00:00
pierre%netscape.com
60033176bc removed NS_IMPL_IDS: it moved to nsPref.cpp 1998-08-05 08:25:24 +00:00
michaelp%netscape.com
1175321b05 changes for plugins. 1998-08-05 04:23:21 +00:00