INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
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
README/mozilla removing misleading build documentation; redirecting to website. 2000-02-18 22:49:03 +00:00
apache/gzip/src
build Adding MANIFEST file to export timebomb header file to xpfe. Fixes build bustage. 2000-03-07 22:02:50 +00:00
calendar
caps Fix 29419 nsScriptSecurityManager should do casinsensitive compaires 2000-03-08 04:57:05 +00:00
cck tweaks to the ib.cpp to handle correct ordering of the components 2000-03-09 19:39:29 +00:00
chrome When the channel is cancelled, don't ignore it, actually cancel and don't sent OnStartRequests if one hasn't been sent yet. If an OnStop is pending, send a OnStopRequest with cancelled in it. bug #30625. r=jud, waterson a=jevering 2000-03-08 03:54:07 +00:00
cmd
config a=slamm 2000-03-09 03:34:54 +00:00
content ContentViewer Initialization now take an nsIWidget instead of a native window. 2000-03-11 01:24:59 +00:00
db Pro5 update 2000-02-07 23:06:04 +00:00
dbm # 25555 2000-03-07 21:00:06 +00:00
directory 4.07 main dev tree synch up 2000-02-08 02:39:50 +00:00
docshell 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
dom Use the nsIWebNavigation interface for loading an URL where possible instead of the old webShell one. When calling FindChildWithName add the new parameter to state that a child of a different type if ok to return. 2000-03-11 00:59:08 +00:00
editor Use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver interface. 2000-03-11 01:01:39 +00:00
ef
embedding Changed nsWebBrowser to support nsIWebProgress instead of nsIProgress. Made the new nsDocShellTreeOwner a friend. 2000-03-11 01:16:24 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
gc/boehm [not part of build] allow leaksoup to work with older versions of MacCVS (no CVS/Entries files) 2000-02-28 22:44:21 +00:00
gconfig
gfx Clean-up Makefile and bring it more in line with GTK version. 2000-03-08 13:39:09 +00:00
grendel More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan 2000-01-17 23:35:50 +00:00
htmlparser HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
include Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar 2000-02-23 23:10:38 +00:00
intl Fixing thread-safety assertions. a=jar,r=valeski 2000-03-07 21:47:15 +00:00
java r=ashuk 2000-03-09 23:22:52 +00:00
jpeg # 25555 2000-02-29 22:12:14 +00:00
js Make Wrapper an API class. 2000-03-10 20:55:36 +00:00
js2 Added gctest target, added -lm to get floor() 2000-03-09 02:11:52 +00:00
l10n
layout GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells. 2000-03-11 01:30:04 +00:00
lib removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
mailnews Converted a number of places to use the docShell APIs instead of the webShell ones. 2000-03-11 00:28:44 +00:00
modules ContentViewer Initialization now take an nsIWidget instead of a native window. Set status using the nsIWebBrowserChrome interface instead of the old nsIBrowserWindow interface. 2000-03-11 01:25:34 +00:00
msgsdk
netwerk r=dveditz. a=jevering. 31001. we're now using backwards compat OS strings in the UA 2000-03-09 22:29:00 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla bug #30746: added a new test primblok.c to show that NSPR I/O 2000-03-09 22:45:42 +00:00
nunet
parser HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
plugin/oji/MRJ Fixes bug 30593 -- this module isn't built by tinderbox and is therefore immune from build stability issues (it builds of course, but it's immune from the closure since it's not part of the build/kit process) 2000-03-08 19:36:13 +00:00
privacy
profile Removed dependency on the nsIBrowserWindow interface. 2000-03-11 00:24:47 +00:00
rdf Use the docShell APIs instead of the webShell ones where possible. 2000-03-11 00:22:48 +00:00
security First checkin 2000-03-01 02:02:14 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string Incremental changes. Modified the strategy for nested |nsPromiseConcatenation| objects. Changed the type of the fragment identifier in a fragment. These files are not part of the build. 2000-03-10 07:04:09 +00:00
suite
sun-java Pro5 update 2000-02-07 23:06:04 +00:00
timer
tools Added AliveTest variable for tinder-config.pl, fixed MailNewsTest. r=slamm 2000-03-10 02:48:01 +00:00
tripledb
uriloader HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
view # 25555 2000-02-29 22:07:34 +00:00
wallet
webshell 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
webtools Sigh. We now need to lock the attachments table, too, just in case a 2000-03-10 22:26:55 +00:00
widget Remove dependency on nsIBrowserWindow. 2000-03-11 00:21:27 +00:00
xpcom Remove nsIBrowserWindow as that interface is going away. 2000-03-11 01:29:42 +00:00
xpfc
xpfe Hold on to a docShell instead of a webShell. 2000-03-11 01:28:07 +00:00
xpinstall Fix for bug 30903 a=leger r=dveditz 2000-03-10 01:23:06 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in Bug #28281, r=leaf, a=leaf, 2000-03-09 02:08:23 +00:00
aclocal.m4
allmakefiles.sh Bug #28281, r=leaf, a=leaf, 2000-03-09 02:08:23 +00:00
client.mak backing myself out, this should be on a branch. 2000-02-27 10:22:24 +00:00
client.mk Fix client.mk for case when building in mozilla/mozilla. r=endico 2000-02-29 21:00:21 +00:00
configure Automated update 2000-03-09 02:15:13 +00:00
configure.in Bug #28281, r=leaf, a=leaf, 2000-03-09 02:08:23 +00:00
makefile.win re-adding regxpcom to official release build process. 2000-02-15 23:19:02 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk