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-01-13 23:28:29 +00:00
apache/gzip/src
build Tidy up of build scripts; make new groupings for imglib, necko and browserutils, remove if($NECKO) etc. r=pinkerton 2000-01-13 23:01:45 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps Fix bug 16536. 2000-01-12 01:42:37 +00:00
cck introduced attrib in the widget struct - the prefs will be attrib=pref and will be collected and stored in prefs.js in the workspace/isetup directory 2000-01-13 22:12:41 +00:00
chrome Bug 22915. Be sure to add the nsCachedChromeChannel to the load group on nsIChannel::SetLoadGroup(). Also, don't assume (in nsXULDocument::StartDocumentLoad) that when you 'hit' in the cache that the channel is actually a nsCachedChromeChannel; instead, inspect its content type. Finally, get rid of extraneous 'command' member variable in nsCachedChromeChannel. r=mscott 2000-01-11 21:18:19 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config when using SunOS and not using GCC, clobber now removes the Sun WorkShop template repository cache, as this can get out of sync. r=cls@seawood.org,akkana@netscape.com 2000-01-11 22:11:02 +00:00
content Bug 23799. Ignore failure from GetContentType() in StartDocumentLoad(), because some channels may not have yet resolved the content type. In this case, cross our fingers and pray that it's text/xul. r=valeski 2000-01-13 23:23:51 +00:00
db Converting to use nsIModule macro. r=dp. 2000-01-03 22:59:05 +00:00
dbm Oops, I missed the c++ comments in the review. 2000-01-01 22:45:52 +00:00
directory *** empty log message *** 2000-01-12 06:27:00 +00:00
docshell api clean up and fixed a blah.com www. appending case 2000-01-13 23:23:20 +00:00
dom expose the form controls in a XUL document in the "controls" DOM attribute 2000-01-13 02:59:08 +00:00
editor fixed bug 20613 & 21121: both invloved newlines in preformatted text. Layout gives no frames for blanklines caused by newlines, so you cant click or arrow to them. I replace such newlines with breaks now. fixed 21196: select all no longer selects the special break we use in empty documents (this would cause an invisible selection). fixed 21430: choosing a new alignment in an empty doc used to do nothing. Now it works but I've exposed a selection bug inthe process... fixed 22225: a little unintended re-entrancy caused multiple breaks to be inserted in empty table cells when doc read in. 2000-01-13 10:17:35 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
expat Fix build on win98. 2000-01-10 08:40:10 +00:00
extensions Fix build bustage. 2000-01-13 00:05:46 +00:00
gc/boehm added ASCII annotation of fields. 1999-12-10 20:23:16 +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#12722: timer interacting with image groups. pnunn. rev: neeti@netscape.com 2000-01-13 23:01:11 +00:00
grendel Added support for combobox and image 1999-11-29 00:44:34 +00:00
htmlparser Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
include Added xp_core.h to files that get disted. r=amusil a=sdagley 1999-12-08 09:27:07 +00:00
intl fix 15909 . Contextual analysis . (period) for mozilla.org's 2000-01-13 23:26:21 +00:00
java This is updated source code with comments. 2000-01-13 22:54:46 +00:00
jpeg Fix for build bustage on Solaris 2.3. 1999-12-18 00:13:27 +00:00
js Initial checkin of tostring test 2000-01-13 00:31:09 +00:00
js2 Added unicode character category functions 2000-01-11 05:55:58 +00:00
l10n updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
layout changes to fix bugs with keyboard + mouse navigation of xpmenus. xpmenus still 2000-01-13 23:20:28 +00:00
lib Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
mailnews we don't have panes in 5.0, remove some of this HAVE_PANES cruft. 2000-01-13 09:31:20 +00:00
modules bug#17781. Clean up. pnunn@netscape.com. 2000-01-13 23:08:35 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
netwerk r=gagan. 17647. we digesting content-type comments as legitimate header values. now we're not 2000-01-13 23:22:25 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Use only one definition of PipeAvailable and PipeAvailable64, which 2000-01-12 21:37:38 +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 Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
plugin/oji/MRJ r=marklin 1999-12-06 20:12:56 +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 profile manager II, text correction. 2000-01-13 09:43:38 +00:00
rdf Bug 23799. Ignore failure from GetContentType() in StartDocumentLoad(), because some channels may not have yet resolved the content type. In this case, cross our fingers and pray that it's text/xul. r=valeski 2000-01-13 23:23:51 +00:00
README/mozilla remove unused images 1999-10-20 00:15:50 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string/obsolete Fix for bug #21317: UMR: nsCAutoString::=(nsCAutoString const&) 1999-12-09 22:53:52 +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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +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 Replaced with build-moz-ports.pl because people were confused. 2000-01-11 22:25:25 +00:00
tripledb updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
uriloader Short term hack...allow the uri loading to proceed even if we don't have a load group. eventually we should try to 2000-01-09 23:45:36 +00:00
view Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
wallet updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
webshell api clean up and fixed a blah.com www. appending case 2000-01-13 23:23:20 +00:00
webtools Make wording a little more clear when a username is invalid. 2000-01-13 22:55:45 +00:00
widget implement GetScreenBounds. fixes gtk version of bug 5998. r:pavlov@netscape.com 2000-01-13 23:28:29 +00:00
xpcom use C style comments and not C++ 2000-01-13 23:06:47 +00:00
xpfc updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
xpfe Bug 23799. Add a brief comment to clarify wtf is going on here. r=valeski 2000-01-13 23:25:25 +00:00
xpinstall fixing bug #23389 where the mac install wizard simply quits in the middle of the installer. The problem arose after a change to NS_InitXPCOM(). r=dveditz 2000-01-13 03:53:22 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh Adding the XBL impl. r=trinity 2000-01-12 09:26:27 +00:00
client.mak backing out slamm's changes to use cvsco.pl; builds are breaking, not sure 1999-11-30 17:29:20 +00:00
client.mk Something goofy is up with tinderbox. Going back to 1.72. 1999-11-30 02:00:13 +00:00
configure Added check for GNU as as we can only use certain ASFLAGS under solaris with Sun's as. 2000-01-11 04:54:28 +00:00
configure.in Added check for GNU as as we can only use certain ASFLAGS under solaris with Sun's as. 2000-01-11 04:54:28 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE new version of LICENSE; not part of the build 1999-10-06 02:14:51 +00:00
Makefile.in Build modules/libutil before netwerk on Unix and Windows. a=sdagley. 1999-12-21 23:55:04 +00:00
makefile.win Fixing build bustage. libutil can only get compiled after xpcom. 1999-12-22 00:39:32 +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