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
2001-12-04 16:26:37 +00:00
accessible Fixing bustage on linux 2001-11-30 23:51:06 +00:00
apache/gzip/src
build Make SOAP build again on Mac. Doesn't affect default build. r=sfraser. 2001-12-04 11:41:03 +00:00
calendar install:: is now libs::. Not part of the build. 2001-12-04 08:34:45 +00:00
caps Bug 109113 - misplaced #ifdef DEBUG caused fix not to work in opt builds. 2001-11-27 00:29:20 +00:00
cck Fix for bugzilla 106305: CCK Wizard doesn't check disk space for Linux 2001-11-29 22:49:44 +00:00
chrome *shrug* moving from profile-do-change to profile-after-change per conrad's suggestion - this seems to fix the blocker for me, what's the worst that could happen? :) 2001-11-28 23:40:45 +00:00
cmd/xfe/src CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
config Since jobserver feature of gmake causes dependency targets to be processed in parallel, we need to invoke $(MAKE) for each of the phases that we want to build from a meta target (like all:: & alldep::). 2001-11-30 22:53:10 +00:00
content fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
db Removing unused MORK_OBSOLETE and MORK_ALONE code. r=bienvenu, sr=alecf. 2001-12-03 23:35:23 +00:00
dbm Bugzilla bug 111287: checked in a patch from Dave Inglis <dinglis@qnx.com> 2001-11-27 01:06:33 +00:00
directory 96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt 2001-11-21 11:00:22 +00:00
docshell fix for bug 79707 2001-12-04 01:42:01 +00:00
dom Fixing bug 113008. Marking nsIDOMNodeFilter as a 'function' so that JS functions can be passed as nsIDOMNodeFilters. r=dbaron@fas.harvard.edu, sr=jband@netscape.com 2001-12-01 09:24:36 +00:00
editor Fix for Color-Background image properties dialog - forgot to checkin previously for b=90229, r=brade, sr=hewitt 2001-12-04 01:24:55 +00:00
ef
embedding Test case to test nsIAccessible methods for HTML Table. 2001-12-03 22:33:51 +00:00
expat Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
extensions 113353 - DOM Inspector needs chromeclass toolbar, r=me 2001-12-04 04:48:52 +00:00
gc/boehm Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
gconfig
gfx fixes bug 94327 "When there are multiple fonts with different foundry names 2001-12-04 00:47:38 +00:00
gfx2 new image code for windows. not part of build. bug 104999 2001-10-25 09:01:32 +00:00
grendel Checking in Brian Duff's ui mods (looks great!). --talisman 2001-06-23 19:23:33 +00:00
htmlparser fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
include Removing dead file, not part of the build. r=jag. 2001-11-17 05:45:35 +00:00
intl add nsConverterInputStream to factory now that all 3 platforms are updated 2001-11-30 22:58:36 +00:00
java Bugzilla Bug 107823 change nsIFile 2001-11-26 08:05:05 +00:00
jpeg Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
js Adding one more case to test. 2001-12-04 00:54:00 +00:00
js2 Updated to latest CodeWarrior and to fix subproject dependencies 2001-12-04 02:26:32 +00:00
l10n Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
layout fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
lib Backing out fix for remote mach-o builds as it left mach-o builds fragile. 2001-11-03 03:29:05 +00:00
mailnews reduce biff notifications, move biff to server level r=naving, sr=sspitzer 113366 2001-12-04 15:34:00 +00:00
modules further fixes for bug 112708 r=bnesse sr=dveditz 2001-12-04 15:44:38 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone Fix OS_ARCH detection for IRIX64. 2001-07-20 00:26:49 +00:00
netwerk #84420 2001-12-04 15:05:03 +00:00
nsprpub Revert to using standard config.sub & config.guess entries for OS/2. 2001-12-02 22:16:28 +00:00
nunet
other-licenses install:: -> libs:: 2001-11-28 00:06:08 +00:00
parser fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
plugin/oji [not part of build] Change history. 2001-12-04 16:26:37 +00:00
privacy
profile #disable debug message in optimized build 2001-11-30 00:36:56 +00:00
rdf *shrug* moving from profile-do-change to profile-after-change per conrad's suggestion - this seems to fix the blocker for me, what's the worst that could happen? :) 2001-11-28 23:40:45 +00:00
README Testing cvs upgrade 2001-12-01 04:34:21 +00:00
security b=110420 fix cert prompt dialogs 2001-12-04 15:56:54 +00:00
silentdl
string Make nsSharableString::Assign set the length correctly when it's reusing its existing buffer. b=112483 r=scc sr=alecf 2001-12-03 23:14:15 +00:00
suite
sun-java Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
themes bugzilla 71486 mac classic buttons too large. r=andreww, sr=hewitt. Patch by Brad Tiffany <btiffany@usermail.com>. 2001-12-04 02:04:02 +00:00
timer
tools added title= labels for Lk/Bl tinderbox output 2001-12-04 00:18:10 +00:00
uriloader removing bad header. 2001-12-04 01:09:37 +00:00
view Check aHandled after event dispatch before accessing the view's children. b=113121 r=roc+moz sr=attinasi 2001-12-03 23:37:09 +00:00
webshell Bug 73382. Clean up view manager interfaces, 2nd attempt. r=kmcclusk,rs=attinasi 2001-12-01 14:31:45 +00:00
webtools Changed the groupsById and groupsByName hashes of arrays into hashes of hashes to make them friendlier to handle. Also fixed some typos (groupByID instead of groupsByID, and one case of groupsByID where groupsByName was meant) and optimised away a call to dataSource.user's getGroupName method (since we already know the name). 2001-12-04 14:34:54 +00:00
widget Changing to long hashtable tag (113175). code=gisburn, r=mcafee 2001-12-03 02:31:46 +00:00
xpcom Fix massive numbers of threadsafety assertions by re-adding NS_INIT_ISUPPORTS, to make builds usable again. b=110531 sr=waterson 2001-12-04 05:26:46 +00:00
xpfe Bug 113390. Make sure that the module has a MODULE_NAME. rs=blizzard 2001-12-04 05:26:50 +00:00
xpinstall bug 113144 installer shouldn't download entire set of xpi files just because 2001-12-04 08:19:43 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
aclocal.m4 Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
allmakefiles.sh b=75947 Landing security startup performance improvement and related issues. 2001-11-29 23:36:34 +00:00
client.mak Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
client.mk Remove mozilla/security/makefile.win from PSM pull as it's still breaking things. 2001-12-01 04:50:26 +00:00
configure Automated update 2001-12-02 21:57:48 +00:00
configure.in Remove --disable-gcc-pipe option. 2001-12-02 21:56:15 +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
LEGAL
LICENSE
Makefile.in #112243 2001-11-29 11:42:59 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49: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