apache/gzip/src
|
|
|
build
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
cck
|
adding wizard directory to cck
|
1999-11-08 21:55:03 +00:00 |
chrome
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
Moved the handling of extensions into configure.in.
|
1999-11-09 23:30:32 +00:00 |
content
|
fix 16808. change hard coded utf-8'to UTF-8', get charset hint from webshell. r=nhotta
|
1999-11-10 05:50:10 +00:00 |
db
|
fix build warnings about unused variables
|
1999-11-10 03:59:45 +00:00 |
dbm
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
directory
|
updating license boilerplate
|
1999-11-02 01:46:24 +00:00 |
docshell
|
Added mLoadCookie that is used in the new URI Loader calls.
|
1999-11-10 21:43:58 +00:00 |
dom
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
editor
|
16803, 17341: Enable unicode paste. Code from nhotta, r=me. Also re-enable plaintext paste
|
1999-11-10 23:42:11 +00:00 |
ef
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:38:29 +00:00 |
embedding
|
Changed nsComponentManager::CreateInstance calls to use the new nsCOMPtr do_CreateInstance().
|
1999-11-10 06:54:39 +00:00 |
expat
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
extensions
|
fix bug 65552, integrating ftp authentication with single signon, r=neeti
|
1999-11-10 03:37:35 +00:00 |
gc/boehm
|
added -assign flag, to assign blame to stack crawls.
|
1999-11-06 03:24:08 +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
|
remove #ifdef DEBUG_pavlov #define NOISY FONTS blah blah r=paulmac,mcafee
|
1999-11-10 07:31:01 +00:00 |
grendel
|
updated license boilerplate
|
1999-11-02 01:51:54 +00:00 |
htmlparser
|
Fix warnings for partially bracketed initializers. r=rickg a=chofmann
|
1999-11-10 23:47:37 +00:00 |
include
|
Oops. Wrapping that in a ifdef until a proper fix is determined
|
1999-11-10 00:59:30 +00:00 |
intl
|
fix 17409. rewrite the Notify method to take care random order of HTTP-EQUIV or CONTENT. performance enhance the code. keep the old code in the #else of #if 1 statement for now. r=nhotta
|
1999-11-10 05:55:58 +00:00 |
java
|
17316
|
1999-11-10 00:27:00 +00:00 |
jpeg
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
js
|
Bug 18408. Use 'ObjectAt()' rather than 'Peek()', which looks at the
|
1999-11-10 21:59:05 +00:00 |
js2/semantics
|
Removed distribution restrictions because this is part of the language spec
|
1999-11-03 03:59:31 +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
|
Change the GetRelativedWindowCoordinate to return the botton of the cursor, instead of the top of the cursor. We need this to make Mac IME candidcate window popup in a more reasonable place. author=sfraser. r=ftang
|
1999-11-10 23:47:56 +00:00 |
lib
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
mailnews
|
Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only).
Fix for bug 13261, use constants instead of numerical.
Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682)
|
1999-11-10 23:47:59 +00:00 |
modules
|
a=sdagley. Move over to new timing macros...
|
1999-11-10 03:41:09 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
nav-java
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
netwerk
|
fix bug 65552, integrating ftp authentication with single signon, r=valeski
|
1999-11-10 03:39:33 +00:00 |
network
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
nsprpub
|
Fix to larryh's earlier checkin to implement bug #17558. Previous fix from bad diff would always result in an error trying to create a file that already existed (should only be an error in certain cases). r=sfraser
|
1999-11-05 01:18:07 +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 warnings for partially bracketed initializers. r=rickg a=chofmann
|
1999-11-10 23:47:37 +00:00 |
plugin/oji/MRJ
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +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
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
rdf
|
Bug 18102. Consolidate element map, command dispatcher, and broadcaster hookup into AddSubtreeToDocument(). Fixes over-eager hookup of broadcast listeners into unresolved overlay elements, which left a dangling pointer. r=saari, a=chofmann
|
1999-11-08 19:07:13 +00:00 |
README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +00:00 |
silentdl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
string/obsolete
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
suite
|
fixing for bug 16221
|
1999-11-09 23:02:51 +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
|
clobber builds should be making realclean
|
1999-11-10 20:15:32 +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
|
(not part of the seamonkey build...yet!)
|
1999-11-10 06:24:40 +00:00 |
view
|
update just a touch more when resizing views. bug=17574, r=pavlov, a=chofmann
|
1999-11-08 04:06:59 +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
|
a=sdagley. Move over to new timing macros...
|
1999-11-10 03:41:09 +00:00 |
webtools
|
Turns out string fields should all be declared as "binary" if we want
|
1999-11-09 18:12:43 +00:00 |
widget
|
fix bug 17710, 12253, 18286. r=erik. hide the mIMEIsComposition into HandlStart/EndComposition method. +1 for size checking. remove startCompostion after we receive result. Add StartComposition if we have not start composition
|
1999-11-10 23:43:46 +00:00 |
xpcom
|
NS_WARN_IF_FALSE now by default puts the windows messagebox up on a tripped warning condition. Before it relied on the developer having an environment variable set. r=pink a=sdagley
|
1999-11-10 04:32:33 +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
|
Ignore new name of binary. r=pavlov
|
1999-11-10 08:03:06 +00:00 |
xpinstall
|
fixed a misplaced '-' . a=chofmann
|
1999-11-10 00:34:48 +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
|
I'm in complete awe as to how the unix tinderboxen haven't broken because of this....when I did a clobber build, nsCookie.cpp & mailnews/* started complaining about a missing rosetta.h.
|
1999-11-10 02:30:47 +00:00 |
client.mak
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
client.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
configure
|
Automated update
|
1999-11-09 23:31:43 +00:00 |
configure.in
|
Moved the handling of extensions into configure.in.
|
1999-11-09 23:30:32 +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
|
I'm in complete awe as to how the unix tinderboxen haven't broken because of this....when I did a clobber build, nsCookie.cpp & mailnews/* started complaining about a missing rosetta.h.
|
1999-11-10 02:30:47 +00:00 |
makefile.win
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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 |