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-04-17 11:06:41 +00:00
apache/gzip/src
build BeOS uses LIBRARY_PATH to search for runtime libs. 2000-04-17 03:38:39 +00:00
calendar
caps making string conversions explicit 2000-04-15 05:29:33 +00:00
cck removing this file from default and template autorun 2000-04-14 22:55:26 +00:00
chrome Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original 2000-04-10 00:25:22 +00:00
cmd
config Fix non-MD and non-native makedepend depend builds. Bug 35186. r=jlnance 2000-04-17 04:57:33 +00:00
content making string conversions explicit 2000-04-17 10:28:55 +00:00
db fix case of nscore.h include 2000-04-14 03:05:46 +00:00
dbm # 25555 2000-03-07 21:00:06 +00:00
directory Pass className rather than mechanismName to DynamicInvoker (391585) 2000-04-10 17:47:02 +00:00
docshell Added more code to ShouldAddToGlobalHistory to properly weed out items such as "about", "imap", "news", and "mailbox" schemes from getting put into global history. 2000-04-17 05:54:09 +00:00
dom making string conversions explicit 2000-04-15 19:03:12 +00:00
editor Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed. 2000-04-17 07:13:57 +00:00
ef
embedding adding 'centered' chrome flag 2000-04-13 20:06:19 +00:00
expat
extensions xmlterm changes only. 2000-04-16 01:56:11 +00:00
gc/boehm [not part of build] using non-debugging allocators to keep out of leak reports. 2000-04-13 06:40:16 +00:00
gconfig
gfx making string conversions explicit 2000-04-17 09:57:13 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser fixing an earlier mistake while making string conversions explicit 2000-04-17 09:56:40 +00:00
include
intl making string conversions explicit 2000-04-15 11:40:33 +00:00
java bug=http://bugzilla.mozilla.org/show_bug.cgi?id=32011 2000-04-15 00:27:35 +00:00
jpeg
js Implicit types are evil. Add PRUint32. 2000-04-16 00:21:07 +00:00
js2 gc_base now used as common base class of GC allocated objects. 2000-04-13 04:54:41 +00:00
l10n First release of mozilla-dtd2mysql. 2000-03-22 20:55:45 +00:00
layout making string conversions explicit 2000-04-17 10:28:55 +00:00
lib 27857 nsIFile - MAC not completely implemented 2000-04-03 01:50:19 +00:00
mailnews Fix for crash on vCard Add button - Bug #34780 2000-04-17 04:16:06 +00:00
modules fix for 21329, restricting the number of items in cache only for windows.r=pnunn 2000-04-17 00:28:56 +00:00
msgsdk
mstone Add a multi-OS build tool 2000-04-07 17:51:22 +00:00
netwerk Write the html, title, and body tags directly to the stream listener 2000-04-17 04:40:44 +00:00
network/protocol/http
nsprpub Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs. 2000-04-11 00:39:12 +00:00
nunet
parser fixing an earlier mistake while making string conversions explicit 2000-04-17 09:56:40 +00:00
plugin/oji/MRJ configuration file for MRJPlugin (GC) target. 2000-03-29 02:14:03 +00:00
privacy
profile making string conversions explicit 2000-04-15 09:47:08 +00:00
rdf Comment out oftenhit assertion in ArcLabelsIn(). 2000-04-17 05:26:25 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
security Initial check in PSM docs 2000-04-12 01:19:11 +00:00
silentdl
string Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|. 2000-04-17 11:06:41 +00:00
suite
sun-java a=leaf 2000-04-06 04:21:51 +00:00
timer
tools Using the 40-url-dup.txt file now so that the timing values are from the second run of the page, which should be from cache, thus further eliminating the latency variabilities. Not part of build 2000-04-14 23:26:21 +00:00
tripledb
uriloader Got rid of the shared library reference. No longer needed. 2000-04-16 15:47:35 +00:00
view Clip now applies to child views. b=11660 r=buster@netscape.com 2000-04-13 21:56:27 +00:00
wallet
webshell Changed redirects to point to the updated XML demos (new XLink). 2000-04-17 10:47:37 +00:00
webtools Rewrite of repophook to pull changes from the bonsai database from a certain 2000-04-12 18:44:37 +00:00
widget making string conversions explicit 2000-04-17 08:21:30 +00:00
xpcom Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|. 2000-04-17 11:06:41 +00:00
xpfc
xpfe Fix trivial warning regarding initialization order. 2000-04-17 05:46:13 +00:00
xpinstall fixing bug #7874 (on going). this file is not part of tinderbox build. would affect windows platforms only. 2000-04-17 05:11:34 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh Added xpinstall/wizard/unix/src2/Makefile & fixed typo with psm-glue. 2000-04-16 22:26:44 +00:00
client.mak build browse info target was failing. parameters reordered. affects no other target 2000-03-22 22:03:27 +00:00
client.mk Output options from mozconfig. Rework checkout. 2000-03-21 21:08:35 +00:00
configure Automated update 2000-04-17 04:00:18 +00:00
configure.in Changed BeOS linker flags so that it will resolve all symbols when linking shared libs. Added -lbe to OS_LIBS for BeOS. This should get rid of the "missing symbol" error at runtime. 2000-04-17 03:47:33 +00:00
LEGAL
LICENSE
Makefile.in Avoid running allmakefiles.sh everytime (i.e use "=" instead of ":="). allmakefiles.sh is only needed for the "distclean" target. 2000-03-17 00:49:15 +00:00
makefile.win adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk