apache/gzip/src
|
|
|
build
|
no more xpinstall skin here
|
2000-05-11 04:25:28 +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
|
no longer a pref, it is hard coded to be on and set to modern.
|
2000-05-11 05:19:21 +00:00 |
cmd
|
|
|
config
|
adding final directory to CHROME_TYPE rule
|
2000-05-10 02:04:20 +00:00 |
content
|
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
|
2000-05-11 04:25:43 +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
|
21137 Hook up reload/shift-reload/back/forward buttons to load att
r = rpotts
|
2000-05-10 22:45:24 +00:00 |
dom
|
Bug 32898: Don't abort() on illegal frame name. Instead, print warning and press ahead. r=rpotts
|
2000-05-11 01:24:59 +00:00 |
editor
|
changes to add hidden attribute on selection. also to make setcaret go through the selection controller
|
2000-05-11 04:22:32 +00:00 |
ef
|
|
|
embedding
|
add tests for new window and for visibility changes. make sure to destroy the widget when it's requested
|
2000-05-10 21:55:36 +00:00 |
expat
|
Fix "comparison between signed and unsigned" build warning.
|
2000-04-26 14:25:47 +00:00 |
extensions
|
fix for caret. need to pass in domselection you are referrning to
|
2000-05-11 04:33:55 +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
|
Added some rasterization of polygons, moved some point definitions to correct locations.
|
2000-05-11 03:58:58 +00:00 |
grendel
|
Added contribution from Ian Clarke.
|
2000-04-08 06:16:32 +00:00 |
htmlparser
|
more WIP for strict DTD; r=harishd
|
2000-05-10 22:37:32 +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
|
32477 Implement accept-language UI
|
2000-05-10 20:20:21 +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
|
post inc/dec
|
2000-05-11 00:35:43 +00:00 |
js2
|
post inc/dec
|
2000-05-11 00:35:43 +00:00 |
l10n
|
First release of mozilla-dtd2mysql.
|
2000-03-22 20:55:45 +00:00 |
layout
|
need to check for independent selection to grab mousedown state. will change this to be implemented by selectioncontroller later
|
2000-05-11 04:50:16 +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
|
Fix for bug 33790. Replace hard coded string by entity
|
2000-05-11 04:45:55 +00:00 |
modules
|
no longer a pref, it is hard coded to be on and set to modern.
|
2000-05-11 05:19:21 +00:00 |
msgsdk
|
|
|
mstone
|
http stuff
|
2000-05-10 23:20:05 +00:00 |
netwerk
|
Tweak this test per modified AsyncRead api
|
2000-05-10 22:27:17 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Compatibility with Universal Headers 3.3 or later.
|
2000-05-09 23:49:23 +00:00 |
nunet
|
|
|
parser
|
more WIP for strict DTD; r=harishd
|
2000-05-10 22:37:32 +00:00 |
plugin/oji/MRJ
|
updated build instructions for the new world order.
|
2000-05-03 04:58:30 +00:00 |
privacy
|
|
|
profile
|
these don't live here anymore.
|
2000-05-11 04:21:34 +00:00 |
rdf
|
no longer a pref, it is hard coded to be on and set to modern.
|
2000-05-11 05:19:21 +00:00 |
README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
security
|
Merge changes from SDR_BRANCH.
|
2000-05-11 01:49:15 +00:00 |
silentdl
|
|
|
string
|
fix IsAscii function. The origional one report Latin1 characters as ASCII
|
2000-05-03 07:05:19 +00:00 |
suite
|
|
|
sun-java
|
a=leaf
|
2000-04-06 04:21:51 +00:00 |
themes
|
Bug #35035 add a widget for email addresses in the message pane. this helps make the message pane skinnable.
|
2000-05-11 04:55:28 +00:00 |
timer
|
|
|
tools
|
CreateProfile() is no longer needed. mozilla creates the 'default' profile if none exists.
|
2000-05-08 23:34:50 +00:00 |
tripledb
|
|
|
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
|
|
|
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
|
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
|
fix for unix filepicker not coming up correctly (bug #38810)
|
2000-05-10 23:41:33 +00:00 |
xpfc
|
|
|
xpfe
|
restore the font size 5mm->3mm.
|
2000-05-11 04:52:57 +00:00 |
xpinstall
|
xpinstall skins have moved
|
2000-05-11 04:25:27 +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
|
editor, profile, xpinstall, psm-glue skin files have moved.
|
2000-05-11 04:27:05 +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
|
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
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|