Граф коммитов

451 Коммитов

Автор SHA1 Сообщение Дата
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