alecf%netscape.com
|
eb70c597c4
|
fix xlib bustage
|
2000-04-03 08:01:07 +00:00 |
|
cls%seawood.org
|
da66e49516
|
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
|
2000-04-02 07:17:25 +00:00 |
|
tbogard%aol.net
|
76af657407
|
My webshell, your diet is working, you've lost some more weight..... Removed one of the LoadURL calls and combined it with the other. Removed the localIP address parameter as it is not used and is not the way we will specify binding. Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState and GetHistoryState. Prompter is now retrieved through the correct path, up the treeOwner.
|
2000-04-02 01:19:27 +00:00 |
|
tbogard%aol.net
|
c82044b570
|
Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState, GetHistoryState and SetHistoryState as they shouldn't be called from the outside.
|
2000-04-02 01:19:26 +00:00 |
|
tbogard%aol.net
|
553f4a01dc
|
Removed the unused mViewSource member. Fixed ::InternalLoad to call ::LoadURI instead of LoadURL since destroying and then re-creating the uri is pointless when it's passed in for us. Not to mention if the person calling this load had actually setup listeners on this uri then this information would be lost (which is actually causing bug 34167).
|
2000-04-01 23:28:31 +00:00 |
|
nisheeth%netscape.com
|
0111dba11b
|
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
|
2000-04-01 00:39:15 +00:00 |
|
nisheeth%netscape.com
|
0d2b4b4b46
|
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
|
2000-04-01 00:31:13 +00:00 |
|
tbogard%aol.net
|
b5a86d525b
|
Removed all the LoadURL methods from the webshell API. Added a new API to allow loading for the old session history. This is needed until the new session history is online.
|
2000-04-01 00:29:36 +00:00 |
|
cls%seawood.org
|
f2d454c004
|
Oops, missed a DLL_SUFFIX that didn't show up in a depend build.
|
2000-03-31 12:00:41 +00:00 |
|
attinasi%netscape.com
|
1621b39d9e
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
|
tbogard%aol.net
|
3d1c2bc802
|
The OverLink handler no longer caches the current over and target link to ensure we aren't called for the same link more than once. The lower level is assuring we aren't execpt in on case where a popup is up and then you move over links. This is a small case. Since string copies were actually showing up on some profiles I'm removing this caching of the string for some small amount of performance and bloat benefit as well as code cleanup.
|
2000-03-31 02:47:04 +00:00 |
|
tbogard%aol.net
|
8250367c11
|
Rely on the docshell for the implementation of destroy.
|
2000-03-31 00:15:55 +00:00 |
|
tbogard%aol.net
|
4ac35be0c1
|
nsIDocShell::LoadURI now takes a nsIDocShellLoadInfo parameter to do fancier loads which include replacing current history slots and passing in a referrer. In the future more things may be set on the nsIDocShellLoadInfo interface. This allows us to not have to add a new parameter for every new type of load info that might be needed in different loads.
|
2000-03-30 22:38:32 +00:00 |
|
tbogard%aol.net
|
0de95d0531
|
added files: mozilla/docshell/base/nsDocShellLoadInfo.cpp
|
2000-03-30 12:39:47 +00:00 |
|
tbogard%aol.net
|
c709b46a64
|
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
|
2ecacd28c4
|
Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtc
|
2000-03-30 03:12:16 +00:00 |
|
tbogard%aol.net
|
94719657e2
|
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
|
17d9db5925
|
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
|
3fd9cff3d0
|
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
|
2f5c168c5e
|
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
|
87ffa7a323
|
nsIBrowserWindow::GoTo no longer takes the command parameter.
|
2000-03-29 10:23:34 +00:00 |
|
tbogard%aol.net
|
b1d688174a
|
Use the nsIWebNavigation to load URIs instead of the nsIWebShell interface.
|
2000-03-29 10:20:29 +00:00 |
|
tbogard%aol.net
|
370d1af8f9
|
Changed the URI loading to use the nsIWebNavigation interface.
|
2000-03-29 10:16:58 +00:00 |
|
alecf%netscape.com
|
1829d31bed
|
remove bogus nsIPref dependancies
|
2000-03-29 09:49:24 +00:00 |
|
warren%netscape.com
|
9a009d0b48
|
Better fix for SetOriginalURI nsCOMPtr problem.
|
2000-03-29 06:43:04 +00:00 |
|
warren%netscape.com
|
e8f86ff0c8
|
Attempted to fix linux bustage due to necko change.
|
2000-03-29 06:42:27 +00:00 |
|
tbogard%aol.net
|
58e714ce51
|
added files: mozilla/docshell/base/nsDSWebProgressListener.cpp
|
2000-03-29 06:04:13 +00:00 |
|
warren%netscape.com
|
617b29d2e6
|
Fixed linux nsCOMPtr bustage.
|
2000-03-29 05:40:47 +00:00 |
|
warren%netscape.com
|
727f312b32
|
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
|
ac546562ea
|
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
|
628dab0745
|
Re-numbered some menu Items that were broken. r=karnaze
|
2000-03-27 22:40:50 +00:00 |
|
tbogard%aol.net
|
e0307d4810
|
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
|
2e8b47e6ea
|
Removed the command member as it is no longer needed.
|
2000-03-27 02:34:51 +00:00 |
|
scc%netscape.com
|
fd8de8008f
|
small changes to clients of string converting APIs
|
2000-03-26 11:39:08 +00:00 |
|
scc%netscape.com
|
c3b7672d97
|
small changes to clients of string converting APIs
|
2000-03-26 10:23:40 +00:00 |
|
norris%netscape.com
|
4eb52aa84b
|
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
|
10f4c1107f
|
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
|
6e65f2e08e
|
fix xlib build (not part of default build)
|
2000-03-24 07:57:53 +00:00 |
|
pollmann%netscape.com
|
0be5605d38
|
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
|
85c3c56959
|
Adding implementation for the new method OnStartURIOpen on nsIURIContentListener.
|
2000-03-24 01:04:47 +00:00 |
|
pavlov%netscape.com
|
ac429a27da
|
nsIFilePicker isn't implimented in widget on unix
|
2000-03-24 00:00:34 +00:00 |
|
radha%netscape.com
|
7bf54b8cf1
|
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
|
39a96b8dae
|
Removed
|
2000-03-23 22:29:36 +00:00 |
|
rods%netscape.com
|
74c8c4c266
|
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
|
34d117cb37
|
added new menu item for visual event debugging
r=dbaron
|
2000-03-22 15:25:51 +00:00 |
|
pavlov%netscape.com
|
9b963353ca
|
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
|
bdab0a303f
|
Remove ActiveX entry
|
2000-03-21 23:38:35 +00:00 |
|
locka%iol.ie
|
71db88a29b
|
Removed
|
2000-03-21 23:32:42 +00:00 |
|
locka%iol.ie
|
d9ea70b06c
|
Removed
|
2000-03-21 23:20:14 +00:00 |
|
locka%iol.ie
|
f9dbb48adc
|
Removed
|
2000-03-21 23:18:05 +00:00 |
|
locka%iol.ie
|
5daf5e4cac
|
Removed
|
2000-03-21 23:10:32 +00:00 |
|
locka%iol.ie
|
1dea6e3a5b
|
Removed
|
2000-03-21 22:55:32 +00:00 |
|
locka%iol.ie
|
539ef679f5
|
Tests folder moved
|
2000-03-21 22:40:48 +00:00 |
|
rods%netscape.com
|
9a8dd2508c
|
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
|
e68861558c
|
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
|
27bbf51abe
|
Added some menu items. r=rods
|
2000-03-20 23:13:59 +00:00 |
|
dcone%netscape.com
|
f18d12fd12
|
added some menu items for debugging. r=rods
|
2000-03-20 23:13:00 +00:00 |
|
rods%netscape.com
|
2c6b0d5579
|
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
|
f1075e1597
|
Removing another obsolete file. This file lives in mozilla\uriloader\base now.
|
2000-03-19 23:29:21 +00:00 |
|
norris%netscape.com
|
d2401d0be5
|
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
|
ef27072d80
|
replaced use of private type with |getter_AddRefs|, r=travis
|
2000-03-17 01:19:33 +00:00 |
|
pinkerton%netscape.com
|
48483b15bf
|
register the screen manager service in GFX r=scc.
|
2000-03-16 04:57:22 +00:00 |
|
dbaron%fas.harvard.edu
|
dec3af3ef0
|
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
|
2596a179ae
|
Call SetOverLink instead of SetJSStatus when over a link.
|
2000-03-16 01:02:23 +00:00 |
|
locka%iol.ie
|
6d5a810174
|
Fixed some problems building with the latest platform sdk
|
2000-03-16 00:25:22 +00:00 |
|
rods%netscape.com
|
755ea01511
|
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
|
83793623b9
|
fixing VC5 build (bug 31868)
|
2000-03-15 06:22:09 +00:00 |
|
tbogard%aol.net
|
1b902bc213
|
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
|
51fe1b4422
|
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
|
4e23d61267
|
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
|
0a4b14d764
|
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
|
e4033e3af9
|
Fixing build bustage.
|
2000-03-14 16:24:34 +00:00 |
|
rods%netscape.com
|
cdd7e44e0d
|
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
|
f6a77c7742
|
decls need to be outside the NS_DEBUG ifdef
|
2000-03-14 15:12:29 +00:00 |
|
rods%netscape.com
|
4ff3f6d742
|
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
|
f50a518b35
|
This should fix mac. Close is now Destroy().
|
2000-03-14 11:53:00 +00:00 |
|
tbogard%aol.net
|
509907d4d2
|
Removed nsIBrowserWindow.h from the export list.
|
2000-03-14 11:09:48 +00:00 |
|
tbogard%aol.net
|
58e5886488
|
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
|
3fc295392e
|
Removing un-needed include of nsIBrowserWindow.h
|
2000-03-14 11:05:10 +00:00 |
|
tbogard%aol.net
|
3e009059a0
|
Removing un-needed forward declare of nsIBrowserWindow.
|
2000-03-14 11:04:07 +00:00 |
|
tbogard%aol.net
|
aa2e47677e
|
Removed unused parameter.
|
2000-03-14 08:53:46 +00:00 |
|
tbogard%aol.net
|
f4be7fb6ae
|
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
|
5ddc58c6b1
|
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
|
05470a25df
|
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
|
10feb1dffd
|
Tweaked a comment to not mention nsIBrowserWindow which is going away.
|
2000-03-14 03:58:45 +00:00 |
|
rickg%netscape.com
|
ffe78e83e5
|
removed calls to deprecated string methods
|
2000-03-12 09:14:14 +00:00 |
|
sspitzer%netscape.com
|
060ec53ebc
|
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
|
299e2bdb1c
|
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
|
de89e55b72
|
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
|
381178b1ab
|
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
|
932354edc2
|
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
|
5add6838c7
|
Fix Linux bustage.
|
2000-03-11 03:20:25 +00:00 |
|
pavlov%netscape.com
|
ce094b4cfc
|
changes to let us build on MacOS X
|
2000-03-11 03:08:04 +00:00 |
|
norris%netscape.com
|
9b2edd3c59
|
Remove mURL from nsWebShell, and GetURL from nsIWebShell.
r=travis
|
2000-03-11 02:57:39 +00:00 |
|
tbogard%aol.net
|
db6ff68bcd
|
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
|
dbaa1d996e
|
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
|
8caddbb7e7
|
Removed the HandleUnknownContentType from the interface.
|
2000-03-11 01:19:40 +00:00 |
|
tbogard%aol.net
|
a676f8f5a8
|
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
|
3a96e93cb8
|
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
|
a57c4603d1
|
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 |
|