README
Adding newline, testing
2000-12-14 15:53:14 +00:00
accessible
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
apache/gzip /src
…
build
Add build options for all the extensions. This ensures that restarting a build after extensions builds the jar files for the extensions. r=sfraser.
2001-05-18 13:28:22 +00:00
calendar
…
caps
Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst.
2001-05-19 00:33:51 +00:00
cck
Bug 77445:CCK product name/version to conform with that of client (r=bobj)
2001-05-21 22:00:16 +00:00
chrome
bug 76512 r=pchen sr=hyatt
2001-05-17 02:31:28 +00:00
cmd
…
config
Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
2001-05-22 07:52:30 +00:00
content
Changed to avoid escaping '%' in URI, bug 81238, r=cmanske, sr=jst.
2001-05-23 00:13:23 +00:00
db
fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer
2001-05-09 13:34:08 +00:00
dbm
OS/2 TB break
2001-03-14 04:11:42 +00:00
directory
Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
2001-05-17 06:26:35 +00:00
docshell
adding pane/frameset/frame/iframe navigation
2001-05-22 23:52:17 +00:00
dom
Backing out dbaron's last change for bug 42321 which prevented mozilla from running the JS GC when going from page to page, this caused bugscape blocker bug 5073. r/sr=vidur&rpotts
2001-05-23 00:15:54 +00:00
editor
Fix bug 82139; ensure that Find-related items get disabled when in view source mode. r=brade, sr=kin
2001-05-23 00:23:03 +00:00
ef
…
embedding
Removed nsIDocShellTreeOwner impl in control's chrome object because it was causing clicked links to open in new window. Cleaned up web browser creation and initialisation. b=82116 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-05-22 21:31:01 +00:00
expat
Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst
2001-03-10 07:27:16 +00:00
extensions
Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
2001-05-22 07:52:30 +00:00
gc /boehm
[not part of build] "fixes" the stack during GC initialization, so later stack crawls won't crash.
2001-02-27 01:09:44 +00:00
gconfig
…
gfx
#78655
2001-05-22 23:13:23 +00:00
gfx2
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
grendel
Now have all bundle resources being properly copied, including icons and needed libraries. jrg...
2001-04-08 09:58:35 +00:00
htmlparser
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
include
For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av
2001-04-03 21:29:48 +00:00
intl
Bug 7=81786:
2001-05-23 00:12:51 +00:00
java
Bug=46725
2001-05-23 01:12:49 +00:00
jpeg
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
js
fix bug 82220. enumeration of Components.interfaces should only include scriptable interfaces. r=vidur sr=jst
2001-05-23 00:12:04 +00:00
js2
Big switchover to Algol-style semantics
2001-04-12 04:33:39 +00:00
l10n
Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst
2001-05-02 04:45:21 +00:00
layout
Add regression tests for bugs 4831, 59200, and 69960. Not part of the build.
2001-05-23 00:33:07 +00:00
lib
differences in the linker between MW and gcc cause us to use ifdefs to prune instead of dead-stripping. r=saari/sr=hyatt. bug# 75653.
2001-04-15 06:44:58 +00:00
mailnews
Back up checkin for 79555 and 80127
2001-05-23 00:50:58 +00:00
modules
Back up checkin for 79555 and 80127
2001-05-23 00:50:58 +00:00
mozilla
new project started
2001-04-03 22:13:38 +00:00
msgsdk
…
mstone
http stuff
2000-05-10 23:20:05 +00:00
netwerk
Fixes bug 81125 "shift reload doesn't work" r=gagan sr=dougt
2001-05-23 00:11:43 +00:00
network/protocol /http
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
nsprpub
Bugzilla bug #77109 : fixed NSPR library memory leaks on Mac. Patch is
2001-05-22 23:34:54 +00:00
nunet
…
parser
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
plugin/oji /MRJ
Updating OnData API. (fixing build bustage)
2001-05-23 00:36:29 +00:00
privacy
…
profile
I have only one thing to say:
2001-05-22 03:25:20 +00:00
rdf
bug 76512 r=pchen sr=hyatt
2001-05-17 02:31:28 +00:00
security
fix for 64128 - edit builtin certs.
2001-05-22 23:02:49 +00:00
silentdl
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
string
ok, but make this local bustage fix into a global one
2001-05-22 08:43:30 +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
backing out edburns's removal of necessary typedefs
2001-04-03 23:29:26 +00:00
themes
CSS for fixing editor pref dialog layout to reduce height (again!), b=77517, r=mjudge, sr=hewitt, a=beppe
2001-05-22 21:17:15 +00:00
timer
…
tools
Adding 586 case
2001-05-19 07:20:26 +00:00
tripledb
…
uriloader
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
view
add support for context menu key. use focussed element as the target, not the mouse coordinates. r=roc,dean_tessman@hotmail.com/sr=hyatt. bug#74410, 36665.
2001-05-17 18:37:50 +00:00
wallet
…
webshell
fix for 80059 (copy link location, etc. broken on mac & windows -- missing nsIClipboardHelper in nsSetupRegistry). r=pinkerton, sr=jst
2001-05-22 01:41:08 +00:00
webtools
Started work on fleshing out the user components. This is still work in progress.
2001-05-14 06:45:08 +00:00
widget
#78655
2001-05-22 23:13:23 +00:00
xpcom
Bug 73095 - Create() needs to set mTargetSpec on completion. r=scc@mozilla.org/sr=sfraser
2001-05-22 21:38:21 +00:00
xpfc
…
xpfe
bug #82208 : sr=sfraser, r=dbaron. Treat entries of |mIgnorePrefixes| consistently, dont' leak |mIgnorePrefixes|, don't |new NS_LITERAL_STRING|. Filed bug #82277 for further cleanup.
2001-05-23 01:11:30 +00:00
xpinstall
fixing bug 80838 - Install must delete component.reg and xpti.dat on upgrade. r=sgehani, sr=mscott.
2001-05-23 00:15:55 +00:00
.cvsignore
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
2000-03-23 23:29:16 +00:00
LEGAL
…
LICENSE
…
Makefile.in
bug 76050, build js/jsd after xpidl. r=cls
2001-05-15 20:42:29 +00:00
aclocal.m4
Update build to use nspr.m4.
2001-04-07 04:34:53 +00:00
allmakefiles.sh
bug 76050, add venkman and jsd makefiles. r=cls
2001-05-15 20:48:23 +00:00
client.mak
set MOZ_NSS_AUTOCONF to use the NSS_CLIENT_BRANCH (autoconf)
2001-05-05 10:00:02 +00:00
client.mk
Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS.
2001-05-16 11:16:08 +00:00
configure
Automated update
2001-05-22 07:59:45 +00:00
configure.in
Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
2001-05-22 07:52:30 +00:00
embed.mak
NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668
2001-02-23 12:54:24 +00:00
embed.mk
NOT PART OF BUILD. Updated Unix/Linux embedding makefile to work once more. Changed target modules for recent layout/content split. b=68668
2001-02-21 12:27:11 +00:00
makefile.win
security needs to be built after layout now due to idl issues
2001-05-02 05:03:41 +00:00
mozilla.kdevprj
new project started
2001-04-03 22:13:38 +00:00
mozilla.lsm
new project started
2001-04-03 22:13:38 +00:00
nglayout.mac
…
nglayout.mk
…
trex.mak
…
trex.mk
…