Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
2000-06-22 03:13:08 +00:00
apache/gzip/src
build Bug #38374 --> more updates for external helper application support. 2000-06-21 01:16:32 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps Part of fix for 38117, prevent scripts from running event handlers on windows from other domains. r:mstoltz 2000-06-21 00:21:50 +00:00
cck *** empty log message *** 2000-06-21 21:17:44 +00:00
chrome check for null. 2000-06-21 02:29:08 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config #40177 2000-06-21 00:54:56 +00:00
content Bug 23571: Send an onchange event when a checkbox is (un)checked r=harishd 2000-06-22 02:46:53 +00:00
db General cleanup of the shared library rules. 2000-04-23 17:48:04 +00:00
dbm More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
directory made bindname an attribute of nsILDAPConnection. folded all remaining code from ldapSearch.cpp into various parts of nsLDAPChannel in preparation for pushing threading down out of nsLDAPChannel and into the core SDK wrapper classes (nsILDAP{Connection,Operation,Message}). added an (as-yet unimplemented) toString method to nsILDAPMessage; some of the code in nsLDAPChannel should eventually move there. a=r=(notbuilt) 2000-06-21 04:44:58 +00:00
docshell Changed to apply UTF-8 to UCS2 conversion before assigning the string to nsString, bug 42873, r=cata. 2000-06-21 23:26:36 +00:00
dom Fixing bug 15555. r=danm. 2000-06-22 01:39:40 +00:00
editor Changes to <tree> usage for lists to conform to new XUL requiring <treecolgroup>. b=30511, r=bryner. Table editing xul/js work for bug 20973, r=jfrancis 2000-06-22 03:13:08 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Moving persistence-related methods from nsIXULWindow to 2000-06-21 22:05:28 +00:00
expat Fix "comparison between signed and unsigned" build warning. 2000-04-26 14:25:47 +00:00
extensions tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +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 New interface definition for printer options. a=KMcCluskey 2000-06-21 22:21:34 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Fix bug 2000-06-21 20:50:00 +00:00
include bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
intl Back out my previous change because the test failed on Linux. 2000-06-22 00:54:43 +00:00
java fix for bug=43290 2000-06-21 12:20:08 +00:00
jpeg OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
js JSClass support. 2000-06-21 23:58:17 +00:00
js2 JSClass support. 2000-06-21 23:58:17 +00:00
l10n Use MOZ_LANGPACKS to control whether to build subdirs. 2000-06-22 02:52:03 +00:00
layout Bug 41585: Don't chop of query string when POSTing forms, only when GETting them r=harishd 2000-06-22 02:49:01 +00:00
lib bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
mailnews fix for #38027 - temporarily workaround broken html:selects by using a menulist and a hidden input 2000-06-22 01:20:25 +00:00
modules Addressing #23667 patch by sean@beatnik.com, r=av, a=brendan 2000-06-21 22:57:17 +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 Part fix for bug 35956. HTTP now has an API to turn off automatic gunziping. r=rjc 2000-06-21 23:18:12 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub BugZilla: 43337. PR_GetPeerName() asserts on NT 2000-06-22 00:39:09 +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 bug 2000-06-21 20:50:00 +00:00
plugin/oji/MRJ Fixed nsIMemory implementation. 2000-06-03 16:31:16 +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 Bug #38374 --> more updates for external helper application support. 2000-06-21 01:16:32 +00:00
rdf Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst 2000-06-21 23:56:52 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
security Fix unicode conversion for win32 so that p12 export/import works again. 2000-06-22 01:28:03 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string fix for commercial bustage on Mac (adding |operator const CharT*() const| to |basic_nsLiteralString|). fix for blizzards linux changes needing working |Substring|. r=beard,syd 2000-06-21 05:13:10 +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 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
themes [classic skin] file organisation tango (share securityOverlay betw. platforms, fix classic skin startup failure by telling css file to get icons from right place) 2000-06-22 01:34:06 +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 Initial version. Bug #43357 2000-06-22 00:52:57 +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 #38374 --> fix refcounting problem on the application field 2000-06-21 20:38:52 +00:00
view Removed clipwidget used by ender-lite widgets. b=35740 r=rods@netscape.com 2000-06-16 22:11:43 +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 Changed to apply UTF-8 to UCS2 conversion before assigning the string to nsString, bug 42873, r=cata. 2000-06-21 23:26:36 +00:00
webtools Checkin for Bug 42851 'Use listbox with input for CC management on bug form' 2000-06-21 19:03:45 +00:00
widget tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
xpcom Hoist loop invariant. 2000-06-21 18:03:34 +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 Adding PSM menu item to debug menu, localizing Composer test page menu (31521). r=matt, cmanske 2000-06-22 01:56:43 +00:00
xpinstall Fix for nsbeta2+ bug #40783 r=ssu 2000-06-21 13:43:37 +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 Bug #38374 --> more updates for external helper application support. 2000-06-21 01:16:32 +00:00
client.mak pull the LDAP C SDK code by default (it's on a branch). a=r=leaf@mozilla.org 2000-06-16 21:20:18 +00:00
client.mk Use $(wildcard..) to make certain configure dependencies optional. Bug #42211 2000-06-14 03:51:17 +00:00
configure Automated update 2000-06-16 14:45:09 +00:00
configure.in # 40177 2000-06-16 14:31:03 +00:00
LEGAL
LICENSE
Makefile.in Make the distclean target work as advertised. Bug #42167 2000-06-12 23:02:14 +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