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
Перейти к файлу
zuperdee%penguinpowered.com 9f6fb9b839 Attempting to fix the Motif nsMenu::Create function; it was horribly broken, and very ugly looking. It should mostly work now, but do *not* click on the menus yet, or it will grab your mouse, and not let go. Should be cleaner now too, since I managed to scrape out some cruft in the process. 1999-07-04 15:56:28 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
apache/gzip/src Add the source and Makefile for the new mod_gzip_content module. 1998-09-15 20:17:13 +00:00
build turn on wallet viewers - atotic was here 1999-07-04 01:38:29 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps fix warnings 1999-07-03 00:39:28 +00:00
cck default values 1999-06-29 02:11:17 +00:00
chrome/src Added chrome protocol handler for necko. 1999-07-02 23:38:51 +00:00
cmd Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
config Including external DTD support for XML documents on Mac build. 1999-07-02 21:18:36 +00:00
content Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
db nakefile cleanups 1999-07-02 13:42:17 +00:00
dbm fix warnings. 1999-07-01 07:53:37 +00:00
directory Updates for JNDI LDAP service provider 1999-06-05 01:14:50 +00:00
docshell/base Fix Necko bustage. 1999-07-03 03:41:34 +00:00
dom Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
editor SetParagraphFormat() to list item now does someting halfway sane 1999-07-04 00:34:58 +00:00
ef Faster interference graph simplification due to Amancio Hasty. 1999-04-05 06:32:50 +00:00
expat Including external DTD support in Unix and Windows builds. 1999-07-02 21:02:06 +00:00
extensions *** empty log message *** 1999-07-04 01:30:32 +00:00
gconfig Fix to use search path for lesstif as per John Hicks suggestion. Environment 1998-11-05 18:04:06 +00:00
gfx Fix for bug 5308. We now ignore vertical fonts (whose names start with @) 1999-07-03 05:20:35 +00:00
grendel Including the MozillaZine animation contest winner from Klaus Malorny. 1999-07-02 14:20:06 +00:00
htmlparser some more ignorance 1999-07-03 08:35:42 +00:00
include Fix some compiler warnings; replaced variable names that shadowed global symbols. 1999-07-03 04:06:07 +00:00
intl Using the registry for converter info. Should improve startup performance. 1999-07-02 21:15:16 +00:00
jpeg override NO_STATIC_LIB, because we really do need static libraries for some 1999-05-17 19:20:28 +00:00
js updating string example/test to include an example of [shared] 1999-07-03 00:59:56 +00:00
js2/semantics Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout Fixing build bustage. Hyatt's new changes require access to nsIFrameReflow.h 1999-07-04 04:58:30 +00:00
lib Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat. 1999-07-02 14:59:36 +00:00
mailnews Temporary fix for luxor and other build bustages. There is an include loop going on here where nsMsgCopy.h includes nsMsgSend.h which ends up including nsMsgCopy.h again .. or something like that. This leads to an incomplete type definition for something in an nsCOMPtr. This builds for me, I can only hope it builds for the rest of the world. 1999-07-04 07:10:43 +00:00
modules fix warnings 1999-07-03 00:39:28 +00:00
msgsdk don't hardcode domestic 1998-08-25 18:48:36 +00:00
nav-java removing software update references. 1999-05-06 04:18:44 +00:00
netwerk implemented MakeAbsolute 1999-07-04 15:50:56 +00:00
network Fix for QNX, whose stat struct doesn't have st_blksize. 1999-07-03 01:34:36 +00:00
nsprpub Bugzilla bug #9155: use -library=iostream so that Sun Workshop 1999-07-01 23:19:52 +00:00
nunet Changes to build http in its own library. and use auto detection/registry. 1999-03-27 02:05:59 +00:00
parser some more ignorance 1999-07-03 08:35:42 +00:00
plugin/oji/MRJ support more "java_" prefixed attributes. 1999-06-14 18:41:33 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
profile Modified to accomodate the new window property in xul 1999-07-02 23:29:40 +00:00
rdf Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
silentdl nakefile cleanups 1999-07-02 13:42:17 +00:00
string/obsolete fixes Churchill's search bug, and crash bug 6469 1999-06-18 04:51:11 +00:00
suite changes to get prefs working again. add div tag to all windows. still more to be done here, but at least it (somewhat) works again. 1999-07-03 18:00:43 +00:00
sun-java Cleaned up a bunch of old (unused?) crap. 1999-06-04 21:45:17 +00:00
tools Oops, forgot to nuke one of the old LD_LIBRARY_PATH settings. 1999-07-01 01:31:11 +00:00
uriloader Fixed GetContentType error handling for necko. 1999-07-03 05:49:12 +00:00
view fix warnings. 1999-07-03 00:25:42 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
webtools Add url escaping. 1999-07-02 18:51:04 +00:00
widget Attempting to fix the Motif nsMenu::Create function; it was horribly broken, and very ugly looking. It should mostly work now, but do *not* click on the menus yet, or it will grab your mouse, and not let go. Should be cleaner now too, since I managed to scrape out some cruft in the process. 1999-07-04 15:56:28 +00:00
xpcom makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode. 1999-07-04 02:10:16 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe File Removed. 1999-07-04 06:16:08 +00:00
xpinstall Fixes for: - bug #7739: GetFolder() Mac bug - bug #9149: GetFolder() creating dir when it shouldn't - bug #9254: GetComponentFodler() creating dir when it shouldn't 1999-07-03 19:00:45 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
LEGAL updated LEGAL file to reflect non-infringement of WANG patent, and option 1998-05-27 21:17:37 +00:00
LICENSE Add final version of NPL. 1998-03-31 19:11:51 +00:00
Makefile.in Better ifdef logic for NECKO. 1999-06-21 00:26:16 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh Adding resources directory 1999-07-01 23:02:59 +00:00
client.mak Remove the /n flag when we invoke BSCMAKE, the utility provided by MS to generate code browsing information. This means that once the browsing database is constructed, updates to it will happen incrementally. Earlier, updates were causing the entire database to get created from scratch. 1999-05-05 08:00:20 +00:00
client.mk Fix webconfig target. 1999-05-04 19:54:24 +00:00
configure Automated update 1999-07-02 13:15:07 +00:00
configure.in Separate the widget and gfx toolkits into two variables. 1999-07-02 13:06:48 +00:00
makefile.win Changed build order, building necko before htmlparser. 1999-07-03 06:45:35 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mk Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
trex.mak Pull msgsdk 1998-10-29 02:50:29 +00:00
trex.mk Fix msgsdk build problem 1998-11-02 19:14:40 +00:00