README/mozilla
|
Just added a newline for test purposes
|
2000-08-04 04:49:05 +00:00 |
apache/gzip/src
|
…
|
|
build
|
Adding dist/bin/components to LIBRARY_PATH as part of fix for BeOS shared lib loading. Bug #51658. Thanks to Justin Morey <justin@68k.org> for the patch.
|
2000-09-07 04:50:48 +00:00 |
calendar
|
…
|
|
caps
|
bug 50304, adding "static" to security policy struct, should save some memory and time. r=rogerl
|
2000-09-07 19:03:23 +00:00 |
cck
|
Adding customized UserAgent String to the Browser all-ns.js
|
2000-08-30 01:26:39 +00:00 |
chrome
|
Use nsIDirectoryService instead of nsIFileLocations - bug #38626
r=hyatt
|
2000-09-07 13:06:28 +00:00 |
cmd
|
…
|
|
config
|
moving regchrome target into rules.mak so it'll work from anywhere
|
2000-09-07 12:06:38 +00:00 |
content
|
r=ben, same as prev checkin
|
2000-09-08 10:02:00 +00:00 |
db
|
…
|
|
dbm
|
…
|
|
directory
|
Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).
|
2000-09-06 01:25:19 +00:00 |
docshell
|
Fixes for bugs 45989, 50509, r=ben,jrgm"
|
2000-09-08 08:04:53 +00:00 |
dom
|
Fixing nsbeta3+ bug 45389. Adding support for window.location.assign('xxx');. r=nisheeth@netscape.com
|
2000-09-08 07:29:54 +00:00 |
editor
|
Refinements to make Composer context menus work and remove unused entities, b=43307, r=akkana
|
2000-09-08 01:45:06 +00:00 |
ef
|
…
|
|
embedding
|
Fixed a place where the DocShellTreeOwner was being deleted out from under itself...
|
2000-09-08 00:30:22 +00:00 |
expat
|
Some compilers don't like C++ comments in C files. Changing to C comments.
|
2000-08-30 01:35:07 +00:00 |
extensions
|
bug 51756, r=pinkerton, only pass in ONE 'security-button' DOM element
|
2000-09-07 23:36:06 +00:00 |
gc/boehm
|
compressed stack crawls
|
2000-09-07 02:59:36 +00:00 |
gconfig
|
…
|
|
gfx
|
Clip unicode text on WIN95 when a underline or strikeout font has been specified. Fixes underline too long problem on WIN95. bug 8322 r=attinasi@netscape.com
|
2000-09-07 03:20:05 +00:00 |
grendel
|
…
|
|
htmlparser
|
Fix cvs commit -m in script, so it can be run directly. Affects only the test, not part of the app. r=mcafee (actually, he suggested it)
|
2000-09-07 18:42:51 +00:00 |
include
|
Removing unused/obsolete files. Not part of build.
|
2000-09-01 02:30:52 +00:00 |
intl
|
General makefile cleaning for intl. Thanks to dbaron for pointing this out.
|
2000-09-07 02:38:55 +00:00 |
java
|
Add lib directory to -L line.
|
2000-08-24 23:03:34 +00:00 |
jpeg
|
…
|
|
js
|
Implement js_CompareAndSwap for GCC x86 (Linux, FreeBSD etc). This gives us fast thin locks on Linux. bug 20357 r=brendan a=brendan
|
2000-09-08 12:13:39 +00:00 |
js2
|
All JSValue constructors are explicit.
|
2000-09-08 01:16:03 +00:00 |
l10n
|
51193: Corrections and incorporationg first feedback from the ng. r=David 'Master_D' Krause (mostly), a=brendan.
|
2000-09-08 08:50:27 +00:00 |
layout
|
Tweak loadBindings call, provide hint to optimize possible style re-resolve in XBL, fix spot dbaron forgot. All 3 are r=ben
|
2000-09-08 10:01:18 +00:00 |
lib
|
GC_mark_object.
|
2000-09-02 04:08:24 +00:00 |
mailnews
|
49502: Add flags for View Source window to get scrollbars and be resizable
|
2000-09-08 08:32:43 +00:00 |
modules
|
warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren
|
2000-09-08 09:36:35 +00:00 |
msgsdk
|
…
|
|
mstone
|
…
|
|
netwerk
|
warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren
|
2000-09-08 09:36:35 +00:00 |
network/protocol/http
|
…
|
|
nsprpub
|
Bugzilla bug #30746: the primordial thread should wait for the timer
|
2000-09-01 18:26:28 +00:00 |
nunet
|
…
|
|
parser
|
Fix cvs commit -m in script, so it can be run directly. Affects only the test, not part of the app. r=mcafee (actually, he suggested it)
|
2000-09-07 18:42:51 +00:00 |
plugin/oji/MRJ
|
Fixes for bug #49510.
|
2000-08-26 05:37:43 +00:00 |
privacy
|
…
|
|
profile
|
51193: Corrections and incorporationg first feedback from the ng. r=David 'Master_D' Krause (mostly), a=brendan.
|
2000-09-08 08:50:27 +00:00 |
rdf
|
r=ben, same as prev checkin
|
2000-09-08 10:02:00 +00:00 |
security
|
ui and doc directories are now under psmdata
|
2000-09-08 02:04:05 +00:00 |
silentdl
|
…
|
|
string
|
A good place to hang the gcc fix, thanks dbaron!, and backing out previous failed fix ideas (|Concat|), r=dbaron
|
2000-09-04 05:00:25 +00:00 |
suite
|
…
|
|
sun-java
|
Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381
|
2000-07-27 21:56:07 +00:00 |
themes
|
#47441 - windows classic scrollbar color correction, r=ben
|
2000-09-08 08:22:19 +00:00 |
timer
|
…
|
|
tools
|
New weekly data: not part of build.
|
2000-09-07 21:55:24 +00:00 |
tripledb
|
…
|
|
uriloader
|
Bug #43556 --> register our nsIMIMEService implementation with a progid.
|
2000-09-08 00:17:34 +00:00 |
view
|
Revert back to old loop construct for dispatching events which is safer when the event destroys the current view bug 50335 r=attinasi@netscape.com
|
2000-08-31 02:31:17 +00:00 |
wallet
|
…
|
|
webshell
|
This was tested on win32, and is known to build on win32 and solaris.
|
2000-09-05 19:03:56 +00:00 |
webtools
|
Fix for bug 51519: Links to index are too specific. Patch by
|
2000-09-07 06:31:12 +00:00 |
widget
|
remove nsFileWidget.cpp, replaced by nsFilePicker.cpp
|
2000-09-07 23:11:36 +00:00 |
xpcom
|
Bug 46772. Added nsIDirectoryService::UnregisterProvider
|
2000-09-08 04:57:33 +00:00 |
xpfc
|
…
|
|
xpfe
|
#46015 - reload keyboard accelerator, r=ben
|
2000-09-08 08:49:57 +00:00 |
xpinstall
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
adding GARBAGE_DIRS variable for clobbers... so we can have core directories
|
2000-08-30 01:15:32 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
removing makefile that is no longer in the tree
|
2000-09-01 07:55:20 +00:00 |
client.mak
|
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
|
2000-09-07 09:34:29 +00:00 |
client.mk
|
…
|
|
configure
|
Automated update
|
2000-09-01 21:30:08 +00:00 |
configure.in
|
Every MKSHLIB_FORCE_ALL needs a MKSHLIB_UNFORCE_ALL. Should fix freebsd 2.2 bustage.
|
2000-09-01 21:16:36 +00:00 |
makefile.win
|
moving regchrome target into rules.mak so it'll work from anywhere
|
2000-09-07 12:06:38 +00:00 |
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|