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
samuel%sieb.net 6f4b732a89 Bug 128316 - xml-rpc can't create struct type
r=rginda rs=darin a=asa
2002-03-26 07:09:26 +00:00
accessible Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc. 2002-03-24 22:38:21 +00:00
apache/gzip/src
build enable packaging of xul prefs into embed.jar and build changes to do it on mac. r=ccarlen/sr=scc/a=asa bug#128924. 2002-03-19 22:06:12 +00:00
calendar added hover & down on the all day events 2002-03-25 16:00:19 +00:00
caps A bunch of fixes in caps: 2002-03-20 05:53:46 +00:00
cck ability to install Calendar XPI as third party module - fixes bug 12744 2002-03-25 23:37:45 +00:00
chrome b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
cmd/xfe/src
config backing myself out. for whatever reason, this change seems to turn *on* the 2002-03-26 03:17:39 +00:00
content Backing out the change to nsDocumentviewer in Bug #70030 to see if it effects page load performance 2002-03-26 05:01:49 +00:00
db #132474 2002-03-26 03:08:13 +00:00
dbm Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
directory Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-26 02:51:27 +00:00
docshell Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:42:00 +00:00
dom Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc. 2002-03-24 22:38:21 +00:00
editor bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa 2002-03-26 01:13:39 +00:00
ef Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
embedding NOT BUILT. Fix some typos in a QA document. b=130498 2002-03-25 13:50:39 +00:00
expat
extensions Bug 128316 - xml-rpc can't create struct type 2002-03-26 07:09:26 +00:00
gc/boehm Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
gconfig
gfx bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa 2002-03-25 23:57:40 +00:00
gfx2 130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org 2002-03-21 23:43:21 +00:00
grendel
htmlparser fix for bug 132681 2002-03-24 17:16:44 +00:00
include
intl Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:42:00 +00:00
java
jpeg
js fix linux static build installer. bug 128507, bug 130995, bug 130998 r=seawood sr=dveditz a=asa (verbal) 2002-03-26 00:53:30 +00:00
js2 Added nyi() etc. 2002-03-25 23:34:02 +00:00
l10n Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
layout Fixing ussage of codebase attribute and Java applets loading, bug 130605 patch by adu@sparc.spb.su (Denis Antrushin) r=peterl, sr=beard, a=asa 2002-03-26 06:42:10 +00:00
lib Bug 132106 - Put code into PPEmbed to support XUL preferences dialog. r=pink/sr=beard/a=asa 2002-03-22 15:52:22 +00:00
mailnews fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
modules fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
mozilla
msgsdk
mstone
netwerk fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
nsprpub Bugzilla bug 132812: handle the EINTR error from sendfilev(). 2002-03-22 16:21:57 +00:00
nunet
other-licenses Patch from Mostafa that fixes Win32 truncation problem. 2002-03-19 14:20:54 +00:00
parser fix for bug 132681 2002-03-24 17:16:44 +00:00
plugin/oji [Not part of build] Bumped version to 1.0b2. 2002-03-13 23:45:40 +00:00
privacy
profile Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
rdf Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
README
security Fix 130522: ASN.1 decoder asserts with corrupt input. 2002-03-26 01:13:23 +00:00
silentdl
string Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 02:28:08 +00:00
suite
sun-java
themes Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers 2002-03-23 12:14:51 +00:00
timer
tools MacOSX name, compiler settings. 2002-03-25 20:25:15 +00:00
uriloader fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
view Fixing bustage. In time, the C++ standards committee will pay for their crimes. 2002-03-19 04:32:01 +00:00
webshell 131277: change signature of outputToString to return the string. r=jfrancis sr=sfraser a=asa 2002-03-25 22:39:19 +00:00
webtools Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product. 2002-03-26 02:53:39 +00:00
widget Fix #133319 - Passing NULL for clientData parameter for NavServices dialogs not a good idea since it's supposed to be self. r=bnesse, a=smoketestblocker 2002-03-25 20:49:06 +00:00
xpcom Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 02:28:08 +00:00
xpfe fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
xpinstall fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte 2002-03-26 06:54:07 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh adding the interface info extensions to the list of possible extensions. Also adding the proxy part of the xmlextras to the list of makefiles. These new modules are NOT PART OF THE BUILD 2002-03-24 19:01:50 +00:00
client.mak
client.mk
configure Automated update 2002-03-24 19:11:38 +00:00
configure.in adding the interface info extensions to the list of possible extensions. Also adding the proxy part of the xmlextras to the list of makefiles. These new modules are NOT PART OF THE BUILD 2002-03-24 19:01:50 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in Move extensions to a separate build tier. 2002-03-19 22:30:48 +00:00
makefile.win
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt
trex.mak
trex.mk

======================================================

                  Mozilla Read Me

======================================================

This is a placeholder file which should be replaced with readme information
for each release.