README
Testing cvs upgrade
2001-12-01 04:34:21 +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
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
config
fix official gmake on windows builds; use check for null value instead of
2002-03-26 22:17:58 +00:00
content
Checking in heikkki@netscape.com's fix for bug 93218, making the XML content sink process HTTP headers. r=harishd@netscape.com, sr=darin@netscape.com, a=dbaron@fas.harvard.edu
2002-03-27 06:19:14 +00:00
db
At least I only broke us - forgot include
2002-03-26 13:04:48 +00:00
dbm
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
directory
add .fast-update
2002-03-26 22:17:48 +00:00
docshell
Handle errors better from DocShell loading (fixes a crash) (bug 132023), r=sicking@bigfoot.com, sr=darin@netscape.com, a=asa
2002-03-27 05:45:17 +00:00
dom
Fixing bug 132904. Making window.clearTimeout() and .clearInterval() callable with no argument and with an undefined argument for backwards compatibility. r=sicking@bigfoot.com, sr=jband@netscape.com, a=dbaron@fas.harvard.edu
2002-03-27 00:55:57 +00:00
editor
Fixed publish dialog ui, b=130721, r=brade, sr=hewitt, a=asa
2002-03-27 03:52:37 +00:00
ef
Bug 106386 rid source of misspellings
2002-03-19 04:30:17 +00:00
embedding
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
expat
Crasher - Expat parser's XML_ParseBuffer wasn't aware of the BLOCKING mechansim and hence failed to update the buffer position ( bufferPtr ). The fix would update bufferPtr such that when the expat parser gets upblocked we'd resume from the point we stopped. b=123475, r=rbs@maths.uq.edu.au, sr=jst
2002-02-19 02:01:18 +00:00
extensions
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
gc /boehm
Bug 106386 rid source of misspellings
2002-03-19 04:30:17 +00:00
gconfig
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
gfx
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +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
Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg
2002-02-12 06:22:41 +00:00
htmlparser
With nested forms we used to match /FORM to its opening FORM ( though the inner FORM was ignored ). However, IE seems to close the outer FORM when it encounters /FORM. Replicating IE's behavior and also solves a serious form submission problem. b=128521, r=heikki, sr=jst a=dbaron
2002-03-26 23:08:30 +00:00
include
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
intl
fix bug 130441 and 122584
2002-03-27 03:28:34 +00:00
java
bug: 119680
2002-01-14 18:04:48 +00:00
jpeg
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
js
Bug 133412: Changes to allow for upgrading to CodeWarrior Pro 7.2 tools -- depending on the tools version, remove the clamp on the optimization level, since the optimizer bug is fixed. r=sdagley, sr=scc, a=asa
2002-03-27 04:10:46 +00:00
js2
Added nyi() etc.
2002-03-25 23:34:02 +00:00
l10n
Update .cvsignore to ignore generated Makefiles.
2002-03-26 15:42:05 +00:00
layout
Remove "layout.forms.use_standard_or_quirks" pref and the old quirks-mode form control code that it enabled. (See bug 91602.) b=131452 r=rods sr=attinasi a=asa
2002-03-27 06:13:32 +00:00
lib
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
mailnews
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
modules
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
mozilla
…
msgsdk
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
mstone
…
netwerk
Bug 131407 - wrong dates from windows ftp servers
2002-03-27 05:43:49 +00:00
nsprpub
Changes required to build and debug with CodeWarrior Pro 7.2 and Universal Headers 3.4.1. r=wtc
2002-03-27 04:17:20 +00:00
nunet
…
other-licenses
Patch from Mostafa that fixes Win32 truncation problem.
2002-03-19 14:20:54 +00:00
parser
With nested forms we used to match /FORM to its opening FORM ( though the inner FORM was ignored ). However, IE seems to close the outer FORM when it encounters /FORM. Replicating IE's behavior and also solves a serious form submission problem. b=128521, r=heikki, sr=jst a=dbaron
2002-03-26 23:08:30 +00:00
plugin /oji
[not part of build] Fix for bug 132564. Must call SizeJavaControl before reseting control clipping. r=sdagley, sr=beard.
2002-03-26 22:20:23 +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
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
security
Call NSS_Shudown in modutil
2002-03-27 05:02:58 +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
Landing the rest of the win32 gmake changes:
2001-12-18 09:14:29 +00:00
themes
Images and CSS for Publish Progress dialog, b=120124, r=brade, sr=hewitt, a=asa
2002-03-27 03:40:19 +00:00
timer
…
tools
Bug 77549 leaky.h and leaky.cpp disagree on definition of ::new
2002-03-27 03:25:19 +00:00
uriloader
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
2002-03-26 23:33:19 +00:00
view
Add SetVisibility method to Scroll Views
2002-03-27 02:56:27 +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
Bug 133200 - mass change removes dependancies. r=afranke, justdave
2002-03-26 13:15:16 +00:00
widget
Fix Mach-O static build. Bug 127186. r=cls, sr=scc, a=dbaron
2002-03-27 03:15:58 +00:00
xpcom
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
xpfe
Remove xp_core.h & xp_mem.h and all build references to them.
2002-03-27 06:02:39 +00:00
xpinstall
Comments about newly supported ATTRIBUTES.
2002-03-27 05:26:45 +00:00
.cvsignore
…
LEGAL
…
LICENSE
…
Makefile.in
Move extensions to a separate build tier.
2002-03-19 22:30:48 +00:00
README.txt
Placeholder readme file.
2002-01-25 05:39:27 +00:00
aclocal.m4
bug 116148, include freetype2.m4 for testing for FreeType2
2002-01-09 14:35:21 +00:00
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
b=116334 NSS 3.4 landing
2002-02-06 13:31:07 +00:00
client.mk
Fix eternal fast-update failure if security fails once.
2002-02-26 08:35:38 +00:00
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
removing widget/timer from embed makefiles
2001-12-16 09:27:41 +00:00
embed.mk
removing widget/timer from embed makefiles
2001-12-16 09:27:41 +00:00
makefile.win
Adds readme and license file to install. (Bug #Bug #15901 ).
2002-01-25 05:42:47 +00:00
mozilla.kdevprj
…
mozilla.lsm
…
nglayout.mac
…
nglayout.mk
…
trex.mak
…
trex.mk
…