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
Перейти к файлу
pierre%netscape.com afe0c71fc1 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 00:54:56 +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 Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
build remove debugging call that i missed while getting build numbers working. 1999-03-29 18:41:38 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
cck updating files to reflect latest UI for cck wizard 1999-03-22 22:12:23 +00:00
cmd Mac project changes -- don't generate SYM file. 1999-02-26 00:52:23 +00:00
config make build numbers work on UNIXen. This is a hack into the XUL file, build 1999-03-30 00:14:48 +00:00
content Added beforePseudo and afterPseudo 1999-03-30 00:48:57 +00:00
db First Checked In. 1999-03-24 21:49:55 +00:00
dbm Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
directory *** empty log message *** 1999-03-22 04:13:25 +00:00
docshell/base Adding unload event 1999-03-29 23:01:13 +00:00
dom Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document. 1999-03-30 00:38:16 +00:00
editor Editor: Add Insert Link and Image 1999-03-29 22:01:26 +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 Fixed the missing newline bug that was breaking builds. 1999-03-30 00:23:10 +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 Comment was messed up causing compiler to spew dumb messages. 1999-03-29 15:57:16 +00:00
grendel Patches for password setting in prefs. 1999-03-30 00:30:33 +00:00
htmlparser another fix for entities 1999-03-25 01:27:41 +00:00
include N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00
intl Minor changes. 1999-03-29 23:49:30 +00:00
jpeg Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
js Added support and test for [shared]. Added nsrootidl.idl with some typedefs and annotated 'native' declarations used elsewhere - this will eventially migrate to a more public place. Fixed 'reciever' misspelling (oh boy!). Made constants work (with test) using new 'const' stuff in xpidl. Fixed failure to mark pointer 'out' params for later free'ing - was leaking! 1999-03-28 22:11:22 +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 Added beforePseudo and afterPseudo 1999-03-30 00:48:57 +00:00
lib fix for #4264 - move fe_GetConfigDir into libxp, because that is in-memory and available for components to use 1999-03-25 22:45:46 +00:00
mailnews initial entry into cvs 1999-03-30 00:47:40 +00:00
modules Changes to hook up LiveConnect on Windows 1999-03-29 22:18:05 +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 make wallet compile on unix 1999-03-29 23:19:49 +00:00
nsprpub Use a default error-mapping function. 1999-03-29 00:28:23 +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 another fix for entities 1999-03-25 01:27:41 +00:00
plugin/oji/MRJ calling JMSetFrameSize whenever window is moved or resized. This should make swing JMenus work much better. 1999-03-28 04:32:50 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
rdf Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document. 1999-03-30 00:38:16 +00:00
silentdl Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
string/obsolete Fixed the 'extra token after the endif' bug that was breaking some Unix builds. 1999-03-29 23:05:49 +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 Added the ability to checkout using a timestamp (now the default). 1999-03-29 22:34:51 +00:00
uriloader/base fix build breakage on Linux 1999-03-29 22:04:04 +00:00
view Fix for bug #4317. Changed SetPosition() to call AdjustChildWidgets() with 1999-03-28 05:25:07 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Use delete[] for strings allocated with ToNewCString(). 1999-03-30 00:54:56 +00:00
webtools oops was printing the oldest 15 to the rdf file, not the newest 1999-03-27 06:18:16 +00:00
widget Fixed strings allocated with ToNewCString() that were either not disposed at all, either disposed with 'delete' instead of 'delete[]'. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com>. 1999-03-30 00:40:04 +00:00
xpcom Adding items to todo list 1999-03-30 00:41:47 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe Move the code to register the app core into the app cores manager from the constructor of the app core into the init function of the app core. Why? nsIAppCoresManager::Add requires that the app core have an id. The id doesn't get assigned until the app core gets initialized. a=mcmullen, rod spears 1999-03-30 00:34:12 +00:00
xpinstall Changes from Bruce Mitchener Jr. <bruce@cybersight.com>: 1999-03-29 23:12:26 +00:00
.cvsignore Ignore generated files. 1999-03-27 00:08:06 +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 *** empty log message *** 1999-03-29 22:51:11 +00:00
aclocal.m4 Add support for file-based options, 'myconfig.sh'. 1999-02-04 22:52:56 +00:00
allmakefiles.sh *** empty log message *** 1999-03-29 22:51:11 +00:00
client.mak this was a silly bug, introduced by trying to create *_layout targets 1999-03-25 05:32:25 +00:00
client.mk Add depend target. Move find-mozconfig.sh checkout into mozconfig2*.sh scripts. Redo comments. 1999-03-26 00:03:10 +00:00
configure Automated update 1999-03-27 02:14:32 +00:00
configure.in Fix (sort of) for NetBSD/alpha 1.3H specifically, but perhaps others as well. 1999-03-27 02:09:04 +00:00
makefile.win Adding XPInstall to build 1999-03-25 20:17:46 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mak real fix for pulling nspr from the tip 1999-03-18 20:43:14 +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