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
Перейти к файлу
jaggernaut%netscape.com 3be5c9f8a6 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:44:29 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
accessible Bug 103903. Accessibility module must be ready for pres shell to disappear at any time, so it doesn't crash. r=jgaunt, sr=brendan 2001-10-12 21:05:31 +00:00
apache/gzip/src
build Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
caps Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:13:52 +00:00
cck Fix for bug 105735: CD Autorun option with existing Windows configuration 2001-10-24 01:56:16 +00:00
chrome Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:42:23 +00:00
cmd/xfe/src CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
config Land the simple OSX Mach-O build changes. 2001-10-25 08:55:53 +00:00
content Land the simple OSX Mach-O build changes. 2001-10-25 08:55:53 +00:00
db Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dbm Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for the 2001-10-24 14:33:28 +00:00
directory Bug 103084 and Bug 103085: Memory leaks in LDAP code. r=mitesh, sr=bienvenu. 2001-10-23 01:19:12 +00:00
docshell Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
dom Fixing bug 106181. When a window object is asked for the numeric property n, we return the n:th frame in the window, but if there is no n:th frame we should let the JS engine do its thing w/o forsing it to return null. r=jag@netscape.com, sr=rpotts@netscape.com 2001-10-25 05:09:03 +00:00
editor Fix static build bustage. 2001-10-24 01:13:51 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
expat License changes Round 2. Expat. Updating licensing to be consistent with latest version of expat (MIT/X); relicensing NS-contributed code under expat's license (except the build system, which is tri-licensed.) Removing outdated licensing information and adding new COPYING file. This has been checked with James Clark. Bug 98089. 2001-09-29 00:10:42 +00:00
extensions Fix buster for null-strings in the dom. r=Pike. Not part of the build. 2001-10-25 08:40:57 +00:00
gc/boehm Oops. 2001-09-20 00:02:59 +00:00
gconfig updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
gfx Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:16:56 +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 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 07:45:52 +00:00
include License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
intl Don't explicitly add $(srcdir) and let VPATH do its thing. Fixes packages built in objdirs. 2001-10-25 03:35:01 +00:00
java Remove IsUnicode() check on nsString. nsString is always unicode (these days), so replacing this if/then/else with the then part. r=dbaron, rs=scc 2001-10-14 04:37:37 +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 Add mutable (growable or dependent, two subtypes) strings to solve O(n^2) and O(n^3) growth rates (56940, r=rogerl, sr=jband&shaver). 2001-10-25 00:26:38 +00:00
js2 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
l10n fixes bug 95768 "about: services should be converted to XHTML 1.1" 2001-09-27 01:42:06 +00:00
layout Fix for 106212, make ContentAppended work right with XBL insertion points. r=brendan, sr=waterson 2001-10-25 07:31:18 +00:00
lib New project for OS X specific interfaces. Part of fix for 97676. r=ccarlen,sr=sfraser 2001-10-01 06:31:37 +00:00
mailnews 103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane. 2001-10-25 05:34:49 +00:00
modules Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:44:29 +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 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
nsprpub Bugzilla bug 71179: Neutrino needs the RTLD_GROUP flag to load Netscape 2001-10-17 23:34:50 +00:00
nunet updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
parser Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 07:45:52 +00:00
plugin/oji [Not part of build] Bumped versions to 1.0d3. 2001-10-24 19:02:51 +00:00
privacy updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
profile 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
rdf Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:42:23 +00:00
security Explanation of the files in this directory. 2001-10-24 22:17:30 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string Fixing blocker bug 106474. Make nsAFlatString::GetReadableFragment() deal with a null buffer handles correctly. r=kin@netscape.com, sr=scc@mozilla.org 2001-10-24 19:29:42 +00:00
suite On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
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 Fix for 105587, tabs should support autohide, also other tabbrowser fixes. r=bryner, sr=hewitt 2001-10-25 08:22:43 +00:00
timer updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tools Adding --list-only option. Added Getopt library capability. r=akkana, sr=alecf 2001-10-22 23:32:11 +00:00
uriloader Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 03:49:28 +00:00
view Remove nsViewManager2.cpp for roc. b=73382 2001-10-25 03:52:07 +00:00
webshell Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
webtools Bug 104540 LXR updates for .idl collaboration diagrams 2001-10-25 01:05:07 +00:00
widget Land the simple OSX Mach-O build changes. 2001-10-25 08:55:53 +00:00
xpcom Adding work in progress for new auto pointers in order to test easily on many compilers. b=104346 2001-10-25 04:09:38 +00:00
xpfe Support for basic drag and drop in tabbrowser, r=ben, sr=hewitt 2001-10-25 09:43:23 +00:00
xpinstall Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
LEGAL
LICENSE
Makefile.in temporarily fix bustage by moving intl earlier in the build cycle 2001-10-22 23:14:19 +00:00
aclocal.m4 Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
allmakefiles.sh Fix xpcom standalone build 2001-10-24 00:12:06 +00:00
client.mak Create build_all_dep target to avoid doing the export phase twice 2001-09-30 00:13:35 +00:00
client.mk Try to use mozilla as well as netscape to launch webconfig 2001-10-13 06:23:28 +00:00
configure Automated update 2001-10-23 08:28:16 +00:00
configure.in Since the purpose of --enable-ultrasparc is to just flip on the ultrasparc-specific js compare & swap code, move the asflags/defines to turn it on back into js/src/Makefile.in rather than causing the entire project to be built with those flags. 2001-10-23 08:17:16 +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 move intl earlier in the build process so that static libs are available for bug 100214 2001-10-13 00:09:48 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nglayout.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mak updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00