tbogard%aol.net
|
c5a3233ffe
|
Adding new line at the end of the file to get rid of the warning.
|
1999-11-30 03:50:05 +00:00 |
|
tbogard%aol.net
|
84eb2092e0
|
link with jsdom.dll so we get the methods to create a new ScriptGlobalObject and context.
|
1999-11-30 01:08:08 +00:00 |
|
tbogard%aol.net
|
2d28986f21
|
nsDocShell now implements nsIScriptContextOwner.
|
1999-11-30 01:06:59 +00:00 |
|
tbogard%aol.net
|
09d26dc298
|
Declare that nsCDocShell implements nsIScriptContextOwner.
|
1999-11-30 01:05:28 +00:00 |
|
dougt%netscape.com
|
f66be6c30c
|
fix for 18078. r=mstoltz,warren
|
1999-11-30 00:32:43 +00:00 |
|
pinkerton%netscape.com
|
7cda389c03
|
First Checked In.
|
1999-11-30 00:12:08 +00:00 |
|
mscott%netscape.com
|
a260948fc1
|
small uri dispatching nit...I needed to add nsIURIContentListener to the GetInterface method on nsIWebShell.
|
1999-11-30 00:09:00 +00:00 |
|
tbogard%aol.net
|
ad6ba7ddf1
|
wensleydale rides the short bus. Lets see if it can understand a basic QueryInterface since CallQueryInterface seems to be too much for it's little brain to handle.
|
1999-11-29 23:25:25 +00:00 |
|
tbogard%aol.net
|
692943a50b
|
A couple of changes to get building on Unix. Thanks to andreas.otte@primus-online.de for the patch.
|
1999-11-29 22:12:28 +00:00 |
|
tbogard%aol.net
|
6d578fca19
|
Changes to get DocShell building again with URILoader changes.
|
1999-11-29 22:00:35 +00:00 |
|
pavlov%netscape.com
|
467df63664
|
build some files r=travis
|
1999-11-29 21:34:42 +00:00 |
|
danm%netscape.com
|
60ece7d3bb
|
updated to match nsIWebShell interface change for travis@netscape.com
|
1999-11-29 21:15:32 +00:00 |
|
tbogard%aol.net
|
02988c2379
|
Updated the UNIX makefiles to be in sync with the Windows ones. (Not Part of the build).
|
1999-11-29 18:42:33 +00:00 |
|
tbogard%aol.net
|
7c9a535d7a
|
Changes to reflect the fact that the nsIDocShell API now has a GetPresShell. Used NS_STATIC_CAST on a comparison to 'this'. (Not Part of build).
|
1999-11-29 18:41:59 +00:00 |
|
tbogard%aol.net
|
e61394b1f9
|
Added a readonly attribute to get the PresShell. (Not Part of the build)
|
1999-11-29 18:40:06 +00:00 |
|
tbogard%aol.net
|
8abfb4a29e
|
Implemented GetPositionAndSize.... Fixed some calls to DOMHandleEvent.
|
1999-11-29 07:47:20 +00:00 |
|
warren%netscape.com
|
96ec037ac6
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
|
tbogard%aol.net
|
49a7dee927
|
nsWebShell now implements nsIBaseWindow. Part of the steps to getting call sites calling the new interfaces rather than nsIWebShell.
|
1999-11-27 02:14:40 +00:00 |
|
tbogard%aol.net
|
5cf34ba8b8
|
Removed the set and get of the URLDispatcher. Changed a QI to using the Interface maps.
|
1999-11-24 09:40:56 +00:00 |
|
tbogard%aol.net
|
af1ce8d410
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
|
tbogard%aol.net
|
b6582c421e
|
Changes to get this compiling again.
|
1999-11-23 10:15:10 +00:00 |
|
tbogard%aol.net
|
43c07c9572
|
Changed the old QI map to use the new NS_INTERFACE_MAP_BEGIN, NS_INTERFACE_ENTRY, NS_INTERFACE_MAP_END type map.
|
1999-11-23 10:08:32 +00:00 |
|
tbogard%aol.net
|
515e4d9739
|
Changed the concept of the webshell holding an mChromeElement object to it holding a nsIChromeEventHandler interface. This is more generic and allows other apps to plugin nicer into the API.r=hyatt
|
1999-11-23 09:57:47 +00:00 |
|
radha%netscape.com
|
a0810ef4c0
|
Fix for regressed bug #, 15441. Back/Forward to anchors erratic. r=nisheeth
|
1999-11-22 21:42:00 +00:00 |
|
tbogard%aol.net
|
33b7456c27
|
A couple of comment tweaks.
|
1999-11-22 10:07:10 +00:00 |
|
buster%netscape.com
|
d8a7ef6556
|
don't know how this got through, I must not have saved the file from my IDE?
|
1999-11-19 08:43:27 +00:00 |
|
buster%netscape.com
|
c8396a9691
|
first version of interface for content-specific manipulations
|
1999-11-19 07:44:27 +00:00 |
|
buster%netscape.com
|
93551f1751
|
moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
|
1999-11-19 07:35:27 +00:00 |
|
warren%netscape.com
|
59ef7fadbf
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
|
mscott%netscape.com
|
1e3db6851b
|
Bug #14928 --> phase one of uri dispatching landing. webshell is a nsIURIContentListener.
r=travis.
|
1999-11-18 07:06:39 +00:00 |
|
mscott%netscape.com
|
6ac15557ae
|
(not part of the build)
api tweak to nsIURIContentListener::CanHandleContent
|
1999-11-18 01:09:56 +00:00 |
|
warren%netscape.com
|
5b5fb803e9
|
Fix for bustage due to channel retargeting changes.
|
1999-11-17 09:33:13 +00:00 |
|
warren%netscape.com
|
7c1c028e55
|
Fix for bustage due to channel retargeting changes.
|
1999-11-17 09:22:47 +00:00 |
|
tbogard%aol.net
|
381ea3cffd
|
Got the code compiling again.
|
1999-11-17 08:57:00 +00:00 |
|
tbogard%aol.net
|
a1d86ae1f7
|
Replaced nsIGenericWindow with nsIBaseWindow.
|
1999-11-17 08:45:28 +00:00 |
|
warren%netscape.com
|
34ecf73507
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
|
tbogard%aol.net
|
2db6e40b62
|
Removed nsIGenericWindow.idl as is is now implemented by widget/public/nsIBaseWindow.idl.
|
1999-11-17 07:25:22 +00:00 |
|
tbogard%aol.net
|
aae2cde858
|
Fixed a warning.
|
1999-11-17 04:19:39 +00:00 |
|
tbogard%aol.net
|
d972c34518
|
Removed nsIWebShell::GetRootWebShellEvenIfChrome(). Added nsIWebShell::GetTopLevelWindow(). Made GetRootWebShellEvenIfChrome implementation a protected member function.
|
1999-11-16 20:06:12 +00:00 |
|
tbogard%aol.net
|
30c87ee660
|
Changed GetContainer to be performed off the nsIDocShell parent rather than try to QI to nsIContentViewerContainer.
|
1999-11-15 23:48:27 +00:00 |
|
tbogard%aol.net
|
e34b530b18
|
Fixed ambigous cast.
|
1999-11-15 23:26:50 +00:00 |
|
tbogard%aol.net
|
7f0b4a66d0
|
nsIDocShell now has a readonly attribute for the currently loaded content viewer.
|
1999-11-15 22:54:47 +00:00 |
|
tbogard%aol.net
|
00670b90c7
|
Changes to reflect changes in nsIContentViewerContainer usage.
|
1999-11-15 10:51:57 +00:00 |
|
tbogard%aol.net
|
c1c0a44226
|
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
|
1999-11-15 07:29:23 +00:00 |
|
tbogard%aol.net
|
39c0453051
|
Removed QueryCapability to reflect removal in the nsIContentViewerContainer API. Changed call the nsIContentViewer::SetContainer() to cast to the right nsISupports.
|
1999-11-14 10:24:37 +00:00 |
|
tbogard%aol.net
|
9eb64e3cf9
|
Removed QueryCapability to reflect changes in nsIContentViewerContainer API. Casting change when calling nsIContentViewer::SetContainer. r=pavlov
|
1999-11-14 10:11:26 +00:00 |
|
beard%netscape.com
|
65a3476676
|
pork jockey paint fixes. bug=18140, r=kmcclusk,pavlov
|
1999-11-14 02:51:25 +00:00 |
|
tbogard%aol.net
|
d20964dfb8
|
Implemented a number of the Positioning / Sizing routines.
|
1999-11-13 08:09:16 +00:00 |
|
tbogard%aol.net
|
1ea38abf06
|
Changed the QueryInterface to be a QUERY using the macros. r=scc
|
1999-11-13 05:31:36 +00:00 |
|
tbogard%aol.net
|
956aa1737e
|
Made webshell implement nsIInterfaceRequestor. This paves the way for me to start changing people to not use nsIContentViewerContainer::QueryCapability(). r=pavlov
|
1999-11-13 04:06:23 +00:00 |
|