apache/gzip/src
|
|
|
build
|
turn this on.
|
2000-05-10 01:47:55 +00:00 |
calendar
|
|
|
caps
|
added files: mozilla/caps/idl/nsISignatureVerifier.idl
|
2000-05-10 01:50:00 +00:00 |
cck
|
updated the URL for the Feedback button
|
2000-05-08 18:59:28 +00:00 |
chrome
|
make the skin switching code turned on/off by a pref. off by default for now.
|
2000-05-09 23:28:57 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
adding final directory to CHROME_TYPE rule
|
2000-05-10 02:04:20 +00:00 |
content
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
db
|
General cleanup of the shared library rules.
|
2000-04-23 17:48:04 +00:00 |
dbm
|
# 25555
|
2000-03-07 21:00:06 +00:00 |
directory
|
Made the warning at the top of the file less drastic.
|
2000-05-10 04:02:30 +00:00 |
docshell
|
some reformatting to keep lines from wrapping...
|
2000-05-06 06:05:03 +00:00 |
dom
|
Checking partial fix for bug 37239, the fix was contributed by snizinsk@us.ibm.com. r=me
|
2000-05-10 00:24:38 +00:00 |
editor
|
ignore generated makefiles
|
2000-05-10 06:58:36 +00:00 |
ef
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
embedding
|
Quiet down the debug noise a tiny bit.
|
2000-05-09 22:09:32 +00:00 |
expat
|
Fix "comparison between signed and unsigned" build warning.
|
2000-04-26 14:25:47 +00:00 |
extensions
|
bug 38709, preview editor can hang browser
|
2000-05-10 08:54:48 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
gfx
|
Added support for searching simulated font weights on WIN32 (patch from VYV03354@nifty.ne.jp). b=18601 r=rods@netscape.com
|
2000-05-09 21:33:49 +00:00 |
grendel
|
Added contribution from Ian Clarke.
|
2000-04-08 06:16:32 +00:00 |
htmlparser
|
more improvements to strictDTD::<body>
|
2000-05-10 05:25:43 +00:00 |
include
|
Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar
|
2000-02-23 23:10:38 +00:00 |
intl
|
PR_CALLBACK for callback function. bug #37239
|
2000-05-09 22:22:44 +00:00 |
java
|
Added comment in nativeDestroyInitContext about bug http://bugzilla.mozilla.org/show_bug.cgi?id=38271
|
2000-05-05 14:02:12 +00:00 |
jpeg
|
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
|
2000-05-02 01:18:46 +00:00 |
js
|
Add pithy quote.
|
2000-05-10 00:35:30 +00:00 |
js2
|
Added 'public' to the list of qualifiers
|
2000-05-09 20:55:09 +00:00 |
l10n
|
First release of mozilla-dtd2mysql.
|
2000-03-22 20:55:45 +00:00 |
layout
|
added files: mozilla/layout/base/src/nsNodeInfo.cpp, mozilla/layout/base/src/nsNodeInfoManager.cpp
|
2000-05-10 13:31:53 +00:00 |
lib
|
Extra check to make sure contextual menu manager is installed before initting it.
|
2000-05-02 00:37:12 +00:00 |
mailnews
|
Switch to using 'editor.js' instead of 'EditorCommands.js'
|
2000-05-10 13:56:27 +00:00 |
modules
|
fix for #37239. fix OS/2 build problems. patch from snizinsk@us.ibm.com
|
2000-05-10 01:57:35 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
mstone
|
Isolate common http functionality
|
2000-05-02 01:23:29 +00:00 |
netwerk
|
hp only fix, word boundary problem
|
2000-05-10 01:11:22 +00:00 |
network/protocol/http
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsprpub
|
Compatibility with Universal Headers 3.3 or later.
|
2000-05-09 23:49:23 +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
|
more improvements to strictDTD::<body>
|
2000-05-10 05:25:43 +00:00 |
plugin/oji/MRJ
|
updated build instructions for the new world order.
|
2000-05-03 04:58:30 +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
|
Removed unnecessary dependance on NetworkModular library (really just the Timer library now).
|
2000-05-06 09:20:44 +00:00 |
rdf
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
security
|
Link xpcom dynamically for Solaris and HP-UX
|
2000-05-10 00:01:29 +00:00 |
silentdl
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
string
|
fix IsAscii function. The origional one report Latin1 characters as ASCII
|
2000-05-03 07:05:19 +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
|
a=leaf
|
2000-04-06 04:21:51 +00:00 |
themes
|
updated
|
2000-05-10 08:01:17 +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
|
CreateProfile() is no longer needed. mozilla creates the 'default' profile if none exists.
|
2000-05-08 23:34:50 +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
|
Prevent infinite loop in OnStop in case when Cancel is issued
|
2000-05-10 02:05:54 +00:00 |
view
|
review: kmcclusk, mjudge
|
2000-04-26 00:53:31 +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
|
Propagating nsIFormProcessor change to nsTestFormProcessor.
|
2000-05-05 20:39:23 +00:00 |
webtools
|
Fix start time of 'C' links.
|
2000-05-10 00:22:05 +00:00 |
widget
|
Slight modification to my fix for bug 38725 to make it more robust in the case of a popup bringing up a popup. Just in case.
|
2000-05-10 07:32:14 +00:00 |
xpcom
|
InitWithPath should not store trailing seperatores in paths. It really is
|
2000-05-09 23:53:03 +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
|
Center common dialogs on screen.
|
2000-05-10 08:42:29 +00:00 |
xpinstall
|
packager changes for the modern chrome
|
2000-05-10 04:38:35 +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
|
new makefiles in xpfe/communicator/resources
|
2000-05-10 02:31:31 +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
|
Fix 'webconfig' target (bug 34193).
|
2000-05-08 20:51:48 +00:00 |
configure
|
Automated update
|
2000-05-09 07:00:11 +00:00 |
configure.in
|
added --enable-ldap switch to configure; defaults to off; r=alecf@netscape.com
|
2000-05-09 06:58:37 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
build mozilla/themes. don't panic, it doesn't matter yet.
|
2000-05-08 21:35:40 +00:00 |
makefile.win
|
build mozilla/themes. don't panic, it doesn't matter yet.
|
2000-05-08 21:35:40 +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 |