tbogard%aol.net
1a7f1dba0d
added files: mozilla/docshell/base/nsDocShellLoadInfo.cpp
2000-03-30 12:39:47 +00:00
tbogard%aol.net
6a06f69242
the RefreshURI code now talks in terms of nsIURI instead of strings. Removed unused member variable mScrollPref. Cleaned refreshData up to follow xpcom rules better and to deal with nsIURI instead of strings. It also now talks in terms of docshells instead of webshells.
2000-03-30 05:02:28 +00:00
cls%seawood.org
ae45fce007
Updating config.guess & config.sub to latest GNU versions. Bug #22599 , r=wtc
2000-03-30 03:12:16 +00:00
tbogard%aol.net
7c32be1ded
nsWebBrowserChrome is now a nsIWebProgressListener. The location bar is now updated in response to nsIWebProgressListener instead of nsIWebShellContainer::BegineLoadURL.
2000-03-30 02:28:59 +00:00
tbogard%aol.net
393b6b8b13
OnLoadingSite now takes a channel instead of a uri. Also we now don't set the currentURI or the referrer during a normal load in DoLoadURL. We make sure to do it after the content has been targetted which is when DoContent is called.
2000-03-30 02:24:18 +00:00
tbogard%aol.net
85d061602a
nsWebBrowserChrome is no longer a treeOwner. Fixed a bug in the overLink code when the chrome is completely hidden (toolbar, status etc.)
2000-03-29 10:32:44 +00:00
tbogard%aol.net
ebb85b91ee
nsIBrowserWindow::GoTo no longer takes the command parameter. Converted calls to nsIWebShell for loading an URL to use nsIWebNavigation interface instead.
2000-03-29 10:27:08 +00:00
tbogard%aol.net
f8cb349d32
nsIBrowserWindow::GoTo no longer takes the command parameter.
2000-03-29 10:23:34 +00:00
tbogard%aol.net
48eac482a9
Use the nsIWebNavigation to load URIs instead of the nsIWebShell interface.
2000-03-29 10:20:29 +00:00
tbogard%aol.net
37321f10c1
Changed the URI loading to use the nsIWebNavigation interface.
2000-03-29 10:16:58 +00:00
alecf%netscape.com
c03ab07889
remove bogus nsIPref dependancies
2000-03-29 09:49:24 +00:00
warren%netscape.com
a9c46925a4
Better fix for SetOriginalURI nsCOMPtr problem.
2000-03-29 06:43:04 +00:00
warren%netscape.com
c4f059a64d
Attempted to fix linux bustage due to necko change.
2000-03-29 06:42:27 +00:00
tbogard%aol.net
f7477f8a34
added files: mozilla/docshell/base/nsDSWebProgressListener.cpp
2000-03-29 06:04:13 +00:00
warren%netscape.com
a80eb29199
Fixed linux nsCOMPtr bustage.
2000-03-29 05:40:47 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
tbogard%aol.net
3b3a1ad405
Changed the nsIWebBrowserChrome::FindNamedBrowser to be nsIWebBrowserChrome::FindNamedBrowserItem. This is important because it's possible that a frame needs to be returned, not just a toplevel browser object. So we need to be able to return a destination frame from this call. So now the API talks in terms of a frame.
2000-03-28 09:24:01 +00:00
dcone%netscape.com
90434d2c6e
Re-numbered some menu Items that were broken. r=karnaze
2000-03-27 22:40:50 +00:00
tbogard%aol.net
f40d154bf2
Removed the command member from the nsIWebShellServices inteface as it is no longer needed. InternalLoad now has implementation that works in cases other than just the session history loading.
2000-03-27 02:35:05 +00:00
tbogard%aol.net
d649697e22
Removed the command member as it is no longer needed.
2000-03-27 02:34:51 +00:00
scc%netscape.com
bb71dd61c4
small changes to clients of string converting APIs
2000-03-26 11:39:08 +00:00
scc%netscape.com
a6cbaa2590
small changes to clients of string converting APIs
2000-03-26 10:23:40 +00:00
norris%netscape.com
c7afcfb732
Fix
...
32088 Circumventing Same Origin security policy using javascript: URLs
32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
rods%netscape.com
5360ed0672
added a menu item for turning on GfxListboxes and GfxComboboxes and the the setting prefs
...
r=dcone b=18895
2000-03-24 15:52:21 +00:00
alecf%netscape.com
92236327af
fix xlib build (not part of default build)
2000-03-24 07:57:53 +00:00
pollmann%netscape.com
f177f98edc
Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), and add GetHistoryState method, r=nisheeth
2000-03-24 03:36:58 +00:00
tbogard%aol.net
af8e50477d
Adding implementation for the new method OnStartURIOpen on nsIURIContentListener.
2000-03-24 01:04:47 +00:00
pavlov%netscape.com
8a3786c88d
nsIFilePicker isn't implimented in widget on unix
2000-03-24 00:00:34 +00:00
radha%netscape.com
af3be20faa
Fix for bug #s 28758, 29609. When loading a url over and over again, it is added
...
to SH each time there by causing multiple entries for that url in go menu.
r=law
2000-03-23 23:00:17 +00:00
locka%iol.ie
bd13aa02fa
Removed
2000-03-23 22:29:36 +00:00
rods%netscape.com
92964e25b8
add a clean up macro for releasing viewer widgets and then checking there refcnts
...
r=dcone b=32448
2000-03-22 15:26:50 +00:00
rods%netscape.com
205a52ed25
added new menu item for visual event debugging
...
r=dbaron
2000-03-22 15:25:51 +00:00
pavlov%netscape.com
c7e6aef7d4
add nsIFilePicker. I really hate this file. Why is it still here? Please tell me that!
2000-03-22 11:09:24 +00:00
locka%iol.ie
e3a117d3c9
Remove ActiveX entry
2000-03-21 23:38:35 +00:00
locka%iol.ie
68dade6421
Removed
2000-03-21 23:32:42 +00:00
locka%iol.ie
41670731b1
Removed
2000-03-21 23:20:14 +00:00
locka%iol.ie
b5087fd85c
Removed
2000-03-21 23:18:05 +00:00
locka%iol.ie
2e0de0f26c
Removed
2000-03-21 23:10:32 +00:00
locka%iol.ie
893a09743d
Removed
2000-03-21 22:55:32 +00:00
locka%iol.ie
a2b051797d
Tests folder moved
2000-03-21 22:40:48 +00:00
rods%netscape.com
8ec1e589ef
Added releases and asserts for cleaning up viewer when it shutsdown.
...
b=32448 r=kmcclusk
2000-03-21 21:56:59 +00:00
karnaze%netscape.com
2e279600ec
bug 28071 - added Use DTD compatibility mode to viewer. layout uses single mechanism for determining compatibility mode. r=rods.
2000-03-20 23:39:22 +00:00
dcone%netscape.com
1f24377762
Added some menu items. r=rods
2000-03-20 23:13:59 +00:00
dcone%netscape.com
955b2bc7e3
added some menu items for debugging. r=rods
2000-03-20 23:13:00 +00:00
rods%netscape.com
49d77ab452
Added the ability to set a particular index in the Tests Sites Dialog
...
in case you need to start over.
r=dcone
2000-03-20 15:46:03 +00:00
mscott%netscape.com
0bd22daa3b
Removing another obsolete file. This file lives in mozilla\uriloader\base now.
2000-03-19 23:29:21 +00:00
norris%netscape.com
437a7174ea
Fix a number of security bugs. (I can't see the numbers at home because
...
they have restricted visibility.)
r=mstoltz
2000-03-18 17:48:12 +00:00
scc%netscape.com
083f64f051
replaced use of private type with |getter_AddRefs|, r=travis
2000-03-17 01:19:33 +00:00
pinkerton%netscape.com
9355e9d912
register the screen manager service in GFX r=scc.
2000-03-16 04:57:22 +00:00
dbaron%fas.harvard.edu
f9536392b2
Revise workaround for bug 28557 so we neither crash nor leak. r=waqar@netscape.com
2000-03-16 01:16:53 +00:00
tbogard%aol.net
c1479d9d99
Call SetOverLink instead of SetJSStatus when over a link.
2000-03-16 01:02:23 +00:00
locka%iol.ie
f7e4386783
Fixed some problems building with the latest platform sdk
2000-03-16 00:25:22 +00:00
rods%netscape.com
b41c399471
added Gfx Mode on/off for scrollbars
...
added the Urls menu for testing
b=27712, r=dcone
2000-03-15 15:01:26 +00:00
dveditz%netscape.com
ee84e699f6
fixing VC5 build (bug 31868)
2000-03-15 06:22:09 +00:00
tbogard%aol.net
fe3df65ee9
Removing this as the interface is no longer used and should no longer be used.
2000-03-15 05:03:35 +00:00
tbogard%aol.net
2f1e45255a
Updated paramaters to FindNamedBrowserChrome() and changed it to FindNamedBrowser() to reflect changes in the API.
2000-03-15 04:34:29 +00:00
rhp%netscape.com
77ad4f848b
Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589
2000-03-15 01:47:36 +00:00
jdunn%netscape.com
def172db7a
fixing build bustage on HP. Complaining of char * being deprecated.
...
r= rods@netscape.com
2000-03-15 01:19:43 +00:00
jst%netscape.com
e48ca9aaa0
Fixing build bustage.
2000-03-14 16:24:34 +00:00
rods%netscape.com
c4d7f5c99a
I hate doing this, but a minor change to make the depend builds go green
2000-03-14 15:51:27 +00:00
rods%netscape.com
30c53e9ccc
decls need to be outside the NS_DEBUG ifdef
2000-03-14 15:12:29 +00:00
rods%netscape.com
dec0b8ff21
added menu items to turn on/off GFX scrollbars
...
added menu items to save and "Goto" to two urls, this helps a lot with testing.
b=27712
2000-03-14 14:19:56 +00:00
tbogard%aol.net
7bfdc6de91
This should fix mac. Close is now Destroy().
2000-03-14 11:53:00 +00:00
tbogard%aol.net
acbd5859c2
Removed nsIBrowserWindow.h from the export list.
2000-03-14 11:09:48 +00:00
tbogard%aol.net
d2867aed60
Changed nsIBrowserWindow references to reference nsBrowserWindow. nsBrowserWindow is no longer a component. More implementation to get nsBrowserWindow and nsWebBrowserChrome implementations geared towards the embedding code. made nsBrowserWindow implement nsIBaseWindow.
2000-03-14 11:08:43 +00:00
tbogard%aol.net
f67627acbc
Removing un-needed include of nsIBrowserWindow.h
2000-03-14 11:05:10 +00:00
tbogard%aol.net
e15fd277b8
Removing un-needed forward declare of nsIBrowserWindow.
2000-03-14 11:04:07 +00:00
tbogard%aol.net
7528e5d71e
Removed unused parameter.
2000-03-14 08:53:46 +00:00
tbogard%aol.net
2bbad9a327
Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API.
2000-03-14 07:06:07 +00:00
tbogard%aol.net
5c95c44f2d
L"" is not legal on all compilers to pass to a PRUnichar*. So instead need a temporary nsAutoString.
2000-03-14 05:41:02 +00:00
tbogard%aol.net
bbdf9e7cc3
When bringing up the View Source window, set the title and set the mode on the docShell.
2000-03-14 04:39:46 +00:00
tbogard%aol.net
341bf28344
Tweaked a comment to not mention nsIBrowserWindow which is going away.
2000-03-14 03:58:45 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
sspitzer%netscape.com
9dba885aec
fix build bustage. now on to send email to travis to get him to take a look.
2000-03-12 07:35:58 +00:00
tbogard%aol.net
ddc1a0c773
Removed include of "windows.h". I'm sure at one point it was needed, but it should not need to be as webShell is XP code.
2000-03-12 06:34:30 +00:00
tbogard%aol.net
c015ced3ec
Added overides for the Session History navigation in docShell. Removed some old ones that were recently removed from nsIWebShell.
2000-03-11 12:02:06 +00:00
tbogard%aol.net
534b61df37
Removed Back(), Forward(), CanBack(), and CanForward(). People wanting to do these things can use the nsIWebNavigation interface.
2000-03-11 12:00:33 +00:00
tbogard%aol.net
c167f6e4dc
Back() and Forward() have been changed to use the nsIWebNavigation interfaces instead of the old nsIWebShell.
2000-03-11 11:59:55 +00:00
norris%netscape.com
df1f76464f
Fix Linux bustage.
2000-03-11 03:20:25 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
norris%netscape.com
772f1f0cad
Remove mURL from nsWebShell, and GetURL from nsIWebShell.
...
r=travis
2000-03-11 02:57:39 +00:00
tbogard%aol.net
8951583683
Use the docShell APIs instead of the webshell ones where posssible. Instantiate the webBrowser Object instead of the docShell/webShell one. This starts the path for viewer to start using the embedding object completely rather than directly talking to a docShell. HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface.
2000-03-11 01:31:28 +00:00
tbogard%aol.net
92f2b46cfb
Use the docShell APIs instead of the webShell ones in some places. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface.
2000-03-11 01:30:32 +00:00
tbogard%aol.net
94957345a7
Removed the HandleUnknownContentType from the interface.
2000-03-11 01:19:40 +00:00
tbogard%aol.net
457a6df92c
ContentViewer now takes an nsIWidget instead of a native window. Don't pass the scrolling preferences through the intialization as they are always the same and ignored.
2000-03-11 01:19:12 +00:00
tbogard%aol.net
026c7850d4
Don't override every method in docShell, only those where webShell needs to do different things. Remove dependency on nsIBrowserWindow. WebShell should no longer create the native widget. Removed a number of APIs from nsIWebShell to continue thining it down until it is completely removed. Other general cleanup and removal of dead code. Sizing and positioning is left nearly completely up to docShell. The bounds must be stored locally for now as there is a problem with the sizeToContent when the child has already been reflowed on an unconstrained basis, this will be fixed soon thus allowing the removal of the locally cached bounds. HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver.
2000-03-11 01:05:08 +00:00
tbogard%aol.net
5b48c3a9de
Remove Init, SetDocLoaderObserver, GetDocLoaderObserver, SetParent, GetParent, GetChildCount, AddChild, RemoveChild, ChildAt, GetName, SetName, FindChildWithName, SetChromeEventHandler, GetContentViewer, IsBusy, SetDocument, StopBeforeRequestingURL, StopAfterURLAvailable, GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight, SetZoom, GetZoom. These should no longer be used. The docShell APIs should be used intead.
2000-03-11 01:04:28 +00:00
tbogard%aol.net
784c4eff06
HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface.
2000-03-11 00:22:21 +00:00
tbogard%aol.net
620e9f7db7
Remove dependency on nsIBrowserWindow.
2000-03-11 00:21:27 +00:00
tbogard%aol.net
54bd722d6e
Changed function declarations of nsIDocumentLoaderObserver to use the XPIDL macro instead of the inline versions.
2000-03-11 00:21:01 +00:00
tbogard%aol.net
4068112551
Use the docShell APIs for initializing/ creating the docShell/ webshell object.
2000-03-11 00:20:07 +00:00
tbogard%aol.net
f4cd70655b
nsIDocumentLoaderObserver function declarations now use the XPIDL macro.
2000-03-11 00:19:38 +00:00
tbogard%aol.net
2a8ab084c3
Now that docShell implements SetZoom and GetZoom, just pass those function calls on to it. This frees us to clear some bloat in webShell's holding on to float mZoom. bug #30625 . r=jud, waterson a=jevering
2000-03-08 04:00:31 +00:00
gagan%netscape.com
e1b2683e7d
webshell's GetInterface continues with DocShell's GetInterface. r=travis. (reviewed docshell changes too) this allows necko to use the interface requester (webshell) to ask for nsIPrompt and display dialog boxes (for auths, etc)
2000-03-08 00:40:49 +00:00
mscott%netscape.com
42800f579b
Bug #21358 --> Make sure we only call the on load handler ONCE per document. This prevents a nasty loop if
...
the onload handler tries to load an ftp url.
r=travis
a=jar
2000-03-07 06:02:04 +00:00
warren%netscape.com
617c179f53
Fixing nsBrowserWindow to not assert in thread safety check. Needed NS_INIT_REFCNT
2000-03-06 09:10:47 +00:00
bruce%cybersight.com
41024d79a5
I think this was my fix for viewer coredumping at exit on Unix.
2000-03-05 22:30:30 +00:00
warren%netscape.com
7e37f4f478
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
cls%seawood.org
1dcc7800b0
Force the install phase to build the subdirs first as dependencies are not properly handled.
2000-03-04 00:07:54 +00:00
norris%netscape.com
a5c6bcf187
Fix 29541
...
r=travis,a=jar
2000-03-03 22:55:40 +00:00
alecf%netscape.com
5543fcd325
revive xlib build (not part of default seamonkey build)
2000-03-03 08:21:46 +00:00
cls%seawood.org
aeb63a9a96
Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
...
Fixed the recursive makes into GtkMozilla so that they will report build failures like the other dirs.
Removed LIBS_NEQ_INSTALL variable and associated ifdefs.
2000-03-02 13:29:03 +00:00
pavlov%netscape.com
4d1d13f9d5
fix travis's "issues"
2000-03-02 07:51:35 +00:00
tbogard%aol.net
5c166f4fd5
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
2000-03-02 07:13:02 +00:00
tbogard%aol.net
8f194033ba
GetPositionAndSize returns the size from the stored bounds rather than relying on the incorrect widget. This should fix the viewer bustage. r=jevering, buster a=jevering.
2000-03-01 23:46:03 +00:00
tbogard%aol.net
d0e3a6e6b9
Removed call to add items to the GlobalHistory at the beginning of the load. This was causing them to be added twice. Now instead, they are added at when OnLoading is called from the DoContent. r=mscott a=jar
2000-03-01 05:25:36 +00:00
tbogard%aol.net
99da589234
mPrefs were shadowing the ones in docShell. This fixes the bug where prefs weren't being found in presContext because the contentViewer is now being created in docShell which had a different set of prefs. r=beard a=rickg.
2000-03-01 03:22:14 +00:00
tbogard%aol.net
475e8aede4
WebShell now relies on the docShell for the creation of the content viewer. WebShell also provides and implementation for LoadURI that overrides the docShells so we can later do a ifdef on who should do the load. Before adding to GlobalHistory we call ShouldAddToGlobalHistory. Implemented GetMainWidget. This is work to allow getting new session history/ url loading working and work on master bug 13374. r=mscott a=jevering
2000-02-29 22:35:33 +00:00
ftang%netscape.com
ccd9da69af
fix problem I instroduced last night which do not expand "hostname" to " http://hostname "
2000-02-29 20:38:16 +00:00
mkaply%us.ibm.com
865f7fe4e4
# 25555
...
r= alecf@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 15:45:58 +00:00
ftang%netscape.com
31db5167ab
fix bug 28171 14155 28784. escape keyword URI before pass to NS_NewURI. Correct the convertToFileURI function.
...
convert file: uri to be escped with the file system charset before pass to NS_NweURI
r=warren a=bobj
2000-02-29 07:07:36 +00:00
pollmann%netscape.com
3a67f9317c
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
2000-02-29 06:51:48 +00:00
pollmann%netscape.com
91370583d9
Bug 28670: Remove unneeded scrollparam to webshell::Init r=travis a=rickg
2000-02-29 06:51:39 +00:00
mkaply%us.ibm.com
2e7d5d35d0
# 25555
...
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 14:51:35 +00:00
sspitzer%netscape.com
f29abcb66f
fix for #26773 , alert when there is a network error in mailnews. r=mscott, a=phil
2000-02-26 01:04:50 +00:00
locka%iol.ie
4681a17a25
Fixed Reload and Stop calls
2000-02-26 00:47:23 +00:00
bryner%uiuc.edu
bbfe27364b
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
tbogard%aol.net
c43b419d96
typo.
2000-02-24 05:11:11 +00:00
tbogard%aol.net
679723cbd9
Changes to use nsIWebNavigation instead of the old methods on nsIWebShell. This should fix the build.
2000-02-24 05:07:39 +00:00
tbogard%aol.net
2d6e00f505
Removed RemoveFocus, Stop, Reload, and SetContentViewer to reflect removal from nsIWebShell. Removed GetTarget() as it is no longer called. Removed ReleaseChildren as it is never called. The referrer is now stored down in docshell. CurrentURI is now set for docshell's benefit. A hacked implementation of InternalLoad is provided for the Reload case. OnLoading is now called for docshell sake. Stop now relies on docShell's Stop(). Other versions of Stop now call either Stop or StopLoad depending on the case. GlobalHistory code has moved down to docshell. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:16:17 +00:00
tbogard%aol.net
e8837a1868
Removed RemoveFocus, Stop, Reload, and SetContentViewer as these functions are no longer called. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:15:48 +00:00
locka%iol.ie
c52a02f059
Commented out obselete method
2000-02-23 23:14:04 +00:00
gagan%netscape.com
d605467cb7
r=valeski,rjc a=jar. Fixes for the following bugs-
...
bug 1582 - HTTP Referer header problem.
This is now resolved with a preference (network.sendRefererHeader)
If set to 0 no referrer header is sent (ever) If set to 1 the
referrer header is sent only in cases of user link-clicks and if
set to 2 is sent from image requests as well.
bug 17158 - No Proxies For wasn't implemented.
This was not being read correctly and I also moved and cleaned up
the parsing function to nsProtocolProxyService (thereby also
killing bug 27728)
bug 24642 - http://www.win98central.com/#437 was crashing.
bug 26686 - crash in nsHTTPRequest destructor.
Both of these crashes were because of the nsHTTPRequest being
unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now.
bug 27844 - HTTP breaks when only using FTP proxy.
This was happening because we were not resetting values of the
proxy when they are removed from the preference pane.
2000-02-23 21:17:17 +00:00
jbetak%netscape.com
83eb9d74d1
bug 12502, View Source doesn't display non UTF-8 charsets on doc's w/o HTTP or Meta
...
r=ftang
a=bobj
2000-02-23 01:48:22 +00:00
pollmann%netscape.com
bea77c4d14
Bug 14827: Reset scrollbars, don't turn them to auto for SetDocument r=harishd a=rickg
2000-02-19 02:54:32 +00:00
mscott%netscape.com
1eab9b52ea
Bug #27419 --> if uri load had a window target name and a window
...
with that name didn't exist yet, we weren't creating a new window,
instead we were loading it in the current window. Now we properly
fall through to the create new content handler case.
r=travis
a=phil
2000-02-19 02:05:52 +00:00
dcone%netscape.com
ef0dcda117
updated the MenuId for printing. R=rods. approval=choffman
2000-02-17 20:59:47 +00:00
mscott%netscape.com
a071098e50
Bug #17468 --> LoadURL, do load url need to pass around the window target for now.
...
r=travis
2000-02-16 07:30:17 +00:00
mscott%netscape.com
cac8175356
Bug #17468 --> LoadURL needs to pass around the window target for now.
...
r=travis
2000-02-16 07:29:50 +00:00
tbogard%aol.net
e72b23690a
Fixed assertion occuring when mousing over and status occurs.
2000-02-16 00:30:41 +00:00
joki%netscape.com
edeab7eb24
Fix bug 4167. Fire unload event before all data is gone to allow action during event handlers. r:travis
2000-02-15 22:55:36 +00:00
cls%seawood.org
5f277538bc
Pass value of NSPR_VERSION to subconfigures to reduce number of places the nspr version needs to be updated. Bug #27457
2000-02-15 04:52:52 +00:00
dbaron%fas.harvard.edu
0b8e5894aa
Add event target debugging to the viewer menu for Linux (includes the XP part of the changes).
...
r=joki
2000-02-15 04:33:43 +00:00
mscott%netscape.com
8ab5e52780
Fixes Bug #27419 and various other uri re-targeting bugs. The uri loader now properly implements retargeting.
...
r=travis,mscott (we co-authored it).
2000-02-15 04:05:04 +00:00
tbogard%aol.net
5f04882058
Removed unused method from the interface. r=pavlov
2000-02-14 09:42:30 +00:00
tbogard%aol.net
687fda4066
SetStatus now uses the new API on nsIWebBrowserChrome. r=pavlov
2000-02-14 09:16:26 +00:00
tbogard%aol.net
cd6b33f651
WebShell now relies on the docshell to provide the script environment and providing the scriptGlobalObjectOwner interface. r=hyatt
2000-02-14 06:48:39 +00:00
locka%iol.ie
0fbb888376
Now BeforeNavigate(2) passes a correctly formed post data value to stop crashes in CHtmlView derived clients.
...
The next step is to use the post data passed into the Navigate in the first place.
2000-02-13 15:20:58 +00:00
locka%iol.ie
3c15f1ad44
Fixed webshell change breakages.
...
Fixed NS_InitXPCOM breakages
Added last post data variable so events can fire it to clients during browsing
2000-02-13 15:18:29 +00:00
valeski%netscape.com
944c3849f4
r=mcafee, 27339. We were kicking *any* load failure to the keyword server, now we're a little more selective
2000-02-12 01:22:25 +00:00
tbogard%aol.net
4b2f1f9168
Removed methods that are no longer used as nsIWebShellContainer or nsIWebShell interface no longer require them. r=hyatt
2000-02-11 08:30:17 +00:00
tbogard%aol.net
53174e1d5e
Remove a number of now defunct methods on nsIWebShellContainer. And a couple more from nsIWebShell. r=hyatt
2000-02-11 08:29:02 +00:00
dougt%netscape.com
44a1bba153
24560. Fixing jsurl document.write('foo') assertion/crash. Now returning
...
and error code from the channel creation which notifies the webshell
that all is okay but there is no channel to read from.
r=warren.
2000-02-11 04:48:09 +00:00
norris%netscape.com
80d944693e
Fix 25062 Reload vulnerability
...
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
rods%netscape.com
39ceae847a
cleaning up viewer to use local versions widget files and support
...
bug 17027, carpool a=leaf, r=kmcclusk
2000-02-09 19:28:24 +00:00
rods%netscape.com
6815213416
added interfaces to build and added them to be exported
2000-02-09 19:25:44 +00:00
kmcclusk%netscape.com
4d12d19a42
Prevent synchronous paints during reflows bug 20150; r=rods@netscape.com
...
Call SetTextAlign within SetupDC instead of in each DrawString on WIN32. bug 26973; r=rods@netscape.com
2000-02-09 15:48:01 +00:00
tbogard%aol.net
f5d81c3e9c
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
valeski%netscape.com
c51213cee0
r=dougt. 10465. the User Agent language portion now comes from a pref because the iLocaleService is the OS setting and we want app level l10n settings in teh UA string
2000-02-08 05:56:30 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00