Commit Graph

887 Commits

Author SHA1 Message Date
pierre%netscape.com
f8474ee65e handle menu events when there is no window 1998-09-23 09:23:07 +00:00
pierre%netscape.com
254d8d510d implemented menu events 1998-09-22 04:21:31 +00:00
pierre%netscape.com
133120ad84 removed nsMacResource.r 1998-09-22 04:17:51 +00:00
pierre%netscape.com
9db1bc44a0 updated menus 1998-09-22 04:16:39 +00:00
scullin%netscape.com
77d2843207 Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
scullin%netscape.com
4de7b0d5a5 Added ngprefs dir. 1998-09-22 00:56:07 +00:00
scullin%netscape.com
2081bda77e Removed. 1998-09-22 00:08:51 +00:00
scullin%netscape.com
d875fa60bc Added. 1998-09-22 00:08:27 +00:00
michaelp%netscape.com
b547115229 now correctly refreshes the window in ForceRefresh(). 1998-09-20 22:24:21 +00:00
mcafee%netscape.com
441239c07e Rhapsody doesn't like to link with -m 1998-09-19 08:48:00 +00:00
rpotts%netscape.com
0332bd965f Made the nsISupports interface threadsafe... 1998-09-19 07:06:48 +00:00
rpotts%netscape.com
7bd9994d24 Made the nsISupports and nsIRefreshURL interfaces threadsafe... 1998-09-19 07:06:07 +00:00
pierre%netscape.com
138574a372 added 'demo #0' 1998-09-19 01:38:37 +00:00
rpotts%netscape.com
d818b0e800 Fixed build bustage... 1998-09-18 05:25:15 +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
valeski%netscape.com
de3f9dfd38 M webshell/public/nsIDocumentLoader.h
nsIDocumentLoader interface method change to LoadURL() we now accept a local ip address.


M webshell/public/nsIWebShell.h
1. Extended the nsIWebShell LoadURL() method to take an additional PRUint32 parameter which represents an ip address. If specified, this address will be bound to the socket prior to connection as the local/client ip address to be used. The caller is guarantees the validity of this address.
2. Extended the nsReloadType enumeration to allow both proxy and cache bypass.


M webshell/src/nsDocLoader.cpp
1. Extended nsDocumentBindInfo::Bind() to take an additional nsILoadAttribs pointer. (class definitaion change and implementation).

2. Extended nsDocLoaderImpl::LoadURL() to take an additional PRUint32 param which represents an optional local ip address to bind the connecting socket to, prior to connection. (class definitaion change and implementation) The docloader object maintains a pointer to an nsILoadAttribs interface.


M webshell/src/nsWebShell.cpp
Implemented new LoadURL() routine. Simple pass down to doc loader of PRUint32.


M webshell/tests/ComFactory/makefile.win
Added netlib to the list of prerequisites.
1998-09-16 00:40:20 +00:00
joki%netscape.com
357c55b191 More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
michaelp%netscape.com
9f83e611ff jumping through links now works in full screen plugins. 1998-09-15 20:21:10 +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
michaelp%netscape.com
14c7cc9f84 fixes for new plugin world. 1998-09-15 03:46:05 +00:00
kipp%netscape.com
b2f664e496 Fixed log module name 1998-09-15 00:18:10 +00:00
kipp%netscape.com
2b7ceeff3b Use traceable ctor design pattern 1998-09-15 00:17:53 +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
1387803d92 Use NS_ADDREF macros to enable refcnt tracing 1998-09-12 19:30:49 +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
joki%netscape.com
74921f5501 Add SetProgess method 1998-09-12 00:21:46 +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
pierre%netscape.com
000bfe4efc fix crash when GetFontMetrics() returns nil, which should never happen of course 1998-09-11 10:45:26 +00:00
pierre%netscape.com
2826bae31b added nsPluginViewer 1998-09-11 09:01:42 +00:00
kipp%netscape.com
29976662a8 Make full-screen plugins deactivate better 1998-09-11 04:43:27 +00:00
kipp%netscape.com
5c00612946 Support (in a shaky way) some various and sundry mime types for plugins 1998-09-09 23:51:43 +00:00
kipp%netscape.com
e52194b756 Added new source 1998-09-09 23:51:19 +00:00
kipp%netscape.com
e9d8bbfee8 new 1998-09-09 23:50:46 +00:00
joki%netscape.com
2e0dcce305 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
kipp%netscape.com
ace6a93d02 Flush font cache before destroying device context to break circular links (ick) 1998-09-08 22:38:48 +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
peterl%netscape.com
d61df5bb70 reversed doc style sheet ordering in the style set 1998-09-02 02:13:37 +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
rpotts%netscape.com
fa5d4db6e2 Fixed build bustage due to NSRepository renaming... 1998-09-01 22:37:27 +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
rpotts%netscape.com
e113f7d5b2 Added a new windows-only subdirectory called embed/AcviveX which contains an ActiveX wrapper control for NGLayout 1998-09-01 08:07:56 +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
troy%netscape.com
ad9a20da0b Changes nsIView and nsIScrollableView interfaces to conform to
XPCOM conventions
1998-08-30 19:16:11 +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
troy%netscape.com
e524804caa Changed interface nsIFontMetrics to use the XPCOM conventions for returning
a nsresult
1998-08-29 02:34:34 +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
michaelp%netscape.com
0d2b243a17 changes for new viewobserver stuff. 1998-08-28 03:09:22 +00:00
troy%netscape.com
0d39ae026f Changed nsIDeviceContext interface to conform [more] with COM conventions 1998-08-27 05:05:03 +00:00
michaelp%netscape.com
dbd23b1190 killed viewmanager SetRootWindow() call. 1998-08-26 21:24:19 +00:00
spider%netscape.com
696ea5561a Updates to invalidate throbber after last image has completed loading 1998-08-25 14:45:24 +00:00
rpotts%netscape.com
dcf275e458 Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00
kostello%netscape.com
c5259352df Synched with Pasteboard code on the branch 1998-08-21 18:28:48 +00:00
rpotts%netscape.com
a557f93aaf Fixed a crash when Destroy(...) was called without first calling Init(...) 1998-08-21 06:21:52 +00:00
joki%netscape.com
fb2cc8def3 Okay, another guess at this bustage. 1998-08-21 06:13:03 +00:00
joki%netscape.com
898c934c1f Why can't all those little slashes just get along. 1998-08-21 05:12:27 +00:00
vidur%netscape.com
ed5a03320a Added nsIDocumentLoadInfo interface. Temporarily added service startup inside WebShell factory. 1998-08-20 22:28:52 +00:00
rpotts%netscape.com
1fb3fee926 moving changes in 3.55.2.1 onto the tip... 1998-08-20 06:19:11 +00:00
rpotts%netscape.com
ef4f2ef393 moving changes in 1.36.2.1 onto the tip... 1998-08-20 06:17:47 +00:00
troy%netscape.com
ea509ef709 Changed web shell widget to NOT clip children 1998-08-19 23:13:00 +00:00
valeski%netscape.com
9c4143b645 webshell/public/nsIDocumentLoader.h
Extended the nsIDocumentLoader interface's LoadURL() method to take a reload type parameter.

webshell/public/nsIWebShell.h
Extended the nsIWebShell interface's LoadURL() method to take a reload type parameter.

webshell/src/nsDocLoader.cpp
1. Extended the nsIDocumentBindInfo interface's Bind() method to take a reload type parameter. The Bind() method now takes the reload parameter and passes it to the nsIUrl it creates.
2. Added support to the DocumentLoader for the extended LoadURL() parameter list. It now passes the reload type down into the Bind() method of the nsIDocumentBindInfo.

webshell/src/nsWebShell.cpp
1. Added support to the nsWebShell to use the new reload type parameter during loads.
2. Hooked up the reload type parameter in the nsWebShell::Reload() method so we actually use it.
1998-08-19 23:01:52 +00:00
michaelp%netscape.com
58241d2492 added support for opening new windows with _blank url targets. 1998-08-19 21:00:51 +00:00
valeski%netscape.com
0a20396f56 webshell/public/nsIDocumentLoader.h
Removed support for the underlying timer/refreshurl infrastructure.

webshell/src/nsDocLoader.cpp
1. Added support in nsDocumentBindInfo for the new nsIRefreshUrl method for cancelling.
1.5 Changed the refreshurl() method so it delegates to the container's (i.e. webshell's) refreshurl() method.
2. Removed the "actual" refresh url implementation (timers) from the nsDocumentBindInfo. It's now in the webshell and nsDocumentBindInfo's implementation of nsIRefreshUrl simply delegates to the "container" (i.e. the webshell).
3. Added call to new NS_NewURL() routine which takes an nsISupports pointer as an arg, if the nsDocumentBindInfo has a container to pass along.

webshell/src/nsWebShell.cpp
Added support for the nsIRefreshUrl interface to nsWebShell (this includes the underlying timers and callback mechanism).
1998-08-18 23:25:17 +00:00
scullin%netscape.com
db929b0bc0 Tweek interface to be compatible with branch for now. 1998-08-18 22:01:50 +00:00
kostello%netscape.com
b97de2d626 Added WidgetDebug.o to library 1998-08-17 23:36:16 +00:00
rods%netscape.com
795b18e02d Add SetFocus so keyboard navigation works. 1998-08-17 16:43:07 +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
joki%netscape.com
aca079baed Modify editor mode to work in frames 1998-08-14 01:51:00 +00:00
valeski%netscape.com
94bddddfc2 webshell/src/nsDocLoader.cpp -
310133 - 1. added LoadURLOnTimer() and CancelLoadURLTimer() implementations to the nsDocLoaderImpl class.
2. Changed nsDocumentBindInfo class to support the nsIRefreshUrl interface.
3. Changed the nsDocumentBindInfo contructor to set the m_ExtraInfo variable to the aExtraInfo pointer passed in. This must have been an oversight on the part of the original implementor.
4. Added a simple data placeholder class to hold the data that will be used to load the url on the timer.

webshell/src/nsWebShell.cpp -
1. 310133 - When the webshell is destructed or about to load a new url, the loader now calls CancelLoadURLTimer() which cancels and releases the timers.
1998-08-13 20:08:19 +00:00
valeski%netscape.com
354df9d79b 310133 - Extended the nsIDocumentLoader interface to include LoadURLOnTimer() and CancelLoadURLTimer() methods. 1998-08-13 20:07:17 +00:00
vidur%netscape.com
51fe5f427d Implemented Reload() on nsIWebShell 1998-08-13 04:49:16 +00:00
vidur%netscape.com
90f219c74e Added modifyHistory option to LoadURL. 1998-08-13 04:36:42 +00:00
joki%netscape.com
c316d58438 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
michaelp%netscape.com
891419af3d with -np plugins will no longer be initialized due to frames. 1998-08-12 22:06:00 +00:00
joki%netscape.com
4eedd54c45 Change so browser window doesn't assume it has toolbars. 1998-08-12 21:41:05 +00:00
kmcclusk%netscape.com
da4a394f63 Removed bogus ValidateDocData, XP_ReBuffer and XP_Trace stubs. They exists in
their correct form in nsStubs.cpp
1998-08-12 21:24:25 +00:00
kmcclusk%netscape.com
daa45238f8 Added output to indicate when a stubbed function is called. 1998-08-12 21:13:52 +00:00
kmcclusk%netscape.com
f413ee27d8 Added stubs for ValidateDocData XP_ReBuffer and XP_Trace to
get Linux build to work.
1998-08-12 21:04:30 +00:00
kmcclusk%netscape.com
cdbadaf7fb Added unix support for PR_ProcessPendingEvents. 1998-08-12 19:54:39 +00:00
kmcclusk%netscape.com
b4ba2fc20f Added support for PR_ProcessPendingEvents. This allows the unix viewer to
support clicks on links + submitting form data.
1998-08-12 19:52:03 +00:00
joki%netscape.com
3e30a759a0 Adding new doc loader observer interface. 1998-08-12 05:15:38 +00:00
joki%netscape.com
edb8b34146 Adding partial load event support, removing script context Run_GC method adding partial script error support 1998-08-12 04:56:40 +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
joki%netscape.com
cfd01bf968 Additional fixes to allow child webshells in framesets to be properly released. 1998-08-10 01:36:02 +00:00
joki%netscape.com
7aa37b7bb4 Fix possible addref on null pointer 1998-08-10 01:30:29 +00:00
karnaze%netscape.com
2638dac692 added GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight to web widget, frameset codes calls it. 1998-08-10 01:01:27 +00:00
valeski%netscape.com
d387beafca removed the http:// assumption code from here to nsWebShell.cpp 1998-08-09 21:23:54 +00:00
valeski%netscape.com
3b621e7bb0 moved http:// assumption code into nsWebShell.cpp from nsBrowserWindow.cpp 1998-08-09 21:22:18 +00:00
troy%netscape.com
c2d779ef60 Now deletes the images and releases the reference to the image group 1998-08-09 16:42:06 +00:00
joki%netscape.com
b45f46d744 Partial fix for frame based and general memory leaks of webshells and prescontexts 1998-08-09 07:43:22 +00:00
troy%netscape.com
f2da0f4720 Added code to destructor to delete mVisited 1998-08-09 05:00:24 +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
troy%netscape.com
acaa6d2f0e Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
vidur%netscape.com
5dcf11251a Better JSConsole return values 1998-08-07 23:19:20 +00:00
kostello%netscape.com
4d3903759d Put both AOLMAIL and html/text of the pasteboard 1998-08-07 22:35:44 +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
troy%netscape.com
2ba08bde69 Fixed shoddy reference counting in FindBrowserFor(), and changed
Destroy() to release references on six widgets
1998-08-06 02:21:23 +00:00
troy%netscape.com
50b74c4809 Added some release calls for mBack, mForward, and mLocation 1998-08-05 22:06:58 +00:00
kmcclusk%netscape.com
d5f323fad2 Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows.
1998-08-05 15:11:46 +00:00
pierre%netscape.com
25cf52de3d added "view", "libpref" and "plugin" groups 1998-08-05 08:31:41 +00:00
pierre%netscape.com
60033176bc removed NS_IMPL_IDS: it moved to nsPref.cpp 1998-08-05 08:25:24 +00:00
pierre%netscape.com
727af6158b include nsMacRepository.h 1998-08-05 08:22:38 +00:00
pierre%netscape.com
eb16b86a54 renamed NSGetFactory to build on Mac 1998-08-05 08:17:06 +00:00
michaelp%netscape.com
1175321b05 changes for plugins. 1998-08-05 04:23:21 +00:00
kipp%netscape.com
f3c99bef88 Use flexible library naming 1998-08-05 01:40:20 +00:00
troy%netscape.com
5f001f44a2 Moved DoSelectAll() outside of a #ifdef NS_DEBUG 1998-08-04 20:04:55 +00:00
karnaze%netscape.com
f76f781af8 form submission on carriage return in some cases; replaced NS_RELEASE with NS_IF_RELEASE in nsFrame destructor 1998-08-04 18:19:51 +00:00
karnaze%netscape.com
4f71343751 test9 no longer uses test6 1998-08-04 16:57:44 +00:00
buster%netscape.com
f080cc117a *** empty log message *** 1998-08-04 00:58:34 +00:00
rods%netscape.com
eb5f819286 Added repaint is forced on Select All 1998-08-03 23:14:54 +00:00
rods%netscape.com
d1b3125e2e added select all and fixed the foreground colors for the URL and Status bars 1998-08-03 22:32:34 +00:00
troy%netscape.com
ad513c1340 Added release of throbber in the hopes that this would allow the image
group and hence the image manager to be released, but it doesn't quite do
the trick because the ref count of the throbber is 2...
1998-08-03 21:11:22 +00:00
troy%netscape.com
7e130c7c36 API changes to image group 1998-08-03 04:55:21 +00:00
michaelp%netscape.com
59141b0744 tiny change to see if the unix build will come back to life. 1998-08-01 22:19:05 +00:00
rpotts%netscape.com
c024cabb23 Added a new test for the raptorweb.dll COM factory. This is WIN32 only 1998-08-01 06:48:28 +00:00
rpotts%netscape.com
6cde3ae7da Added support (on WIN32 only) for the raptorweb.dll to be a COM component... 1998-08-01 06:46:38 +00:00
rpotts%netscape.com
92f005308f Added check to see if DocLoader exists before dereferencing the pointer... 1998-08-01 06:45:43 +00:00
michaelp%netscape.com
f51ff39ac4 turned on plugins. 1998-08-01 05:47:34 +00:00
peterl%netscape.com
714146a525 rounding support 1998-07-31 23:34:45 +00:00
kostello%netscape.com
8c39aba152 Add NS_RELEASE in save code 1998-07-31 18:35:19 +00:00
kostello%netscape.com
422981df51 Fix retail build problem 1998-07-31 18:34:53 +00:00
joki%netscape.com
347fce701c Adding get status method to nsIBrowserWindow 1998-07-31 18:22:27 +00:00
kostello%netscape.com
a29fddd59f Moved DoCopy and related methods out of debug build into public 1998-07-31 16:53:45 +00:00
peterl%netscape.com
cdf487bf43 connected prefs 1998-07-31 06:02:06 +00:00
peterl%netscape.com
cadf2cec72 connected prefs, tweaked UI font sizes 1998-07-31 06:01:45 +00:00
karnaze%netscape.com
fc265fd305 sizing improvements of form controls for nav4 compatibility 1998-07-31 05:22:35 +00:00
spider%netscape.com
257a2dec72 XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
kipp%netscape.com
a9c5ff5a3f Make gamma 1.0 1998-07-30 16:07:18 +00:00
kipp%netscape.com
9485365e34 Removed ForceRefresh call 1998-07-30 16:07:04 +00:00
valeski%netscape.com
4127baf092 309383 - http:// is now assumed by the browser shell window url bar. 1998-07-30 06:57:02 +00:00
pierre%netscape.com
0acd633de1 fixing Unix build 1998-07-30 04:47:44 +00:00
pierre%netscape.com
43ab2765c0 removed nsDocLoader.cpp which already sits in webshell.mcp 1998-07-30 03:41:26 +00:00
pierre%netscape.com
16084f7912 fixing Mac build: added "ostrstream.h" 1998-07-30 03:38:37 +00:00
pierre%netscape.com
18ac4ccfe9 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:43:22 +00:00
pierre%netscape.com
b08ed7a4f0 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:37:15 +00:00
kmcclusk%netscape.com
de0a55d352 Added debug menu items to bring motif viewer in sync with win32 viewer. 1998-07-29 22:56:25 +00:00
pierre%netscape.com
c803d6b8ea fixing Windows build bustage: moved NS_IMPL_IDS 1998-07-29 22:33:29 +00:00
kmcclusk%netscape.com
ffc46d90fc Added the <strstream.h> for all non WIN32 platforms. Removed the ifdef WIN32 in DoCopy 1998-07-29 21:21:08 +00:00
pierre%netscape.com
81197a29f8 added nsSetupRegistry.cpp and nsWebCrawler.cpp 1998-07-29 21:09:25 +00:00
pierre%netscape.com
c9c3bc4193 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 21:06:19 +00:00
scullin%netscape.com
0a4dce176f Normalize widget api on UNIX and Win 1998-07-29 18:50:51 +00:00
rods%netscape.com
b1a37e8b47 added NS_RELEASE in DoToggleSelection 1998-07-29 17:39:28 +00:00
rpotts%netscape.com
1207335249 Call nsIWebShell::Destroy() when the Browser window is going away... 1998-07-29 10:49:51 +00:00
rpotts%netscape.com
df17a64406 Added a Destroy() method which is called when the WebShell container is going away... 1998-07-29 10:49:01 +00:00
rpotts%netscape.com
aa40707e22 Removed all calls to NET_PollSockets(...). Netlib now does this itself... 1998-07-29 06:03:29 +00:00
kipp%netscape.com
7227de9f21 Clean up stuff during destruction 1998-07-29 04:08:27 +00:00
kipp%netscape.com
c2d7e6b341 Free up some stuff during shutdown 1998-07-29 04:07:54 +00:00
kipp%netscape.com
b0e709768f Dont' release browser after destroying it 1998-07-29 04:07:27 +00:00
kipp%netscape.com
ec0320c95f Release font metrics when done 1998-07-29 04:06:37 +00:00
pierre%netscape.com
6b66410baa added nsWebCrawler.cpp 1998-07-28 04:18:01 +00:00
pierre%netscape.com
7bbb70d31a fix Mac build (is this file obsolete?) 1998-07-28 04:15:46 +00:00
pierre%netscape.com
7da9dd2cd7 updated to Windows make file 1998-07-28 04:07:50 +00:00
buster%netscape.com
9cbfa3beee made this test case a bit flashier 1998-07-28 00:51:53 +00:00
michaelp%netscape.com
06d5c714c7 fixed webcrawler relater build bustage. 1998-07-28 00:05:32 +00:00
michaelp%netscape.com
39dfdb5ee8 fixed build bustage. 1998-07-28 00:00:35 +00:00
kipp%netscape.com
d121a265a2 Fixed -p flag; fixed so that it exits on last window close 1998-07-27 23:19:06 +00:00
michaelp%netscape.com
c9901356f0 hooked up the plugin manager to the webshell. 1998-07-27 23:08:52 +00:00
kipp%netscape.com
dd679b76e8 Added max-pages 1998-07-27 23:01:06 +00:00
kipp%netscape.com
0cb95d4974 Limit crawling to a max number of pages 1998-07-27 23:00:50 +00:00
kipp%netscape.com
300e2b96a1 Make crawler exit properly; added -N argument 1998-07-27 23:00:11 +00:00
kipp%netscape.com
8f2d334714 Skip over junky url's 1998-07-27 22:42:12 +00:00
kipp%netscape.com
b6bba60b12 time to crawl 1998-07-27 22:16:13 +00:00
kipp%netscape.com
ba6be111fb Use web crawler instead of doc loader; new argument support code for web crawler 1998-07-27 22:15:58 +00:00
kipp%netscape.com
3f4de777a6 Switch to nsWebCrawler 1998-07-27 22:15:30 +00:00
dcone%netscape.com
96315b2935 defined NS_IMPL_IDS for the mac build only 1998-07-27 21:37:49 +00:00
dcone%netscape.com
b9bfc6ccc0 fixed up the project to use the cross platform files 1998-07-27 21:26:29 +00:00
kostello%netscape.com
0705538004 Really fix unix build bustage 1998-07-27 21:10:02 +00:00
kostello%netscape.com
86237ee561 Removed DoCopy for all but the Win32 build. We are
having build problems because of the ostrstream class.
1998-07-27 19:26:18 +00:00
kostello%netscape.com
4d527ccdab Fix UNIX bustage 1998-07-27 19:11:51 +00:00
kostello%netscape.com
992e6fdb67 Fix build problem 1998-07-27 18:52:31 +00:00
kostello%netscape.com
a6b7df24ba Implemented DoCopy to put HTML on the pasteboard
Added Dialog for DoDebugSave
1998-07-27 18:17:07 +00:00
kipp%netscape.com
653fd9cb38 Fixed a top-100 url 1998-07-27 18:05:55 +00:00
kipp%netscape.com
9858710c0d Some hackery for image documents 1998-07-27 18:05:34 +00:00
karnaze%netscape.com
9c030a8f5c more robust frameset layout; <frame>, <iframe> borders; reenabled scrolling attr for <iframe> 1998-07-27 05:59:37 +00:00
troy%netscape.com
7da0401c3c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
joki%netscape.com
0b8640b954 Fix for unitialized var and missing add/release ref pair in the GetScriptGlobalObject call 1998-07-25 01:53:54 +00:00
rpotts%netscape.com
87b4f3728e Get rid of those unix warnings... 1998-07-24 21:03:33 +00:00
dcone%netscape.com
db1ae743ca New file for the macintosh main viewer routine 1998-07-24 17:19:44 +00:00
kipp%netscape.com
87de5f350c Futz the fonts a bit to make it look a little softer 1998-07-24 16:03:11 +00:00
rpotts%netscape.com
17acb2afff Added IStreamListener::OnStatus(...)... 1998-07-24 10:02:50 +00:00
rpotts%netscape.com
84622e4d43 Removed an incorrect comment... 1998-07-24 05:33:29 +00:00
joki%netscape.com
838c34585d Adding GetScriptGlobalObject function to nsIScriptContextOwner interface 1998-07-24 05:07:51 +00:00
michaelp%netscape.com
396c278258 added libraptorplugin.so to link libs. 1998-07-23 22:12:09 +00:00
michaelp%netscape.com
8834ed6d15 cleaning and plugin preparation. 1998-07-23 20:36:06 +00:00
peterl%netscape.com
39998152c4 replaced with one more useful 1998-07-23 18:05:35 +00:00
dcone%netscape.com
26dd8caf34 deleted nsCellCol, nsCollColl and nsHTMLIFrame.cpp 1998-07-23 17:06:48 +00:00
dcone%netscape.com
5af428c1b8 added nsIContentViewerContainer.h and nsIWebshell.h 1998-07-23 17:05:42 +00:00
rpotts%netscape.com
01af9d76c0 Fixed uninitialized variable... 1998-07-23 04:25:20 +00:00
rpotts%netscape.com
d6f7d066b2 Added GetDocumentLoader(...) and support for creating nested document loaders if the webshell is nested itself... 1998-07-23 04:24:36 +00:00
rpotts%netscape.com
515e809a04 Added GetDocumentLoader(...). 1998-07-23 04:23:00 +00:00
kipp%netscape.com
8b5de63b88 Init mStatus 1998-07-22 23:41:36 +00:00
kipp%netscape.com
c06f064322 Implement GetURL 1998-07-22 23:40:54 +00:00
kipp%netscape.com
279bc44856 Added GetURL method 1998-07-22 23:40:27 +00:00
vidur%netscape.com
d818860eeb Reenabled JSConsole. 1998-07-22 23:34:07 +00:00
kipp%netscape.com
0f14f25f2d Pretend we are 4.05 since some websites can't handle 5.0 yet 1998-07-22 18:50:17 +00:00
rpotts%netscape.com
78b9a01747 nsIWebShell now supports a single observer for all documents loads... 1998-07-22 11:26:18 +00:00
rpotts%netscape.com
6d4f155462 nsIWebShell now supports a single observer for all document loads...The DocLoader now stops any pending binds when a new document is requested... 1998-07-22 11:24:50 +00:00
rpotts%netscape.com
2b6fbde302 First pass at nested document loaders... 1998-07-22 11:23:32 +00:00
rpotts%netscape.com
744e7f3fe6 nsIWebShell now supports a single observer for all document loads... 1998-07-22 11:22:59 +00:00
scullin%netscape.com
a1d957f419 Propagate alerts, confirms and prompts up to browser window. 1998-07-22 00:26:23 +00:00
dcone%netscape.com
9c15edb6e7 added nsIContentViewerContainer.h and nsIWebshell.h 1998-07-21 21:49:35 +00:00
scullin%netscape.com
24b71cf5f1 Ready to accept status messages from netlib. 1998-07-21 18:42:50 +00:00
scullin%netscape.com
ede2a8af0b Fix release build. 1998-07-21 18:09:53 +00:00
rods%netscape.com
b67e9fedbf commented out the setting of the statusbar's background color 1998-07-21 18:03:15 +00:00
kipp%netscape.com
580c4d7e1d Implement Open File dialog and -q option 1998-07-21 16:45:21 +00:00
kipp%netscape.com
cc9e6f290f Support aggregation (sort of) 1998-07-21 16:44:45 +00:00
kipp%netscape.com
297b3bbfcf Enable scripts 1998-07-21 16:44:22 +00:00
kipp%netscape.com
ef92396bc3 Removed IScriptContextOwner from browser impl 1998-07-21 04:47:14 +00:00
kipp%netscape.com
1791dee949 Implement IScriptContextOwner API 1998-07-21 04:46:55 +00:00
kipp%netscape.com
5cd3e18940 Added code (currently disabled) to setup the script context appropriately 1998-07-21 04:46:35 +00:00
kipp%netscape.com
f7a082b895 Fixed unix build 1998-07-21 02:45:39 +00:00
kipp%netscape.com
17550076a8 Enabled the js-console accelerators 1998-07-21 01:22:52 +00:00
kipp%netscape.com
318ff59aac byebye 1998-07-21 01:04:09 +00:00
kipp%netscape.com
147e37128d Fixed unix porting bugs 1998-07-21 01:03:28 +00:00
kipp%netscape.com
619a1ae2b3 Spanked to get most of the menus working again 1998-07-21 00:48:35 +00:00
kipp%netscape.com
ae1a97f3d0 Added two getters: GetBounds and GetWebShell 1998-07-21 00:48:10 +00:00
scullin%netscape.com
58da572d27 Fix release mode. 1998-07-20 22:45:35 +00:00
kipp%netscape.com
2c1c17e743 Resurrected DoDebugSave method 1998-07-20 22:22:13 +00:00
kipp%netscape.com
58cfc75bc1 Updated to match revised menu api 1998-07-20 22:16:26 +00:00
kipp%netscape.com
acdc206b13 Ported to unix 1998-07-20 22:13:11 +00:00
kipp%netscape.com
98b76ebd08 new 1998-07-20 22:11:02 +00:00
kipp%netscape.com
5c1da9460a Switch to new source files 1998-07-20 21:17:13 +00:00
kipp%netscape.com
e0d8d2dcac Implement a pile of debug methods and menu code; abstract out menu bar creation into a native subclass 1998-07-20 21:16:38 +00:00
kipp%netscape.com
d6f9be5ab2 Get pref-id's properly setup 1998-07-20 21:16:12 +00:00
kipp%netscape.com
9d0bc2ad58 new 1998-07-20 21:15:52 +00:00
kipp%netscape.com
7b521870c2 Added chrome control for the menu bar 1998-07-20 21:15:21 +00:00
dcone%netscape.com
6256741cd7 Removed nsIWebwidget.h and nsIDocumentWidget.h from the file for building dist 1998-07-20 20:34:36 +00:00
kipp%netscape.com
e084c41ea1 Fixed Makefile 1998-07-20 16:38:04 +00:00
kipp%netscape.com
291c405803 Added missing nsweb.h 1998-07-20 16:37:52 +00:00
kipp%netscape.com
44e081cc23 Moved nsBrowserWindow in 1998-07-20 16:19:22 +00:00
kipp%netscape.com
cb030eed99 Removed factory proc 1998-07-20 16:19:00 +00:00
kipp%netscape.com
b02d51daac Moved nsBrowserWindow out 1998-07-20 16:18:42 +00:00
kipp%netscape.com
348a17626d Added a reminder comment 1998-07-19 04:07:59 +00:00
kipp%netscape.com
71c38143ed Implement 1998-07-19 04:07:44 +00:00
kipp%netscape.com
97afaf21db Upgraded API 1998-07-19 04:07:32 +00:00
kipp%netscape.com
37487d90b5 Removed registry init into a seperate file; use browser window instead of old code 1998-07-19 04:07:20 +00:00
kipp%netscape.com
65fd6ba6ee Moved windows init into winmain 1998-07-19 04:06:47 +00:00
kipp%netscape.com
7d3df22901 Build new source 1998-07-19 04:06:25 +00:00
kipp%netscape.com
0972a45689 new 1998-07-19 04:06:14 +00:00
kipp%netscape.com
3a893acaee Fixed ommision of include of nscore.h 1998-07-19 02:03:59 +00:00
kipp%netscape.com
1406c1fc9b Whacked to use new pluggable throbber 1998-07-19 01:18:57 +00:00
kipp%netscape.com
9589402168 Implement new title API's; normalized factory code 1998-07-19 01:18:40 +00:00
kipp%netscape.com
dcf41358c0 Normalized factory code 1998-07-19 01:18:15 +00:00
kipp%netscape.com
c60f37ac06 Added new files 1998-07-19 01:17:50 +00:00
kipp%netscape.com
6351c609da Added title controls; normalized factory API; added GetRootWebShell; removed 2nd arg from AddChild 1998-07-19 01:17:39 +00:00
kipp%netscape.com
b071475f3c Updated copyright and IID; removed useless Init method 1998-07-19 01:17:09 +00:00
kipp%netscape.com
a49b6564fe Normalized factory api 1998-07-19 01:16:46 +00:00
kipp%netscape.com
f7750ea04e Export new files 1998-07-19 01:15:26 +00:00
kipp%netscape.com
34d7ab8c5c new 1998-07-19 01:13:06 +00:00
kipp%netscape.com
72247ae22f Updated exports list 1998-07-18 22:01:25 +00:00
kipp%netscape.com
cc10d75885 Spanked to use web-shell API's 1998-07-18 21:51:03 +00:00
kipp%netscape.com
8fff2e7e95 Updated build list 1998-07-18 21:50:41 +00:00
kipp%netscape.com
5dde352cb1 Updated to use revised API's; pass UA style sheet to nsIDocumentViewer instance 1998-07-18 21:50:29 +00:00
kipp%netscape.com
7e1c925f18 obsoleted 1998-07-18 21:49:35 +00:00
kipp%netscape.com
cb0492d40f Updated exports list 1998-07-18 21:49:11 +00:00
kipp%netscape.com
795c7ad0ba Decoupled from web widget 1998-07-18 21:49:03 +00:00
kipp%netscape.com
e36dce9baa Seperated out nsIViewerContainer and nsIContentViewer API's 1998-07-18 21:48:47 +00:00
kipp%netscape.com
bb5455a632 Obsolete 1998-07-18 21:48:26 +00:00
kipp%netscape.com
3ba64da13d new 1998-07-18 21:43:02 +00:00
michaelp%netscape.com
92a7151e25 the throbbing N lives. yuck. 1998-07-17 23:48:58 +00:00
kostello%netscape.com
58e5b0b4cf Changed name of method from ToXIF to CreateXIF 1998-07-17 23:02:53 +00:00
michaelp%netscape.com
8f6e45ba06 throbber now has 14 frames and works as a button. 1998-07-17 22:58:11 +00:00
joki%netscape.com
0ebd01ad80 Fix notation on key event enum values. 1998-07-17 19:25:14 +00:00
kipp%netscape.com
d3642b165c get dom document directly instead of from defunct web-widget api 1998-07-17 18:14:56 +00:00
kipp%netscape.com
593dec7069 Implement debug methods in nsViewer not in WindowData or WebWidget 1998-07-17 17:55:47 +00:00
kipp%netscape.com
0ab7c7b077 Added GetContentViewer API; removed debug dump methods 1998-07-17 17:55:21 +00:00
kipp%netscape.com
59dab3b15c Removed debug dump methods 1998-07-17 17:55:00 +00:00
kipp%netscape.com
3deb49c15f Init unintialized variable 1998-07-17 17:54:46 +00:00
kipp%netscape.com
d5d6ee498a Removed doc-observer LoadURL method and fixedup progress printf's and start throbber at a better time 1998-07-17 15:30:59 +00:00
joki%netscape.com
964919d160 Fix IRIX issues with enums in case statements. 1998-07-17 07:10:43 +00:00
rpotts%netscape.com
589dcc48fe Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
joki%netscape.com
8a1c5eed88 Modifying editor code to correspond to slight change in event interfaces. 1998-07-17 04:53:01 +00:00
jevering%netscape.com
2c3b709bf3 null out related links item. 1998-07-16 19:00:11 +00:00
kmcclusk%netscape.com
3c7c5e8b26 Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix 1998-07-16 18:24:56 +00:00
troy%netscape.com
a90f1b6cbd Changed image group GetImage() member function so the background color
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
rpotts%netscape.com
e084a5bf89 Fix for view reference counting... A reference to the scrolling view was not being release. This prevented Scrolling views from being destroyed. 1998-07-16 00:14:03 +00:00
rpotts%netscape.com
646e80db63 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
jevering
7554b89a54 Hooked up the related links code to the demo. Getting duplicated now,
hopefully get that fixed soon.
1998-07-15 18:45:16 +00:00
kostello
4774b3488b Added XIF Support. XIF is a Netscape internal XML format which is
designed to allow for easy conversion from the NGLayoutContent model
to other formats. It's primary focus is to allow easy conversion to
HTML3.2 and HTML4.0 formats. Other formats may be supported in the future.
1998-07-14 22:37:51 +00:00
jevering
79bcfb878b Turned on location bar in windows. 1998-07-14 22:29:01 +00:00
vidur
1900060e23 Moved over to a new version of Level 1. NodeIterators and AttributeLists out. NodeLists and NamedNodeMaps in. 1998-07-14 18:44:44 +00:00
kmcclusk
d43d7b3569 Added #ifdef VIEWER_UI to OnStopBinding to prevent crash when running without GUI 1998-07-14 17:37:42 +00:00
kipp
0f1ef97de2 Put prlog.h back in again 1998-07-14 01:45:01 +00:00
kipp
e880bb1b2f Removed bogus include 1998-07-14 00:57:16 +00:00
scullin
b6898d5280 Added pref initialization. 1998-07-13 23:38:08 +00:00
kipp
6bb6180e06 work around build bug 1998-07-13 21:37:26 +00:00
kipp
c83cf9197d Fixed tracing macro bug 1998-07-13 21:32:26 +00:00
kipp
f4a6abadb7 Removed extra semicolon 1998-07-13 19:56:19 +00:00
kipp
1608010504 Added LoadURL method to observer; cleaned up load progress messages 1998-07-13 19:53:50 +00:00
kipp
87961cb33b Added LoadURL method to observer 1998-07-13 19:53:32 +00:00
kipp
554707e1fb Removed unused variable 1998-07-13 19:53:18 +00:00
kipp
92543caa1f Added back in the current url to the observer so that it can print it out during load progress 1998-07-13 19:53:03 +00:00
kipp
04a5642268 Removed dead code; moved some printf's into nspr logging 1998-07-13 19:52:37 +00:00
kipp
511d35305d Support progressive loading 1998-07-13 16:25:15 +00:00
michaelp
e2dcda2dbe fixed copying of anims10.gif in Makefile. 1998-07-11 06:23:49 +00:00
michaelp
f12ab6ff1c added throbber. 1998-07-11 05:33:00 +00:00
michaelp
90b3de57ed fixed. 1998-07-11 05:28:22 +00:00
michaelp
f24b56bcac new gifs for throbber animation... 1998-07-11 05:24:57 +00:00
rickg
8b9c5f20cc dynamic DTD support 1998-07-10 05:35:23 +00:00
jevering
82ed5448bd Added Top 100 site viewer. 1998-07-09 21:07:58 +00:00
vidur
d3edec7cb8 Moved ScriptContextOwner-ship from WebWidget to the DocObserver 1998-07-08 23:46:01 +00:00
kipp
2af250ee36 Fixed unix build 1998-07-08 17:34:26 +00:00
michaelp
f1f586a80e when a view is the root, it's position will now always be 0, 0. 1998-07-07 21:51:57 +00:00
kipp
3acc63b35d Implement back/forward/location handling 1998-07-07 01:40:05 +00:00
kipp
8da2940a08 Snapshot of history code 1998-07-07 00:32:09 +00:00
kipp
f90e34d3b1 Added some UI to the viewer (currently disabled) 1998-07-07 00:17:34 +00:00
kmcclusk
1c686e2518 Removed _s files from Linux link 1998-07-06 22:06:05 +00:00
kmcclusk
137154bd27 Moved *._s files into Linux specific EX_LIBS 1998-07-06 19:21:07 +00:00
kmcclusk
064bb7d1ba Removed unused define and commented out code. 1998-07-06 18:06:30 +00:00
kmcclusk
1ef456128a Added missing libraries to get viewer to link under Linux 1998-07-06 17:55:38 +00:00
kipp
bec9d3c223 Changed the event loop to install a timer to make sure that the net will always get some cycles 1998-07-06 17:41:27 +00:00
kipp
e73dd51e0c Eliminate some compiler warnings 1998-07-03 23:14:21 +00:00
rpotts
377d7f35f9 Added error checking to the document creation. IF a document cannot be found, the network load will fail and the old document will not be deleted... 1998-07-03 06:16:02 +00:00
rpotts
104c6a4b05 Fixes to make the automated document loader work again... 1998-07-02 23:39:38 +00:00
rpotts
88c65ac5b7 Added some missing forward declarations... 1998-07-02 23:38:48 +00:00
rpotts
e8476a622a Fix viewer bug where pages would not load unless the mouse was wiggled... 1998-07-02 23:34:30 +00:00
vidur
d3ba6e36fe Added nsINetContainerApplication interface and a way for netlib to get the user agent, etc. from the containing application 1998-07-01 23:56:46 +00:00
atotic
4bd5c7b252 Added a new export 1998-07-01 22:39:00 +00:00
atotic
092621cdc7 Added nsDocLoader to theproject 1998-07-01 22:29:53 +00:00
atotic
49c72d03a0 Trimmed out some dead code 1998-07-01 18:49:35 +00:00
rpotts
696bcf3e07 Changed PR_ASSERT to NS_ASSERTION... 1998-07-01 12:25:49 +00:00
rpotts
7838c94435 Changed nsIStreamListener to nsIStreamObserver... First pass of changes for the Document Loader... 1998-07-01 11:34:00 +00:00
rpotts
065f2ed232 Changed to use the Document Loader instead of LoadURL(...) 1998-07-01 11:31:24 +00:00
rpotts
faebd53c4d Fixed up Post data to avoid leaks... 1998-07-01 11:30:35 +00:00
rpotts
cb8f2e082c Added nsDocLoader.cpp... 1998-07-01 11:29:20 +00:00
rpotts
7129a830a6 Changed some interface methods to use NS_IMETHOD for consistancy... 1998-07-01 11:28:05 +00:00
rpotts
8da1cdbd6c Changed nsIStreamListener to nsIStreamOBserver. Added the BindToDocument(...) method which is used by the DocumentLoader. 1998-07-01 11:27:06 +00:00
rpotts
2284ed07f4 Added nsIDocumentLoader.h 1998-07-01 11:25:55 +00:00
kipp
ef6865e7f9 Documented a bug 1998-06-30 20:11:34 +00:00
atotic
7d57b8390e Added nsMacFile to the project 1998-06-30 09:04:26 +00:00
atotic
eaf3d1507c Moved file implementation stuff into nsMacFile.cp 1998-06-30 09:03:51 +00:00
atotic
5edb250183 First Checked In. 1998-06-30 09:03:30 +00:00
atotic
4f1b3ce8be Upped the app memory partition to 5 megs 1998-06-30 00:52:43 +00:00
joki
db1bf85ee6 Small change to editor keyCode translation 1998-06-29 21:35:27 +00:00
atotic
7679b38da9 It builds and links 1998-06-27 02:49:08 +00:00
atotic
bb30106321 First Checked In. 1998-06-27 01:28:36 +00:00
scullin
1b5f0f2e48 Added missing library for Linux. 1998-06-26 23:16:18 +00:00
peterl
e6f85cfca6 fixed dumping style contexts 1998-06-26 05:52:40 +00:00
vidur
79b16a3083 Added the nsIScriptContextOwner.h to aid in SCRIPT tag evaluation 1998-06-25 22:25:39 +00:00
kmcclusk
79186ec63c Added libnglcsslay_s library to link against 1998-06-25 22:11:05 +00:00
atotic
9975996bf7 First Checked In. 1998-06-25 18:24:18 +00:00
atotic
87d809172e First Checked In. 1998-06-25 18:17:36 +00:00
kipp
0f87f62a0c Support menu on print-preview window 1998-06-25 16:33:11 +00:00
michaelp
ec4811f612 added init() method to prescontext.
creator of prescontext is responsible for initializing pres context.
devicecontext is now init()ed with a nsNativeWidget.
removed hacky X Display stuff from device context and font metrics.
removed hacky code from windows font metrics.
changed nsNativeWindow to be nsNativeWidget.
added more code for compositor back-to-front pass.
improved text performance on X.
changed nsHTMLTagContent.cpp so that it will build with MSVC 4.1.
1998-06-25 04:24:45 +00:00
kmcclusk
1d95239354 Changed the name of the WEB_WIDGET DLL to match unix name 1998-06-25 00:03:56 +00:00
atotic
0e217c8401 More compile fixes 1998-06-24 01:45:16 +00:00
atotic
839a796540 Making it compile on the Mac 1998-06-24 01:43:10 +00:00
joki
3ce17a3724 Adding editor mode to the viewer 1998-06-24 00:29:00 +00:00
karnaze
3074df2576 named <iframe>s, scrolling attribute, more complete test9.html 1998-06-23 22:25:28 +00:00
vidur
c0e592da07 Separated scripting global object responsibilities from the WebWidget. Added better masking of JS-specific structures in generic interfaces. Creation of a scripting global object interface. 1998-06-23 18:43:49 +00:00
michaelp
6ad59f6a19 added content quality indicator. 1998-06-21 01:23:44 +00:00
karnaze
505cf9d7ac fixed divide by zero, test9 has sub sub doc. 1998-06-18 18:33:34 +00:00
karnaze
126dc3a360 added tst9, improvements to <iframe> 1998-06-18 00:47:18 +00:00
rods
a424c796a0 removed debug printf 1998-06-17 17:20:08 +00:00
rods
531f054a86 Fixed keysym problem for mneumonics 1998-06-17 17:12:25 +00:00
atotic
2d6cf6ce73 Made it compile in the dist world 1998-06-16 21:41:59 +00:00
atotic
2b30eaf7bd First Checked In. 1998-06-16 21:39:13 +00:00
karnaze
b9a228a2b2 more <iframe> support 1998-06-16 21:32:54 +00:00
spider
f16568df10 Fixes to get viewer to render on Unix 1998-06-16 00:57:33 +00:00
rods
f25268f51b removed some debug statement 1998-06-16 00:28:34 +00:00
rods
187b55b1d4 remove GetBasURL call 1998-06-16 00:26:50 +00:00
rods
af912c3021 change callback for open in menu 1998-06-16 00:26:09 +00:00
kmcclusk
9db48f8a75 Added Motif viewer to the build 1998-06-16 00:23:35 +00:00