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
Перейти к файлу
buster%netscape.com 6ce58013c8 added WillUndo, DidUndo, WillRedo, DidRedo and some supporting code so
the text edit rule object can maintain it's own state more efficiently and correctly.
1999-03-15 05:08:30 +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
base Fix a parameter type. 1999-03-13 07:07:33 +00:00
build Make an alias of mozilla:xpfe:AppCores:xul:resources:throbbingN.gif in the throbber res directory so that law's upcoming toolbar xul change can find it. 1999-03-13 02:51:00 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
cck Modified buffer sizes in define constants 1999-02-26 18:36:56 +00:00
cmd Mac project changes -- don't generate SYM file. 1999-02-26 00:52:23 +00:00
config turn on client wallet for win32 1999-03-12 23:29:12 +00:00
content removed code to set margins on radio buttons and checkboxes. It is now done using attribute selectors in ua.css. 1999-03-14 17:39:58 +00:00
db latest mork drop, fix commit code 1999-03-15 01:32:31 +00:00
dbm Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
directory Merged v1.1 development branch to trunk, v1.1 released 1999-01-21 23:52:52 +00:00
docshell/base Adding url listener support 1999-03-13 03:31:55 +00:00
dom added memory cleanup tripwire. 1999-03-12 22:24:30 +00:00
editor added WillUndo, DidUndo, WillRedo, DidRedo and some supporting code so 1999-03-15 05:08:30 +00:00
ef Add Object.registerNatives() dummy stub. 1999-03-04 19:17:24 +00:00
expat Uninitialized variables 1999-03-05 04:40:14 +00:00
extensions get tables from server 1999-03-15 00:42:33 +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 mem leak for real this time. 1999-03-14 23:15:35 +00:00
grendel More addressbook patches from Mauro Botelho. 1999-03-15 01:59:26 +00:00
htmlparser add meta tag reload hack. reviewed by rickg 1999-03-12 14:31:20 +00:00
include fix bugzilla bug 909 1999-03-13 15:59:05 +00:00
intl Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
jpeg Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
js use of typelibs via xptinfo working with test program on win32. Untested on Linux. typelib generation not yet integrated into the make system 1999-03-14 06:07:21 +00:00
js2/semantics Added traditional and super and changed [] to allow multiple arguments 1999-02-19 04:28:16 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout small bug fix in Collapse. If the range array has 0 children, the selection should be considered collapsed. 1999-03-15 05:04:34 +00:00
lib Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator 1999-03-11 20:00:57 +00:00
mailnews latest mork drop, fix commit code 1999-03-15 01:32:31 +00:00
modules added CreatePluginInstance. 1999-03-14 20:26:29 +00:00
msgsdk don't hardcode domestic 1998-08-25 18:48:36 +00:00
nav-java Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
network fix for bug 2414 -- cookie file not being created 1999-03-13 21:26:35 +00:00
nsprpub Fix for Mac OT bugs #2133, #2405, #2451, #2623, #3580 among others. Steve Dagley served as buddy for my changes. This is basically the first half of the redesign for Mac NSPR Sockets. Blocking mode or Server sockets remain to be implemented. 1999-03-14 00:15:39 +00:00
parser add meta tag reload hack. reviewed by rickg 1999-03-12 14:31:20 +00:00
plugin/oji/MRJ added extensions 1999-03-14 22:52:39 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
rdf Adjusted the use of nsFileSpec in GetVolumeList(), thereby avoiding a crash. 1999-03-13 22:52:24 +00:00
silentdl Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator 1999-03-11 20:00:57 +00:00
string/obsolete fixed recently introduced i18n bugs 1999-03-07 19:23:28 +00:00
sun-java Cleaned up some of the platform-specific ifdef's. Using HAVE_INT16_T, HAVE_INT32_T, and HAVE_UINT16_T now. 1999-03-11 02:37:23 +00:00
tools use plain text for the automated report, and don't uuencode 1999-03-12 23:24:53 +00:00
uriloader/base Enhanced the document loader to handle subdocuments. 1999-03-12 05:20:29 +00:00
view made compositor state an enum and macro to trace state transitions 1999-03-11 21:25:25 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Made changes for IE DOM support 1999-03-14 18:29:21 +00:00
webtools -mAdd FAQ link. 1999-03-13 02:59:30 +00:00
widget Add support to get a SelectiomManager if non exists. 1999-03-15 05:06:52 +00:00
xpcom added octet for unsigned 8bit, made float and double work, added a Win32 batfile to build against the right MS runtime dll, added hacked temporary support for nsID expresed as nsIIDRef, added GOTO support for iid_is being native rather than an interface type; i.e. for QueryInterface style sig where a void* is used as the out type 1999-03-14 02:59:43 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe add wallet samples 1999-03-15 00:46:22 +00:00
xpinstall Unix makefiles. Gotta love xpcode! 1999-03-10 20:17:14 +00:00
.cvsignore Add .client-defs and myconfig.sh 1999-02-19 19:53:50 +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 Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY 1998-10-12 21:27:12 +00:00
Makefile.in Adding expat. a=nisheeth 1999-02-27 10:40:40 +00:00
aclocal.m4 Add support for file-based options, 'myconfig.sh'. 1999-02-04 22:52:56 +00:00
allmakefiles.sh Modified allmakefiles.sh setup to use autoconf's default $srcdir. Also fixes mailnews not building in separate obj tree. 1999-03-06 20:38:24 +00:00
client.mak make clobber_all remove the dist so we can catch depedency problems. if you don't 1999-03-11 18:14:57 +00:00
client.mk Made it acceptable to QNX's shell. 1999-03-12 02:55:24 +00:00
configure Automated update 1999-03-15 01:00:41 +00:00
configure.in attempt to see what tinderbox machines don't have gtk 1.2 on them... will 1999-03-15 00:47:55 +00:00
makefile.win make it possible to turn mailnews off by setting DISABLE_MAILNEWS 1999-03-12 02:27:29 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mak This fixes build bustage if you are using nglayout.mak (editor must be built after htmlparser) 1999-03-05 01:54:22 +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