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

1425 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com c7bdab52b8 Updated comments 1999-05-06 19:35:11 +00:00
kipp%netscape.com 2f2fe06039 moved to layout 1999-05-06 19:34:32 +00:00
kipp%netscape.com a613478e91 Removed layout registry hackery 1999-05-06 19:32:56 +00:00
kipp%netscape.com 150f2e0d46 Use component manager instead of direct linking against the html library 1999-05-06 19:32:42 +00:00
kipp%netscape.com 0615b5b768 bye bye 1999-05-06 19:32:18 +00:00
kipp%netscape.com be3e9a495b Ripped out the old doc-loader hackery and use the component manager to find viewers instead 1999-05-06 19:31:59 +00:00
kipp%netscape.com 3b1bca601b Moved some source files to layout 1999-05-06 19:29:46 +00:00
kipp%netscape.com 46b66b0230 Moved some headers from here to layout 1999-05-06 19:29:26 +00:00
dp%netscape.com 0ef48a75eb Fixed AutoregisterComponent() to return a value 1999-05-06 14:27:09 +00:00
dp%netscape.com c4faf68d49 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
nisheeth%netscape.com 4610242a5c The document loader that initiates the nsIDocumentLoaderObserver notifications is now passed up the document loader hierarchy. This was needed because external services that register as observers to the top level document loader expect to receive the document loader that is initiating the notification as a parameter in the notification. Earlier, they were always receiving the top level document loader regardless of which document loader initiated the notification. 1999-05-06 06:52:05 +00:00
dougt%netscape.com 529b22c8b3 Hooking up xpinstall to the viewer. This will cause a new instance of the
xpinstall to be created when the viewer launches.  This will be removed
(along with the startup of silentdl) once we have a way of starting up
components less intrusive.

nsViewer.cpp - Added CreateInstance and related code to start component
makefile.win - Added new include path
1999-05-06 03:59:47 +00:00
nisheeth%netscape.com 9030c63eb2 - Implemented GetContentViewerContainer() in the nsDocLoaderImpl() object.
- Added charset parameters to LoadDocument(), a method defined in nsIWebShellServices
1999-05-06 03:54:40 +00:00
nisheeth%netscape.com defad4500b Added parameters for charset to LoadDocument(). 1999-05-06 03:53:28 +00:00
nisheeth%netscape.com a17433324b Fixing Unix build bustage. The interface file got checked in with incorrect casing in the file name. 1999-05-06 02:53:01 +00:00
nisheeth%netscape.com e2125bb76b - adding stubs for the methods in nsIWebShellServices implemented by the nsWebShell object.
- adding a stub implementation of the GetContentViewerContainer() method to nsDocLoaderImpl.
1999-05-06 01:58:48 +00:00
nisheeth%netscape.com 6d73a13ebb - Adding the nsIWebShellServices interface that will be used by external services to access the webshell.
- Also, adding a method to nsIDocumentLoader that maps a document ID into an nsIContentViewerContainer.
1999-05-06 01:55:10 +00:00
pinkerton%netscape.com 08300976e4 renamed <tristatecheckbox> to <checkbox> 1999-05-06 00:55:32 +00:00
nisheeth%netscape.com 18e8cf2a70 Fix for bug 5850:
1) Add a RemoveChild() method to nsIWebshell.
2) nsWebshell::Destroy() calls this method on its parent to remove itself from the parent's child list.
3) Call nsWebshell::Destroy() from nsHTMLFrameInnerFrame's detructor.
1999-05-05 00:23:51 +00:00
nisheeth%netscape.com 3c41d4b24d Fix for bug 5850:
1) Add a RemoveChild() method to nsIWebshell.
2) nsWebshell::Destroy() calls this method on its parent to remove itself from the parent's child list.
3) Call nsWebshell::Destroy() from nsHTMLFrameInnerFrame's detructor.
1999-05-05 00:10:33 +00:00
hyatt%netscape.com a6a8a9170d Changes to the APIS for webshellcontainers. 1999-05-04 23:34:10 +00:00
hyatt%netscape.com c7c42bf6f1 Changes to the APIS for webshellcontainer. 1999-05-04 23:33:55 +00:00
hyatt%netscape.com 96d27eebf7 Changes to support different methods on the webshellcontainer interface. 1999-05-04 23:33:30 +00:00
locka%iol.ie 7983b823f0 New control event sink 1999-05-04 22:52:40 +00:00
locka%iol.ie 51581c16d1 Updates to test app 1999-05-04 22:51:34 +00:00
locka%iol.ie 680716e426 Added first impl for loading script engine from an IStream 1999-05-04 22:48:41 +00:00
locka%iol.ie aad57ac63e First impl of view source and NewWindow2 (thanks Neoplanet!)
Changes to IOleCommandTarget
1999-05-04 22:45:22 +00:00
vidur%netscape.com 3726eeea35 Added HTMLOptionElement factory registration. 1999-05-04 20:54:26 +00:00
rickg%netscape.com e320c2bafb update to nsString2 API 1999-05-04 06:38:37 +00:00
karnaze%netscape.com 2d90e637ec prints out regression file name when generating initial data 1999-05-04 03:32:42 +00:00
nisheeth%netscape.com da356ccbae Fix for bug 5472. Approved by chofmann. Reviewed by Kipp. 1999-05-03 23:04:50 +00:00
kostello%netscape.com 6c898433b2 Removed debug save code -- no longer relevant 1999-05-03 18:50:48 +00:00
karnaze%netscape.com e29d29abed removed compositing from table 5 1999-04-30 19:52:33 +00:00
pnunn%netscape.com 9f415ee9f5 These libs should only be linked with the appropriate decoder component in the
imglib. refer to bug#5459. pnunn. review:slamm, blessed:chofmann.
1999-04-30 18:27:31 +00:00
waterson%netscape.com 79cb20e767 Bug 5695. Check return code from GetScriptGlobalObject() before trying to deref pointer. r=nisheeth,a=chofmann 1999-04-30 16:25:34 +00:00
pinkerton%netscape.com 9a986dd9e5 win32 bustage. 1999-04-30 10:31:43 +00:00
pinkerton%netscape.com 1680448437 pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come). 1999-04-30 09:04:36 +00:00
kipp%netscape.com 03de3e5e0d Made the web crawler a nsIDocumentLoaderObserver and hooked up page transitions to OnEndDocumentLoad 1999-04-30 00:12:52 +00:00
kipp%netscape.com c5ffa02d52 Removed compiler warning 1999-04-30 00:12:17 +00:00
kipp%netscape.com b91c1e8a6c Hookup crawler to browser-window; let crawler deal with notifications instead of passing them on from here 1999-04-30 00:12:03 +00:00
kipp%netscape.com ca67994070 Let web crawler deal with notifications directly 1999-04-30 00:11:18 +00:00
kipp%netscape.com 8b7fadc265 Cleaned up log messages; fixed doc loader to fire the OnEndDocumentLoad properly 1999-04-30 00:10:27 +00:00
kipp%netscape.com e0d247be0c Use DestroyChildren instead of ReleaseChildren when destroying a webshell 1999-04-30 00:09:52 +00:00
ftang%netscape.com 16f64c1f10 fix bug 5644. reviewed by nisheeth and approved by cyeh. broadcast default character set to all the children and make sure all the children set to the same value when they are added to the parent 1999-04-28 23:59:08 +00:00
pinkerton%netscape.com 16db69f754 small fix for leaking the url bar XP in CreateToolbar. Part of the fix for bug 4883. approved for checking by chofmann. 1999-04-28 23:43:02 +00:00
locka%iol.ie e70b38df5f approved: leaf@mozilla.org 1999-04-28 20:02:52 +00:00
nisheeth%netscape.com 696fa5472d Passing in nsIDocumentLoader as a parameter to all functions in nsIDocumentLoaderObserver... 1999-04-28 06:47:40 +00:00
ramiro%netscape.com 638fe69979 Add command line parsing and debugger support. 1999-04-28 06:16:25 +00:00
nisheeth%netscape.com e5c640d2b4 Removing nsIExternalDocLoadObs.h... 1999-04-28 05:01:03 +00:00
nisheeth%netscape.com 251fa6ad71 - Backed out changes that sent notifications out to observers via the nsIExternalDocumentLoadObserver interface.
- Thanks a lot to Eric Burley (ericb@neoplanet.com) for fixing refcount related bugs.  His patch is included in this checkin.
1999-04-28 04:57:06 +00:00