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
1999-07-21 07:23:11 +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 Add build instruction for mozilla:mailnews:compose:resources:locale:en-US:MANIFEST 1999-07-20 23:29:38 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps Added a newline at the EOF to make the Unix native compilers happy. 1999-07-19 21:05:56 +00:00
cck Updates to actual CCK CD content 1999-07-20 01:53:16 +00:00
chrome/src Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
cmd Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
config Replaced one of the dependencies of everything with the proper one. 1999-07-20 02:10:47 +00:00
content Change to StartLayout(): moved call to EnableRefresh() to before the InitialReflow() 1999-07-21 04:47:15 +00:00
db moving row positions; responding to parse 1999-07-20 23:37:06 +00:00
dbm Adding support for Alpha NT. Patch provided by Bob Meader. 1999-07-21 00:40:58 +00:00
directory Updates for JNDI LDAP service provider 1999-06-05 01:14:50 +00:00
docshell/base Removed Repaint() call from OnEndDocumentLoad() 1999-07-21 04:48:21 +00:00
dom make window.open windows visible 1999-07-21 06:37:58 +00:00
editor Find file: URLs when searching for embedded elements -- bug 10134 1999-07-20 20:38:04 +00:00
ef Faster interference graph simplification due to Amancio Hasty. 1999-04-05 06:32:50 +00:00
expat Newline at end 1999-07-17 00:34:16 +00:00
extensions liberating wallet from layout when form is submitted 1999-07-21 05:08:27 +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 Implement InvertRect on Mac. r sfraser 1999-07-20 23:38:55 +00:00
grendel Including the MozillaZine animation contest winner from Klaus Malorny. 1999-07-02 14:20:06 +00:00
htmlparser adding nsExpatDTD.cpp to mac build 1999-07-20 23:28:06 +00:00
include Fix compiler warnings 1999-07-16 17:39:03 +00:00
intl Enabling native charset detectors. 1999-07-21 04:32:24 +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 update shared functions file. 1999-07-20 18:00:13 +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 Made sure to Invalidate() for the initial reflow, too 1999-07-21 04:39:24 +00:00
lib moved MenusLib from widget to Interface.mcp for carbon porting ease. 1999-07-20 19:39:04 +00:00
mailnews on migration from 4.x, every new 5.0 account uses the same identity, identity1, since 4.x only has one identity. 1999-07-21 07:23:11 +00:00
modules Defines a CID for the class. 1999-07-21 00:03:03 +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 Added encode flags. 1999-07-21 07:05:12 +00:00
network Landing timer move on unix. 1999-07-17 14:22:51 +00:00
nsprpub PTHREAD_CREATE_JOINABLE/UNDETACHED was accidentally changed to 1999-07-20 05:02:12 +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 adding nsExpatDTD.cpp to mac build 1999-07-20 23:28:06 +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 makefile.in for account 1999-07-21 04:18:50 +00:00
rdf NECKO Only!! Don't call GetBuffer on an nsString as it returns null for unicode strings. use nsCAutoString 1999-07-21 06:51:45 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
silentdl switch to faster string search API 1999-07-19 03:29:56 +00:00
string/obsolete try to improve append performance and allow non-null term buffers when count is given 1999-07-20 06:58:41 +00:00
suite Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
sun-java Cleaned up a bunch of old (unused?) crap. 1999-06-04 21:45:17 +00:00
timer fix for beos. 1999-07-19 12:13:55 +00:00
tools removed hardcoded path to apprunner, using ReadMozillaHome() method instead (implementation in apFrame.inc). Also simplified "GetBuildNum()" by accessing mozilla/config/build_number instead of navigator.xul -- jj. 1999-07-20 23:59:05 +00:00
tripledb Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
uriloader Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
view Fixed the logic and cleaned it up. 1999-07-19 23:15:25 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell make window.open windows visible 1999-07-21 06:37:58 +00:00
webtools based the query on note time, rather than build time 1999-07-20 23:44:32 +00:00
widget Fixed infinite looping in nsWindow::Resize on Solaris 7. Special thanks to Tomi Leppikangas (Tomi.Leppikangas@oulu.fi) for the fix. Also added a comment to one of the Create routines. 1999-07-21 01:51:51 +00:00
xpcom conditionalized missed member templates, |numeric_limits| use 1999-07-21 03:23:09 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe make window.open windows visible 1999-07-21 06:37:58 +00:00
xpinstall restore commented-out locks 1999-07-20 23:12:21 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh Add xpfe/global/resources/locale so globalOverlay.dtd gets copied over. 1999-07-20 19:17:11 +00:00
client.mak add splitting symbols to new target "deliver" in prep for fullcircle distribution. 1999-07-07 20:34:59 +00:00
client.mk Fix webconfig target. 1999-05-04 19:54:24 +00:00
configure Automated update 1999-07-19 23:30:06 +00:00
configure.in Changed compile options for Neutrino/Photon 1999-07-19 23:25:50 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE
Makefile.in Move the timers again. Sorry for the screwup. 1999-07-20 08:23:29 +00:00
makefile.win Landing timer move on windows. 1999-07-17 15:52:01 +00:00
nglayout.mac
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