Commit Graph

174 Commits

Author SHA1 Message Date
troy@netscape.com
602de2f255 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp@netscape.com
74b2988510 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
rickg@netscape.com
e3226c0362 reset top 100 pages 1999-02-12 03:00:38 +00:00
kipp@netscape.com
7fa3494327 Removed obsolete -filter argument 1999-02-08 17:57:00 +00:00
rickg@netscape.com
12a2cae5da changed pointcom to pointcast 1999-02-01 06:33:22 +00:00
troy@netscape.com
647cf6fe69 Fixed some assertions that didn't compile... 1999-01-23 03:19:38 +00:00
radha@netscape.com
673264db03 Few debug statements added 1999-01-23 00:52:52 +00:00
dougt@netscape.com
fcf6002873 Adding SilentDownload startup and shutdown to the viewer application. 1999-01-19 23:37:17 +00:00
kipp@netscape.com
b175d8aedd Fixed a typo in the test url list 1999-01-15 22:58:06 +00:00
rpotts@netscape.com
4c6533dcec Create an event queue via the EventQueueService for the UI thread... 1999-01-05 05:58:08 +00:00
rods@netscape.com
8f1399ffdf Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
warren@netscape.com
4aaec0bad1 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
kipp@netscape.com
356a116ff5 Added -rd argument handling 1998-12-10 18:05:35 +00:00
sfraser@netscape.com
1ad523900c 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
e35f98ced5 Removed bogus cast 1998-12-07 16:16:46 +00:00
kipp@netscape.com
cde23a7b4e Moved the starting url back to what it was 1998-12-05 16:06:38 +00:00
rickg@netscape.com
a15bce8e49 changed top 100 sites to Test Sites 1998-11-25 20:28:27 +00:00
rickg@netscape.com
6fb1d8633e changed the default start page, yet again 1998-11-25 02:19:58 +00:00
rickg@netscape.com
dbb2024d74 changed start page per chofmann's request 1998-11-23 23:22:34 +00:00
mcafee@netscape.com
1cfca4b8a1 Printing out FCInitialize status for debugging, hope that's Ok. 1998-11-23 23:04:04 +00:00
buster@netscape.com
882afd5040 #ifdef NS_DEUG references to _CrtSetDbgFlag 1998-11-23 04:09:06 +00:00
rickg@netscape.com
d4c1355b37 changed start page to netcenter 1998-11-22 08:19:56 +00:00
mcafee@netscape.com
1ab2913c60 Adding Talkback initialization & include/link stuff. Wrapped in MOZ_FULLCIRCLE=1 1998-11-20 23:14:22 +00:00
kipp@netscape.com
e58e827d97 Added -v argument to log crawler behavior 1998-11-20 18:25:55 +00:00
rickg@netscape.com
3cce989b0d enabled view-source 1998-11-11 20:31:45 +00:00
michaelp@netscape.com
8202ed8c2b fixed release mode build issue. 1998-11-05 03:25:02 +00:00
kipp@netscape.com
86d9de7a52 Brought -md back to life 1998-11-04 00:29:58 +00:00
rods@netscape.com
33f646c19a 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
7784921eda 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
1d7f42fcfd Don't crash if the pref dll isn't registered. 1998-10-01 19:59:32 +00:00
scullin@netscape.com
c0e89747ec Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
rpotts@netscape.com
737f6af2dc Made the nsISupports interface threadsafe... 1998-09-19 07:06:48 +00:00
troy@netscape.com
aa5489f08e Changed some AddRef/Release calls overto use XP-COM macros 1998-09-17 21:27:22 +00:00
buster@netscape.com
69e583d37d added command line switches for setting window width and height 1998-09-15 18:06:19 +00:00
kipp@netscape.com
c1565d573d 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
87cfee1074 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
780f8168fe Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
thom@netscape.com
012bdad09b 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
da96f7c5dc 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
1a0ee6f792 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
82ad299cba Fixed an include and a few nsString defs 1998-09-01 22:48:08 +00:00
rods@netscape.com
fd405b83bb Added LookAndFeel 1998-09-01 21:08:32 +00:00
rods@netscape.com
473ee4bff4 Removed some windows specific code and changed to xp code. 1998-09-01 16:29:05 +00:00
rods@netscape.com
2737ad627c Changed the Windows platform specific dialogs to cross platform dialogs 1998-09-01 16:15:16 +00:00
warren@netscape.com
10ebd4b998 Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
rpotts@netscape.com
3af5b588e7 Changes to allow building when STRICT is defined. 1998-08-29 06:30:49 +00:00
rpotts@netscape.com
d7c13c70ac Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00
scullin@netscape.com
58fb78605b Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
joki@netscape.com
7c22a8e9ad Modify window.open method to use sizing and location parameters 1998-08-14 22:31:38 +00:00
troy@netscape.com
f2535d3b55 Added code to delete nsBrowserWindow object 1998-08-10 18:20:20 +00:00