dprice%netscape.com
a8b13dfdaf
fix 42433 r=dveditz sr=mscott
...
File.DirCreate now returns success if dir already exists
2001-10-23 22:35:11 +00:00
pschwartau%netscape.com
2038a67a11
Initial add. Test for regexps with global flag set.
2001-10-23 22:29:01 +00:00
wtc%netscape.com
8ee8f1da9a
DBM (mcom_db.h) is no longer testing for the HAVE_COMPAT_H macro.
2001-10-23 22:24:34 +00:00
bienvenu%netscape.com
117d30a96b
some front end for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:22:32 +00:00
bienvenu%netscape.com
222778353d
some front end for label filters r=naving, sr=sspitzer 106067
2001-10-23 22:21:38 +00:00
bzbarsky%mit.edu
f000efd3cd
Make setting body.style.background invalidate the whole canvas so the
...
background is repainted correctly. r=kmcclusk@netscape.com , sr=attinasi
2001-10-23 22:08:30 +00:00
alecf%netscape.com
d0084a3497
NS_LITERAL_STRING cruft that's needed for 100214, got left over from dougt's patch
2001-10-23 22:07:29 +00:00
bienvenu%netscape.com
77a5c868e6
add backend support for filter labels r=ssu, sr=sspitzer 106067
2001-10-23 22:07:24 +00:00
bienvenu%netscape.com
c2a4c287eb
add backend support for labels r=ssu, sr=sspitzer 106067
2001-10-23 22:06:03 +00:00
wtc%netscape.com
c9bcf1c9ee
Bugzilla bug 105173: test the compiler-defined __SVR4 macro instead of
...
SVR4 for Solaris.
Modified Files:
include/mcom_db.h include/ncompat.h src/memmove.c
2001-10-23 22:05:06 +00:00
bienvenu%netscape.com
9e9ce03f2f
add label type r=ssu, sr=sspitzer 106067
2001-10-23 22:04:03 +00:00
pschwartau%netscape.com
2037b0f3a9
More accurate comment.
2001-10-23 19:28:40 +00:00
pschwartau%netscape.com
14ccb6f3c6
Correcting an error in comments.
2001-10-23 19:12:42 +00:00
pschwartau%netscape.com
e72a959d86
Minor changes in style.
2001-10-23 17:39:31 +00:00
shrutiv%netscape.com
9e5fb8df17
Changing flag parameter from int to boolean (r=tao)
2001-10-23 17:11:52 +00:00
relyea%netscape.com
c29d912557
We lookup C_Initialize for non-db functions, not dbOnly functions (this should
...
get tokens working again.
2001-10-23 16:54:58 +00:00
shrutiv%netscape.com
7462a04451
Fix for bug 105588: linux installer cores if the config is cloned from
...
window's (r=tao)
2001-10-23 16:49:12 +00:00
bbaetz%cs.mcgill.ca
afa66d34ff
Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
...
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists,
tooltips, duplicates, and everywhere else I could see which checked group
bugs.groupset == 0.
Also fxed bug 101560, by clearing BASH_ENV
r=myk,justdave
2001-10-23 15:44:53 +00:00
bzbarsky%mit.edu
acf39ade53
Convert nsXMLProcessingInstruction::GetAttrValue to iterators. Bug
...
106163, r=jag, sr=jst
2001-10-23 15:32:52 +00:00
jake%acutex.net
d6397d0d5a
Bug 63249 - The Bug Counts report was running very slowly due to unneeded fields/joins in the SQL query.
...
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org , jake@acutex.net
2001-10-23 14:45:45 +00:00
locka%iol.ie
65b2e3be11
NOT PART OF BUILD. Removed implementation of the "new" Moz plugin APIs in favour of the NS API
2001-10-23 12:41:56 +00:00
locka%iol.ie
ffb594aa4f
NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin
2001-10-23 12:39:46 +00:00
locka%iol.ie
b8b8561365
NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin
2001-10-23 11:50:22 +00:00
locka%iol.ie
ab97202936
Disable ActiveX control registration during build by default. sr=kin@netscape.com b=105285
2001-10-23 11:39:06 +00:00
pavlov%netscape.com
9f4da50474
fixing windows build bustage
2001-10-23 08:38:14 +00:00
leaf%mozilla.org
d9c709381d
Automated update
2001-10-23 08:28:16 +00:00
cls%seawood.org
735c8bbf6c
Since the purpose of --enable-ultrasparc is to just flip on the ultrasparc-specific js compare & swap code, move the asflags/defines to turn it on back into js/src/Makefile.in rather than causing the entire project to be built with those flags.
2001-10-23 08:17:16 +00:00
seawood%netscape.com
6c7f955543
Add PR_CALLBACK to declaration of PLDHashTableEnumeratorImpl::Enumerator as well.
2001-10-23 08:09:56 +00:00
pavlov%netscape.com
09e2680121
fixing bug 106199. r=ben sr=hyatt
2001-10-23 08:07:03 +00:00
hyatt%netscape.com
b256385db3
Someone didn't convert GetBoolPref in this file, sigh. r=pav, sr=hewitt
2001-10-23 07:35:02 +00:00
axel%pike.org
f617df67b4
bug 104042, fix leaks in main (ifstream) and UnionExpr::evaluate (adding a null check and some iteratorlove, too), r=sicking@bigfoot.com,peterv, sr=jst
2001-10-23 07:34:27 +00:00
axel%pike.org
e039d54a3e
bug 104042, plug leaks in variable code and import frames. checking in for sicking@bigfoot.com, r=me, peterv, sr=jst.
2001-10-23 07:32:19 +00:00
seawood%netscape.com
4bc5b8f8e8
Declare PLDHashTableEnumeratorImpl::Enumerator as a callback function.
...
Blind fix for OS/2 bustage
2001-10-23 06:52:07 +00:00
seawood%netscape.com
144d900287
Spit out error if given -d without argument.
...
Bug #74067
2001-10-23 06:25:59 +00:00
kaie%netscape.com
f2dd5922e1
b=79153 r=javi sr=blizzard
...
Crypto key generation feedback, prevent crash, cleanup code, add a call from second code path.
2001-10-23 06:11:57 +00:00
curt%scruznet.com
a9e3165363
Enables Okay button so dialog can be closed.
...
Fixes bug #53224 .
2001-10-23 06:00:37 +00:00
curt%scruznet.com
f40151f6e4
Enables the pause button. Fixes bug #84595 .
2001-10-23 05:49:20 +00:00
hewitt%netscape.com
6a53a80197
106178 - need a 'plain' class for removing all margin/border/padding, r=blake, sr=hyatt
2001-10-23 05:23:43 +00:00
dougt%netscape.com
220f65a002
backing out changes to 104172. r=ccarlen@netscape.com
2001-10-23 03:50:24 +00:00
waterson%netscape.com
98d5d5626a
Fix egcs-1.1.2.
2001-10-23 03:44:09 +00:00
waterson%netscape.com
03921de7df
Need a tab, not a space.
2001-10-23 03:12:28 +00:00
seawood%netscape.com
29e1dd08ee
Convert MyService test component into an "generic" module
...
Bug #71601 r=dougt
2001-10-23 02:56:35 +00:00
waterson%netscape.com
5ad3c54b5f
Bug 26104. Move broadcaster maintenance out of XUL element and into the document. r=shaver, sr=hyatt
2001-10-23 02:44:44 +00:00
gerv%gerv.net
a1f894b8f7
Bug 101431 - making chromelist.txt happen again. Enable it on Unix, and add it to the relevant packaging manifests. r=cls.
2001-10-23 02:40:24 +00:00
dougt%netscape.com
93b3fbc25e
removing nslayout from MANIFEST
2001-10-23 02:28:29 +00:00
neeti%netscape.com
c5f68f5eb7
fix for bug 96461 - using PLDHash for ComponentManager,r=shaver@mozilla.org, sr=brendan@mozilla.org
2001-10-23 02:28:12 +00:00
sspitzer%netscape.com
4ea6a37788
fix for #106165 . fix js warning when psm not built or installed. r/sr=bienvenu
2001-10-23 02:11:08 +00:00
waterson%netscape.com
c0443a1f01
moving Mac OS X mach-o packaging to trunk.
2001-10-23 02:02:57 +00:00
roc+%cs.cmu.edu
a91280e360
Bug 73382. Add important documentation comment. r=kmcclusk,rs=attinasi
2001-10-23 01:37:29 +00:00
dougt%netscape.com
5fe12c09e7
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00