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
2000-09-03 01:38:27 +00:00
apache/gzip/src
build fixing directory seperate assumption to be generic 2000-09-02 04:29:25 +00:00
calendar
caps Not part of build. Adding security regression test suite driver (mozDriver). 2000-08-29 21:50:56 +00:00
cck Adding customized UserAgent String to the Browser all-ns.js 2000-08-30 01:26:39 +00:00
chrome fixing code that relied on implicit string construction 2000-09-02 05:30:35 +00:00
cmd
config fixing win9X make build problem 2000-09-01 20:18:46 +00:00
content Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
db don't write out row comments for mork, r=waterson 44556 2000-07-26 21:14:34 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory remove items relating to cleanup constructors, destructors, and initializers. a=r=(not built) 2000-08-24 03:41:05 +00:00
docshell Bug #32387,47365--> reset the load type when we get a redirected url so it gets added to 2000-09-01 22:35:05 +00:00
dom Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
editor Fix for 51132 -- don't crash updating remove list command, and don't leak teh string. r=akkana 2000-09-02 01:44:57 +00:00
ef
embedding fixing code that relied on implicit string construction 2000-09-02 22:13:25 +00:00
expat Some compilers don't like C++ comments in C files. Changing to C comments. 2000-08-30 01:35:07 +00:00
extensions compiler is confused, giving it a more digestible meal 2000-09-02 22:08:52 +00:00
gc/boehm [not part of build] added GC_mark_object, added verbose parameter to GC_trace_object to limit sheer volume of data generated, massive removal of hard tabs. 2000-09-02 03:38:39 +00:00
gconfig
gfx Fix longstanding bug with nsScriptableRegionConstructor (lack of NS_IMETHODIMP). Use nsnull and \!, not NULL and lame NULL == ptr tests. 2000-09-02 03:39:27 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S. 2000-09-02 06:36:09 +00:00
include Removing unused/obsolete files. Not part of build. 2000-09-01 02:30:52 +00:00
intl fixing code that relied on implicit string construction 2000-09-02 23:25:46 +00:00
java Add lib directory to -L line. 2000-08-24 23:03:34 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js Support external string GC types so XPConnect and other systems can optimize away copies (50602, r=jband). 2000-09-02 20:37:37 +00:00
js2 Switch from RegisterList to ArgumentList to handle named args. 2000-09-02 01:01:41 +00:00
l10n 20862: Remove Netscape default bookmarks and use an inital Mozilla version. More tweaking needed. 2000-09-02 23:50:59 +00:00
layout Fixing code in MathML that relied on implicit string conversion. r=scc (verbally) 2000-09-02 23:56:19 +00:00
lib GC_mark_object. 2000-09-02 04:08:24 +00:00
mailnews fixed typo 2000-09-03 00:08:25 +00:00
modules hack to fix pravda bustage 2000-09-03 00:25:42 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk it's a repeating bad pattern ... several of the compilers don't want to make the change from |nsC[Auto]String foo = NS_ConvertASCIItoUCS2(x);| to |nsC[Auto]String foo(NS_ConvertASCIItoUCS2(x);| and so we have to use |CopyASCIItoUCS2(nsLiteralCString(x), foo);| instead 2000-09-02 22:39:18 +00:00
network/protocol/http
nsprpub Bugzilla bug #30746: the primordial thread should wait for the timer 2000-09-01 18:26:28 +00:00
nunet
parser Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S. 2000-09-02 06:36:09 +00:00
plugin/oji/MRJ Fixes for bug #49510. 2000-08-26 05:37:43 +00:00
privacy
profile 20862: Remove Netscape default bookmarks and use an inital Mozilla version. More tweaking needed. 2000-09-02 23:50:59 +00:00
rdf Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
README/mozilla Just added a newline for test purposes 2000-08-04 04:49:05 +00:00
security When building on NT for X86, use new mpi_x86.asm implementation. 2000-09-02 05:41:21 +00:00
silentdl
string adding |Concat| function to fix pravda and speedracer bustage 2000-09-03 01:38:27 +00:00
suite
sun-java Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
themes Fix for 43119 -- pageInfo.css is no longer needed. r=ben 2000-09-02 04:27:36 +00:00
timer
tools Checkin for Bindu's changes to the scripts to eliminate BuildID detection, and to change default drive to D. Not part of build. 2000-08-31 22:39:27 +00:00
tripledb
uriloader fixing code that relies on implicit string construction 2000-09-02 23:59:08 +00:00
view Revert back to old loop construct for dispatching events which is safer when the event destroys the current view bug 50335 r=attinasi@netscape.com 2000-08-31 02:31:17 +00:00
wallet
webshell Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
webtools Removing duplicate variable declaration from patch for bug 50698. The 2000-09-02 04:26:36 +00:00
widget fixing code that relied on implicit string construction 2000-09-03 00:46:03 +00:00
xpcom adding |Concat| function to fix pravda and speedracer bustage 2000-09-03 01:38:27 +00:00
xpfc
xpfe fixing code that relied on implicit string construction 2000-09-02 21:32:30 +00:00
xpinstall fixing code that relied on implicit string construction. r=scc 2000-09-02 07:39:16 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh removing makefile that is no longer in the tree 2000-09-01 07:55:20 +00:00
client.mak modify client.mak to include commented out co variables needed to pull tree on branch to make future branches slightly easier. 2000-07-26 22:43:27 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Automated update 2000-09-01 21:30:08 +00:00
configure.in Every MKSHLIB_FORCE_ALL needs a MKSHLIB_UNFORCE_ALL. Should fix freebsd 2.2 bustage. 2000-09-01 21:16:36 +00:00
LEGAL
LICENSE
Makefile.in adding GARBAGE_DIRS variable for clobbers... so we can have core directories 2000-08-30 01:15:32 +00:00
makefile.win Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk