Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
rods%netscape.com c5b2520eec Added adaptive sizing for dropdown with small screen sizes
Added reflow optimization
Added GetOptionsContainer method
b=31987 r=kmcclusk
2000-03-18 14:17:32 +00:00
apache/gzip/src
build Ooops typo. 2000-03-16 03:46:28 +00:00
calendar
caps Files: 2000-03-11 06:32:42 +00:00
cck updating text due to BugARama feedback 2000-03-17 00:06:58 +00:00
chrome Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
cmd
config Setting WINVER to 0x400 to shut up the obnoxious warning and to prevent 2000-03-16 01:56:47 +00:00
content Get rid of dead code. 2000-03-18 05:26:25 +00:00
db
dbm # 25555 2000-03-07 21:00:06 +00:00
directory
docshell Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods. 2000-03-17 23:47:48 +00:00
dom Remove comment that is no longer true. 2000-03-17 22:18:54 +00:00
editor Remove a printf 2000-03-18 02:05:22 +00:00
ef
embedding Implemented FindItemWithName and ContentShellAdded. Changed FindNamedBrowserChrome to deal with nsIWebBrowser instead of nsIWebBrowserChrome and changed the name to FindNamedBrowser. Changed FindNamedBrowser and GetNamedBrowser to return the type instead of having it as an out parameter. This is cleaner for JS. 2000-03-15 04:32:16 +00:00
expat
extensions Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
gc/boehm
gconfig
gfx making dev context use screen manager to get info about the screen. r=sfraser. 2000-03-18 00:57:22 +00:00
grendel
htmlparser Fix for 31873,32094,32337. 2000-03-18 09:15:01 +00:00
include
intl fix 30213. make nsURLProperty file a singleton to improve performance 2000-03-17 21:47:09 +00:00
java dding new files 2000-03-17 00:27:29 +00:00
jpeg # 25555 2000-02-29 22:12:14 +00:00
js fix stand-alone LiveConnect shell on XP_MAC. 2000-03-18 09:45:13 +00:00
js2 Added gctest target, added -lm to get floor() 2000-03-09 02:11:52 +00:00
l10n
layout Added adaptive sizing for dropdown with small screen sizes 2000-03-18 14:17:32 +00:00
lib HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:33:13 +00:00
mailnews Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
modules Add extra comments on new keep-alive preferences 2000-03-18 08:25:01 +00:00
msgsdk
netwerk fix bug 26003, Files with the percentage (%) sign cannot be viewed via mouse, r=valeski@netscape.com 2000-03-18 11:07:04 +00:00
network/protocol/http
nsprpub Implemented a new style stack of IO layers with a fixed, dummy header. 2000-03-17 23:15:27 +00:00
nunet
parser Fix for 31873,32094,32337. 2000-03-18 09:15:01 +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 fix for #30204. use GetService instead of CreateInstance. 2000-03-17 08:31:13 +00:00
rdf Doh! I checked in the wrong patch onto the tip. Thanks for wiping my chin, rjc. 2000-03-18 06:24:19 +00:00
README/mozilla
security Removing "#include <sys/un.h>" because it is not present under Neutrino 2000-03-13 13:03:52 +00:00
silentdl
string Incremental changes. Fixed some things that were stopping rickg from compiling. This file is not part of the build. 2000-03-14 17:10:03 +00:00
suite
sun-java # 25555 2000-03-15 15:15:29 +00:00
timer
tools Avoid setting HOME variable in main process (big no-no). Cleanup profile creation. Remove tabs. I hate tabs. 2000-03-17 22:22:10 +00:00
tripledb
uriloader adding webProgress interfaces for Travis 2000-03-13 00:24:28 +00:00
view #ifdef'ed out timer used to flush paints. It is not needed b=31407 r=attanasi@netscape.com 2000-03-17 22:27:26 +00:00
wallet
webshell replaced use of private type with |getter_AddRefs|, r=travis 2000-03-17 01:19:33 +00:00
webtools doh! my last checkin broke -v. fixed. 2000-03-17 02:00:58 +00:00
widget fix for #27791. assume that any drag motion events are not valid drop targets unless someone explicitly sets the canDrop = true in the JS event handler. this makes dragging feedback correct on linux. r=pavlov 2000-03-18 05:00:45 +00:00
xpcom Fix to 11454 2000-03-18 07:55:43 +00:00
xpfc
xpfe fix bug 26003, Files with the percentage (%) sign cannot be viewed via mouse, r=valeski@netscape.com 2000-03-18 11:07:04 +00:00
xpinstall First cut of Linux Install Wizard using gtk. (Not part of build.) 2000-03-17 07:35:06 +00:00
.cvsignore
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh Removing Makefiles that dougt deleted. 2000-03-16 04:26:11 +00:00
client.mak updating nspr tag to magical, stringently controlled rolling branch tag, 2000-03-13 15:56:44 +00:00
client.mk Make client.mk easier to setup for tags/branches (set MOZ_CO_TAG at the top of the file). Handle MOZ_MAKE_FLAGS differently (set MAKE="$(MAKE) $(MOZ_MAKE_FLAGS)"). Add "export" and "install" targets (they just pass through to the top level makefile). 2000-03-17 00:56:58 +00:00
configure clean up nsUserInfoUnix.cpp. fix from Chris Seawood <cls@seawood.org>. 2000-03-17 07:53:19 +00:00
configure.in clean up nsUserInfoUnix.cpp. fix from Chris Seawood <cls@seawood.org>. 2000-03-17 07:53:19 +00:00
LEGAL
LICENSE
Makefile.in Avoid running allmakefiles.sh everytime (i.e use "=" instead of ":="). allmakefiles.sh is only needed for the "distclean" target. 2000-03-17 00:49:15 +00:00
makefile.win adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk