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

1453 Коммитов

Автор SHA1 Сообщение Дата
dcone%netscape.com 4a60bdad2a Added a webshell parameter to the PrintContent method 1999-05-14 14:39:47 +00:00
joki%netscape.com e67457c7f0 Adding unload event during window closing. 1999-05-13 23:51:25 +00:00
rods%netscape.com d2df1b8ae9 removed GenericTransferable 1999-05-13 22:03:01 +00:00
hyatt%netscape.com 70e775cc13 Teaching window.open how to open chrome. 1999-05-12 23:17:40 +00:00
tague%netscape.com 7a16caead0 Fixed bug #5564, #6214. Problems with nsLocale.dll components not loading. dp reviewed changes 1999-05-12 22:24:20 +00:00
dcone%netscape.com b2081ee604 Added a PrintContent() method to the nsIContentViewer class 1999-05-12 13:31:28 +00:00
pinkerton%netscape.com 3df89f5c4e change #ifndef TARGET_CARBON to #if !TARGET_CARBON so it can be defined as 0 in DefinesMac.h 1999-05-12 06:44:03 +00:00
pinkerton%netscape.com 2bc2a63d42 dont use OpenDeskAcc under Carbon. 1999-05-11 21:32:51 +00:00
locka%iol.ie c053a7b509 Removed some assertions.
Moved some code around to make the control site partially sane when the control cannot be created
1999-05-10 23:21:13 +00:00
locka%iol.ie cffdddfab0 Removed some junk comments.
Added an error message when a control cannot be created
1999-05-10 23:19:31 +00:00
locka%iol.ie b22d5bc2b7 Added some ifdefs to the source and makefile to optionally compile control support.
Plugin support works again (yay!)
1999-05-10 21:27:15 +00:00
slamm%netscape.com f62e194601 Fix shift error that shows up on Solaris. Get DEPTH with perl. 1999-05-10 18:44:49 +00:00
mcafee%netscape.com 1e9ab980a4 Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok. 1999-05-10 05:34:26 +00:00
karnaze%netscape.com 1fc631c4b5 bug 6161 - don't reinitialize mMarginWidth, mMarginHeight on doc load. 1999-05-10 02:34:17 +00:00
locka%iol.ie 90f2ddf02d Added a directory picker so exe can be run from anywhere and still register the correct Mozilla dir 1999-05-08 12:10:26 +00:00
locka%iol.ie f5722fe919 Made CBrowseDlg modeless so that multiple windows can be opened. Primarily for testing NewWindow2 event 1999-05-08 12:08:52 +00:00
locka%iol.ie bab16cd926 no message 1999-05-08 12:07:03 +00:00
locka%iol.ie 4ab1be72d9 Added Advise, Unadvise methods for setting up event sinks 1999-05-08 12:06:31 +00:00
sfraser%netscape.com 4bb96839e5 Added the cfmAlias resource files, and set the Library Folder ID in the PEF settings accordingly (alias ID 128 for debug, 129 for opt). 1999-05-07 21:23:08 +00:00
sfraser%netscape.com 2025af025e First Checked In. 1999-05-07 21:20:23 +00:00
kipp%netscape.com fe3e8417ce Pass on SetRendering call to the content viewer if we have one 1999-05-07 19:25:58 +00:00
kipp%netscape.com 1cb7cd7ae0 Added Set/Get enable-rendering method 1999-05-07 19:25:41 +00:00
mike%neoplanet.com ff88dc1995 Modified handling of Cancel flag sent to BeforeNavigate2 from BeginLoadURL. Previously function called aShell->Stop() which was ineffective. Changed function to return NS_ERROR_ABORT. 1999-05-07 14:23:54 +00:00
mike%neoplanet.com 3d6836c678 Added code to prevent navigating to the default page, except when in design mode. 1999-05-07 14:18:23 +00:00
mcafee%netscape.com b3ec81da95 Fixed crash; toolbar buttons need to be specified in a css file now? toolbar buttons still blank. 1999-05-07 00:57:19 +00:00
nisheeth%netscape.com 828efdeb93 Implement LoadDocument(), a new method that is part of the nsIWebShellServices interface. 1999-05-07 00:21:57 +00:00
davidm%netscape.com 678a318b71 removed nsPluginViewer.cpp and nsDocumentViewer.cpp ( they are in Layout now ) 1999-05-06 20:40:03 +00:00
kipp%netscape.com ddac1af254 Removed libraries no longer needed to link 1999-05-06 19:35:59 +00:00
kipp%netscape.com 387570c865 Updated comments 1999-05-06 19:35:11 +00:00
kipp%netscape.com 714ae43be7 moved to layout 1999-05-06 19:34:32 +00:00
kipp%netscape.com bcfe1bbe55 Removed layout registry hackery 1999-05-06 19:32:56 +00:00
kipp%netscape.com 0b1ec8be25 Use component manager instead of direct linking against the html library 1999-05-06 19:32:42 +00:00
kipp%netscape.com 46685f84bb bye bye 1999-05-06 19:32:18 +00:00
kipp%netscape.com 9ddc4046f7 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 38e63b5427 Moved some source files to layout 1999-05-06 19:29:46 +00:00
kipp%netscape.com 82da035388 Moved some headers from here to layout 1999-05-06 19:29:26 +00:00
dp%netscape.com 03cb5998dd Fixed AutoregisterComponent() to return a value 1999-05-06 14:27:09 +00:00
dp%netscape.com 0940fc0041 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
nisheeth%netscape.com 80fcadde79 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 5ec1eeb367 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 bd92244027 - 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 ec175068d2 Added parameters for charset to LoadDocument(). 1999-05-06 03:53:28 +00:00
nisheeth%netscape.com 0a58ef7124 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 066767c792 - 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 68ffaa366e - 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 c98b5fd8c1 renamed <tristatecheckbox> to <checkbox> 1999-05-06 00:55:32 +00:00
nisheeth%netscape.com 066b4a19c0 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 9174c0316f 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 e4fad850bc Changes to the APIS for webshellcontainers. 1999-05-04 23:34:10 +00:00
hyatt%netscape.com 402a56b829 Changes to the APIS for webshellcontainer. 1999-05-04 23:33:55 +00:00