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
Перейти к файлу
ducarroz%netscape.com c0f94711b6 Fix Senna bustage, add require module mimetype. 2001-06-05 00:44:08 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
accessible One line regression fix for bug 79900. the fix for 80505 caused this. 2001-05-23 02:55:37 +00:00
apache/gzip/src
build Add build options for all the extensions. This ensures that restarting a build after extensions builds the jar files for the extensions. r=sfraser. 2001-05-18 13:28:22 +00:00
calendar
caps bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
cck Bug 38932: Allow Mail/News Account Wizard branding through CCK tool (r=bhuvan) (r=varada) 2001-06-04 22:35:03 +00:00
chrome bug 76512 r=pchen sr=hyatt 2001-05-17 02:31:28 +00:00
cmd
config Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|. 2001-05-22 07:52:30 +00:00
content Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa 2001-06-04 23:23:35 +00:00
db fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer 2001-05-09 13:34:08 +00:00
dbm OS/2 TB break 2001-03-14 04:11:42 +00:00
directory fixing bustage 2001-05-23 04:19:39 +00:00
docshell bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
dom fix part of bug 82034 by failing rather than crashing if the applet is null. Fix from jst. sr=jband r=beard a=drivers 2001-06-05 00:41:28 +00:00
editor fix 83448. author=simon@softel.co.il 2001-06-04 22:22:36 +00:00
ef
embedding NOT PART OF BUILD. Perl script for extrapolating the "public" headers of Mozilla by running the dependency tool over the embedding sample apps. 2001-06-04 23:32:09 +00:00
expat Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst 2001-03-10 07:27:16 +00:00
extensions No bug 2001-06-04 22:52:40 +00:00
gc/boehm [not part of build] "fixes" the stack during GC initialization, so later stack crawls won't crash. 2001-02-27 01:09:44 +00:00
gconfig
gfx Fix Senna bustage, add require module mimetype. 2001-06-05 00:44:08 +00:00
gfx2 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
grendel Now have all bundle resources being properly copied, including icons and needed libraries. jrg... 2001-04-08 09:58:35 +00:00
htmlparser Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org 2001-06-05 00:39:38 +00:00
include For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av 2001-04-03 21:29:48 +00:00
intl Added support for a range 0xFAxx - 0xFCxx of CP932, check in for shom@vinelinux.org, bug 82678, r=ftang, sr=blizzard, a=asa. 2001-06-05 00:04:09 +00:00
java Bug=70656 2001-06-04 18:50:05 +00:00
jpeg Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
js fix bug 82034 by making wrapped Java objects be not JS natives again but with their own slot accessors. This should bring JS -> Java communication back to life. sr=brendan r=beard a=drivers 2001-06-05 00:39:13 +00:00
js2 Big switchover to Algol-style semantics 2001-04-12 04:33:39 +00:00
l10n Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2001-05-02 04:45:21 +00:00
layout bullet-proof hiding the view. we might not have one if things are not dismissed correctly. r=pchen/sr=hyatt/a=asa. bug 83753. 2001-06-04 23:55:48 +00:00
lib exports for instrumentation stub library. *not part of build* Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib. 2001-06-02 00:04:07 +00:00
mailnews Separated the menu checkmark part as a function, 2001-06-05 00:04:56 +00:00
modules Bug 83835 - tweak jpeg decoder performance by not doing a OnDataAvailable() 2001-06-04 23:57:45 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa 2001-06-04 22:59:22 +00:00
network/protocol/http
nsprpub Bugzilla bug #84035: we can't assume that 0 is an invalid value for the 2001-06-04 23:42:10 +00:00
nunet
parser Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org 2001-06-05 00:39:38 +00:00
plugin/oji/MRJ Backing out changes to nsIPluginStreamListener2 fixed by bug 82415 r=dougt sr=attinasi a=dbaron 2001-05-31 01:23:02 +00:00
privacy
profile #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
rdf Bug 80589. Ensure that NS_NewLocalStore() will not return success unless it actually returns a component. r=alecf, sr=hyatt, a=asa. 2001-05-25 15:58:09 +00:00
security Bugzilla bug #83811: added a new implicit rule to build BUILT_CSRCS 2001-06-05 00:32:14 +00:00
silentdl
string bug #75164: sr={brendan, sfraser}. Adding the generators |nsSubstituteC?String|, which will replace |ReplaceSubstring|. Also fixing a declaration in "nsAStringGenerator.h". 2001-05-23 06:49:51 +00:00
suite
sun-java backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing 2001-06-03 05:14:35 +00:00
timer
tools example configs 2001-06-04 22:26:20 +00:00
tripledb
uriloader bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly... 2001-05-29 22:10:50 +00:00
view Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard 2001-05-25 15:00:51 +00:00
wallet
webshell Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the 2001-05-29 22:48:39 +00:00
webtools * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables 2001-06-04 06:13:22 +00:00
widget Added an attribute for the charset conversion so that it fallback to a question mark in case of conversion error, 2001-06-05 00:02:29 +00:00
xpcom r=ccarlen, sr=sfraser, a=asa. 80095. replace an overkill strstr, w/ strchr. 2001-06-04 23:30:55 +00:00
xpfc
xpfe Bug 83662 - can't select first file in linux filepicker. r=jag, sr=blizzard, a=asa. 2001-06-05 00:07:49 +00:00
xpinstall fixing blocker bug 83977 - installer fails to complete with error -229. a=leaf 2001-06-04 19:13:13 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
LEGAL
LICENSE
Makefile.in bug 76050, build js/jsd after xpidl. r=cls 2001-05-15 20:42:29 +00:00
aclocal.m4 Update build to use nspr.m4. 2001-04-07 04:34:53 +00:00
allmakefiles.sh bug 76050, add venkman and jsd makefiles. r=cls 2001-05-15 20:48:23 +00:00
client.mak fix commented out lines for the next time we need to use them 2001-06-05 00:25:32 +00:00
client.mk Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS. 2001-05-16 11:16:08 +00:00
configure Properly set c++ exception flags for Irix MIPSPro compiler. 2001-06-05 00:22:50 +00:00
configure.in Properly set c++ exception flags for Irix MIPSPro compiler. 2001-06-05 00:22:50 +00:00
embed.mak NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668 2001-02-23 12:54:24 +00:00
embed.mk NOT PART OF BUILD. Updated Unix/Linux embedding makefile to work once more. Changed target modules for recent layout/content split. b=68668 2001-02-21 12:27:11 +00:00
makefile.win security needs to be built after layout now due to idl issues 2001-05-02 05:03:41 +00:00
mozilla.kdevprj new project started 2001-04-03 22:13:38 +00:00
mozilla.lsm new project started 2001-04-03 22:13:38 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk