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

324 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net dddb70dd9b Fixed changes to use the GetPresShell rather than using the now removed member variable. 1999-10-31 02:05:21 +00:00
troy%netscape.com effb3aefb7 Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
1999-10-30 02:52:11 +00:00
tbogard%aol.net 4a83671b62 Removed mPresShell and mPresContext from the base class. Added internal getter function GetPresShell to retrieve presShell objects. Added a pointer to mContentViewer. Changed LoadURI* to take a presContext. Changed SetDocument to take a presContext. Changed the attribute presContext to be read only. 1999-10-30 02:30:13 +00:00
beard%netscape.com 0a8da6430b Removed statically constructed nsAutoString LinkCommand, moved inside nsWebShell::LoadURL(). This prevents calling printf before main runs on MacOS, which messes up the console window. r=sfraser 1999-10-30 01:23:01 +00:00
tbogard%aol.net 3adce77597 Moved zoom attribute from nsIGenericWindow to nsIDocShell. Updated zoom documentation. 1999-10-30 00:52:57 +00:00
tbogard%aol.net bbf2412ebf Removed mDocument in favor of the preferred way of getting the document from the content viewer. 1999-10-30 00:02:38 +00:00
tbogard%aol.net 2c0660ae5e Changed a call to QueryInterface to use CallQueryInterface which helps with type checking. 1999-10-29 23:59:20 +00:00
buster%netscape.com d0b493f7b8 more implementation
some nits to conform more to seamonkey coding conventions.
1999-10-29 18:25:57 +00:00
radha%netscape.com c90d928ffe Fix for form values not maintained while going forward. bug # 16377. r=law 1999-10-28 20:29:43 +00:00
tbogard%aol.net 965f582659 Removed RemoveFocus() from nsIGenericWindow. Moved SizeToContent() to nsIHTMLDocShell. Added setCurScrollPosEx and setScrollRangeEx to nsIScrollable. Moved a bunch of code from nsHTMLDocShell into the base class. Commented out some stuff. Everything should compile now. 1999-10-28 07:51:10 +00:00
tbogard%aol.net a771b601ec Pushed many of the method implementations done by buster from nsHTMLDocShell into the base class. 1999-10-28 02:20:44 +00:00
tbogard%aol.net 4cb5c773f5 Changed nativeWindow* parentNativeWindow back to nativeWindow parentNativeWindow. 1999-10-28 00:45:13 +00:00
buster%netscape.com fa3d1d5952 added a bunch of initial implementation. does not compile yet, but that's ok because docshell isn't part of the build yet. 1999-10-27 23:50:19 +00:00
tbogard%aol.net 274f096f69 Boundary checking. 1999-10-27 02:44:01 +00:00
tbogard%aol.net e6cd8bdc20 A little more documentation. 1999-10-27 02:43:37 +00:00
tbogard%aol.net e08a7d9e0b Implemented the Destroy() method.... Which basically boils down to us returning out that we don't support the method. :) 1999-10-26 22:59:33 +00:00
tbogard%aol.net 82f5d65f7e Implemented a number of methods for the doc shell attributes. Setup and Init structure which is used to accept the settings of attributes until Create() is called. 1999-10-26 22:56:59 +00:00
tbogard%aol.net 8741475238 Updated some of the documentation. 1999-10-26 22:54:26 +00:00
tbogard%aol.net be45411dfc Added a CanHandleContentType to identify if a given instantiated docShell can handle the requested document type. 1999-10-26 09:51:36 +00:00
tbogard%aol.net 6dc5f4e4c6 Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class. 1999-10-26 01:46:22 +00:00
tbogard%aol.net 68a4a8f1cd Added basedocshell library to the list of bound libraries. 1999-10-26 01:45:11 +00:00
tbogard%aol.net 34a6d664d7 Created a base class library that will provide the shared docShell implmentation. 1999-10-26 01:44:00 +00:00
norris%netscape.com 4e2a1aa0f6 Expose referrer from web shell.
r=travis
needed for bug 11963.
1999-10-25 22:20:10 +00:00
tbogard%aol.net b426c05a5c Added build directory to build a DLL for various docShells. 1999-10-25 04:53:13 +00:00
tbogard%aol.net 83a85430d0 Clarified some documentation. 1999-10-25 04:51:59 +00:00
tbogard%aol.net 974c13e52e Fixed a Caps problem. 1999-10-25 04:51:15 +00:00
tbogard%aol.net c7a7f8f426 Framed out the nsHTMLDocShell implementation. Setup to build a library. 1999-10-25 04:50:22 +00:00
tbogard%aol.net 7e178d8d7f Defined what nsCHTMLDocShell implements and included the appropriate header files. 1999-10-25 04:48:14 +00:00
tbogard%aol.net c8d7e14890 Just changed some comments and function ordering. 1999-10-23 07:51:45 +00:00
radha%netscape.com 161dd56550 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
tbogard%aol.net 359336e48d Added nsCHTMLDocShell. 1999-10-22 02:27:42 +00:00
tbogard%aol.net 35f5149962 Added a C++ include of nsIPresContext.h 1999-10-22 02:26:35 +00:00
tbogard%aol.net 6ebda5cb09 Added changes from buster. 1999-10-21 06:59:48 +00:00
tbogard%aol.net de1a4bda8f Added nsITextScroll.idl. 1999-10-21 06:41:03 +00:00
tbogard%aol.net 1d199665f6 More changes from buster. 1999-10-21 05:52:54 +00:00
tbogard%aol.net 8f6b912566 More additions suggested by buster. Not all final, still working out the interfaces. 1999-10-21 03:23:31 +00:00
tbogard%aol.net f252aeff8a More changes to the interface. Merging in changes from buster. 1999-10-21 03:01:33 +00:00
tbogard%aol.net d625fcbc91 Added new nsIDocShellContainer.idl to the build list. 1999-10-21 03:01:10 +00:00
tbogard%aol.net 61f30d797a First Check-in. 1999-10-21 03:00:07 +00:00
tbogard%aol.net dc4bcc882c Integrated some changes made by buster. Still talking some them over, but here for now. 1999-10-20 07:37:37 +00:00
nisheeth%netscape.com f485a1ad04 Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS. 1999-10-19 22:27:20 +00:00
radha%netscape.com 27ffdf6482 Mail news regresion with replying to a message. r=mscott bug # 16550 1999-10-18 19:09:27 +00:00
tbogard%aol.net 3dfe339f0d Fixed a couple of typos. 1999-10-15 07:52:50 +00:00
tbogard%aol.net 1b78f6fb5f Changed the nativeWindowParent's to be a nativeWindow instead of a long. nativeWindow is a typedef'd voidStar. 1999-10-15 07:31:28 +00:00
tbogard%aol.net b10a05a89b First landing. 1999-10-15 07:23:53 +00:00
radha%netscape.com 4789287302 Send out OnStartDocumentLoad(0 notifications for visits to
anchors in a page. bug # 11631 15441. r=law. Got clearance from travis too
1999-10-15 03:50:47 +00:00
gagan%netscape.com 03237a9f96 Argh... fix my last fix. 1999-10-13 12:16:08 +00:00
gagan%netscape.com d78f86a72e Fix build bustage on windows. 1999-10-13 11:50:14 +00:00
gagan%netscape.com 7f425f1145 Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren 1999-10-13 10:24:12 +00:00
radha%netscape.com 682afb5c18 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00