README/mozilla
|
…
|
|
apache/gzip/src
|
…
|
|
build
|
Adding test8 to bloat test. Expect bloat number to increase.
|
2000-01-05 06:54:44 +00:00 |
calendar
|
…
|
|
caps
|
Fix 22909 previousSibling vulnerability
|
2000-01-06 00:59:18 +00:00 |
cck
|
creating desktop shortcut to helpfile - will point to current browser.startib makes another function call within ib.cpp to create the shortcut and right now it points to wizardmachine.ini as a placeholder
|
2000-01-07 20:31:27 +00:00 |
chrome
|
Fix 10194 and 14979.
|
2000-01-06 22:03:30 +00:00 |
cmd
|
…
|
|
config
|
…
|
|
content
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
db
|
…
|
|
dbm
|
…
|
|
directory
|
…
|
|
docshell
|
Add MOZ_COMPONENT_LIBS and jsdom. r=jdunn
|
2000-01-06 11:08:52 +00:00 |
dom
|
(bug 22795, r=vidur@netscape.com)
|
2000-01-08 00:24:24 +00:00 |
editor
|
23169: Fix uninitialized variables, including one which was disallowing splitting lines by hitting return. r=jfrancis
|
2000-01-06 22:35:04 +00:00 |
ef
|
…
|
|
embedding
|
I know it's unorthodox to do a top level checkin like this, but I've got so many files
|
2000-01-06 01:05:13 +00:00 |
expat
|
…
|
|
extensions
|
making signonviewer not be white. r=me
|
2000-01-08 01:37:47 +00:00 |
gc/boehm
|
…
|
|
gconfig
|
…
|
|
gfx
|
[MATHML] Coded GetItalicSlope() and updated GetBoundingMetrics(). Added code to catch up with recent changes in gfx/src/windows that broke the MathML build on Win32
|
2000-01-07 14:22:07 +00:00 |
grendel
|
…
|
|
htmlparser
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
include
|
…
|
|
intl
|
Add CID in #define in additional to declare
|
2000-01-08 00:41:43 +00:00 |
java
|
More simple name change changes.
|
2000-01-07 00:44:24 +00:00 |
jpeg
|
…
|
|
js
|
Bug 23320. Per Franz.Sirl-kernel@lauterbach.com's suggestion, fix passing of va_list for platforms that typedef to an array. r=brendan
|
2000-01-08 00:32:25 +00:00 |
js2/semantics
|
…
|
|
l10n
|
…
|
|
layout
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
lib
|
…
|
|
mailnews
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
modules
|
adding some default prefs to accomodate the new prefwindow...
|
2000-01-07 08:49:41 +00:00 |
msgsdk
|
…
|
|
netwerk
|
added files: mozilla/netwerk/protocol/keyword/src/nsKeywordModule.cpp, removed files: mozilla/netwerk/protocol/keyword/src/nsKeywordProtocolFactory.cpp
|
2000-01-08 00:58:31 +00:00 |
nsprpub
|
Add new API declaration, NSPR_API. Bugzilla #12913.
|
2000-01-07 01:28:13 +00:00 |
nunet
|
…
|
|
parser
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
plugin/oji/MRJ
|
…
|
|
privacy
|
…
|
|
profile
|
fix #21978. two changes: "Local Mail" is now "Local Folders"
|
2000-01-07 06:09:47 +00:00 |
rdf
|
Bug 21477. Add |nsIContent** aFirstGeneratedChild| parameter to several methods that is used as an 'out' parameter to determine the first generated child in a subtree. This allows us to send the correct |ContentAppended()| notification to layout. Fixes the 'unfurling menu' problem. r=rjc
|
2000-01-08 00:27:04 +00:00 |
silentdl
|
…
|
|
string/obsolete
|
…
|
|
suite
|
…
|
|
sun-java
|
…
|
|
timer
|
…
|
|
tools
|
…
|
|
tripledb
|
…
|
|
uriloader
|
Changed URI loader to properly handle stream decoders (ie. mixed-replace)
|
2000-01-05 04:44:27 +00:00 |
view
|
…
|
|
wallet
|
…
|
|
webshell
|
I know it's unorthodox to do a top level checkin like this, but I've got so many files
|
2000-01-06 01:05:13 +00:00 |
webtools
|
Stop generating the %::keywordsbyid hashtable that nothing was using.
|
2000-01-06 22:55:00 +00:00 |
widget
|
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
|
2000-01-08 01:48:39 +00:00 |
xpcom
|
Bug 23297. Munged patch from Franz.Sirl-kernel@lauterbach.com; simplify and clean up code. r=waterson or r=Franz.Sirl-kernel@lauterbach.com, depending on how you look at it.
|
2000-01-08 00:30:08 +00:00 |
xpfc
|
…
|
|
xpfe
|
[prefwindow] removing duplicate 'mousewheel' entry in pref panels list
|
2000-01-08 01:15:20 +00:00 |
xpinstall
|
Fixed installer creator type in all 4 targets ('MzIn', 'NSIn')
|
2000-01-06 23:17:34 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
…
|
|
aclocal.m4
|
…
|
|
allmakefiles.sh
|
Support from IBM for 850, 852, 855, 857, 862, 864 codepage
|
2000-01-06 21:35:12 +00:00 |
client.mak
|
…
|
|
client.mk
|
…
|
|
configure
|
Automated update
|
2000-01-06 01:00:14 +00:00 |
configure.in
|
turning AIX to not be MONOLITHIC (following Colin and his OpenVMS work)
|
2000-01-06 00:46:54 +00:00 |
makefile.win
|
…
|
|
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|