README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
apache/gzip/src
|
…
|
|
build
|
No need to compare is this is the first run (cmp was printing an error on BSD when one of the files did not exist)
|
2000-05-11 22:56:41 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
added files: mozilla/caps/idl/nsISignatureVerifier.idl
|
2000-05-10 01:50:00 +00:00 |
cck
|
changing the script.ib to match the landing of the new skin directories
|
2000-05-11 21:54:39 +00:00 |
chrome
|
no longer a pref, it is hard coded to be on and set to modern.
|
2000-05-11 05:19:21 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
build configuration change for xprint(gfx/src/xprint). r=leaf, a=ftang
|
2000-05-12 03:33:29 +00:00 |
content
|
fixing hpux 11.00 build and autobahn's commercial build
|
2000-05-12 02:42:54 +00:00 |
db
|
General cleanup of the shared library rules.
|
2000-04-23 17:48:04 +00:00 |
dbm
|
More OS/2 Makefile changes. Bug #34106 Batch 13
|
2000-05-11 14:15:34 +00:00 |
directory
|
Made the warning at the top of the file less drastic.
|
2000-05-10 04:02:30 +00:00 |
docshell
|
21137 Hook up reload/shift-reload/back/forward buttons to load att
r = rpotts
|
2000-05-10 22:45:24 +00:00 |
dom
|
Bug 38846. Don't run GC before returning an unrooted property! Fix provided by and r=hyatt,brendan
|
2000-05-12 02:06:07 +00:00 |
editor
|
UI work: Implemented table commands (part of 20973), fixed Plain Text editor, don't remove toolbars for HTML Source editmode, helped ftang with new 'Save As Charset' dialog (moved methods shared with Page Properties dialog to common file)
|
2000-05-12 02:37:40 +00:00 |
ef
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
embedding
|
add code to handle the destruction of a window via JS, add support for FindNamedBrowserItem and fix some destruction related bugs in the widget.
|
2000-05-12 03:14:42 +00:00 |
expat
|
Fix "comparison between signed and unsigned" build warning.
|
2000-04-26 14:25:47 +00:00 |
extensions
|
added files: mozilla/extensions/psm-glue/src/nsSDR.cpp
|
2000-05-11 20:58:12 +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
|
build configuration changes for xprint(gfx/src/xprint). r=leaf, a=ftang
|
2000-05-12 03:31:18 +00:00 |
grendel
|
Added contribution from Ian Clarke.
|
2000-04-08 06:16:32 +00:00 |
htmlparser
|
Fix a problem where the HTML sink stream was cutting off the last character in element names when constructing the resulting HTML, also did a few nsString --> nsAutoString changes to speed things up a bit. r=akkana@netscape.com
|
2000-05-11 22:33:19 +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
|
More OS/2 Makefile changes. Bug #34106 Batch 13
|
2000-05-11 14:15:34 +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
|
Turned on expression parsing and printing
|
2000-05-12 03:26:43 +00:00 |
js2
|
Turned on expression parsing and printing
|
2000-05-12 03:26:43 +00:00 |
l10n
|
First release of mozilla-dtd2mysql.
|
2000-03-22 20:55:45 +00:00 |
layout
|
Added lots of error checking in AdjustClientXYForNestedDocuments so that things will fail gracefully while the content area is in the early stages of development (no view manager, etc). Probably fixes bug #31563.
|
2000-05-12 03:16:07 +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
|
duh, make these attributes not read-only so I can actually save them
|
2000-05-12 03:27:26 +00:00 |
modules
|
bug# 37909: added multipart support. pnunn. r:valeski@netscape.com
|
2000-05-12 01:38:18 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
mstone
|
http stuff
|
2000-05-10 23:20:05 +00:00 |
netwerk
|
Not in the build (the data file for url parse testing)
|
2000-05-11 23:31:32 +00:00 |
network/protocol/http
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsprpub
|
Bugzilla bug #34920: use the new PR_GetMemMapAlignment() function to
|
2000-05-12 00:02:35 +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
|
Fix a problem where the HTML sink stream was cutting off the last character in element names when constructing the resulting HTML, also did a few nsString --> nsAutoString changes to speed things up a bit. r=akkana@netscape.com
|
2000-05-11 22:33:19 +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
|
these don't live here anymore.
|
2000-05-11 04:21:34 +00:00 |
rdf
|
missed this file
|
2000-05-11 23:08:13 +00:00 |
security
|
No longer use obscuring layer from protocol
|
2000-05-12 03:18:09 +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
|
Removed top black border from HTMLSource edit window
|
2000-05-12 02:41:25 +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
|
New daily build data added
|
2000-05-11 21:16:11 +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
|
Bug 32898: Fix crash when targetting new window. r=rpotts
|
2000-05-11 01:33:25 +00:00 |
view
|
Allow global offscreen to size bigger than a screen without creating a new offscreen each time and asserting. b=38847 r=rods@netscape.com tested=WIN32,Linux Removed compiler warnings in nsViewManager2
|
2000-05-10 22:45:33 +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
|
add demo cases for bug 16796 and 36863. add german ß
|
2000-05-10 19:48:05 +00:00 |
webtools
|
Fix start time of 'C' links.
|
2000-05-10 00:22:05 +00:00 |
widget
|
fix for 38723
|
2000-05-12 02:46:41 +00:00 |
xpcom
|
First Checked In.
|
2000-05-12 03:16:35 +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
|
32477 Accept-Language UI
|
2000-05-12 03:19:50 +00:00 |
xpinstall
|
*** NOT PART OF BUILD ***
Explicitly specifying plugins for MRJ ocnduit.
|
2000-05-11 23:32:41 +00:00 |
.cvsignore
|
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
|
2000-03-23 23:29:16 +00:00 |
LEGAL
|
…
|
|
LICENSE
|
new version of LICENSE; not part of the build
|
1999-10-06 02:14:51 +00:00 |
Makefile.in
|
build mozilla/themes. don't panic, it doesn't matter yet.
|
2000-05-08 21:35:40 +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
|
remove unused stuff.
|
2000-05-11 07:38:19 +00:00 |
client.mak
|
Switch client builds to SECURITY_CLIENT_BRANCH tag for security (PSM) subdirectory
|
2000-05-11 02:36:42 +00:00 |
client.mk
|
Switch client builds to SECURITY_CLIENT_BRANCH tag for security (PSM) subdirectory
|
2000-05-11 02:36:42 +00:00 |
configure
|
Automated update
|
2000-05-09 07:00:11 +00:00 |
configure.in
|
build configuration changes for xprint(gfx/src/xprint). r=leaf, a=ftang
|
2000-05-12 03:31:18 +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 |