Commit Graph

75541 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
6a1cef6f9a Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
cls%seawood.org
5acc9729dd Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads. 2001-01-27 22:57:59 +00:00
cls%seawood.org
ef94d9c12b Landing the following HPUX changes from the client branch:
1.18.19 - 1.18.2.22

Bring hpux section inline with HPUX.mk

Do not add +DA & +DS flags to CFLAGS until we figure out exactly how user define
d CFLAGS are supposed to interact with those.

Bug 58804
2001-01-27 22:55:12 +00:00
cls%seawood.org
bf562c2475 Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads. 2001-01-27 22:47:16 +00:00
sspitzer%netscape.com
f6bd43f5f5 fix #66789. don't display the quoted '.'
sr=bienvenu
2001-01-27 19:52:52 +00:00
mkaply%us.ibm.com
623699bfc4 Stupid OS/2 VPATH problems breaking Os/2 build 2001-01-27 19:24:27 +00:00
bienvenu%netscape.com
f1f9abacc7 fix linux build bustage 2001-01-27 19:04:31 +00:00
bienvenu%netscape.com
ef1d56b267 add nsImapOfflineSync.cpp,h NOT YET PART OF BUILD 2001-01-27 18:59:17 +00:00
bienvenu%netscape.com
c9e3be1e5f more work for offline imap, add offline imap operation class r=sspitzer, sr=mscott 15865 2001-01-27 18:47:21 +00:00
bienvenu%netscape.com
609aa22716 more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:42:58 +00:00
cls%seawood.org
232beeaa43 sed regex needs to be quoted 2001-01-27 18:42:15 +00:00
sspitzer%netscape.com
8504654938 add file to build for bienvenu 2001-01-27 18:40:39 +00:00
bienvenu%netscape.com
8d676f512a more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:35:10 +00:00
sspitzer%netscape.com
8e4fe99de9 add nsIMsgOfflineImapOperation.idl to the build 2001-01-27 18:23:04 +00:00
dbaron%fas.harvard.edu
8fdf5bde35 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 17:50:41 +00:00
bienvenu%netscape.com
072c463eed fix build bustage 2001-01-27 17:37:14 +00:00
dbaron%fas.harvard.edu
1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
bienvenu%netscape.com
08bc27787a add nsIMsgOfflineImapOperation.idl to build r=sspitzer,sr=mscott 15865 2001-01-27 16:39:20 +00:00
mcgreer%netscape.com
46aebc320c Per bug #66551, remove all HMAC_ calls from exported symbol list. All
HMAC_ functionality can be done the PKCS#11 interface.
2001-01-27 16:38:45 +00:00
darin%netscape.com
0215be729e Fixes bug 66494. Assertion in nsAutoLock. r/sr=brendan@mozilla.org. 2001-01-27 16:35:21 +00:00
mcgreer%netscape.com
673e033338 Change all HMAC_ calls to use PKCS#11 interface. Now the PKCS#12 library
only depends on functions already exported from the NSS DSO (the HMAC_
calls will be removed from the exported symbol list).
r=nelsonb
2001-01-27 16:34:27 +00:00
leaf%mozilla.org
46dc3062a0 Automated update 2001-01-27 15:45:09 +00:00
mkaply%us.ibm.com
aa11b46405 #65880
r=cls, a=blizzard
OS/2 only change - if filename passed in contains a drive letter, just use it
2001-01-27 15:37:46 +00:00
mkaply%us.ibm.com
01551e02b6 #65880
r=cls
Enable OBJDIR builds for OS/2
2001-01-27 15:36:41 +00:00
wtc%netscape.com
a081b936a2 Bugzilla bug #54796: PR_InitializeNetAddr and PR_SetNetAddr should zero
the socket address if the 'val' argument is not PR_IpAddrNull.
Reviewed by John Myers.
2001-01-27 15:22:02 +00:00
axel%pike.org
1c22d52c14 not part of build, fixing 65987, current() function. Code by kvisco@ziplink.net, r=peterv,me. 2001-01-27 15:05:41 +00:00
rods%netscape.com
99666eed8c This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
brendan%mozilla.org
bb40b036ad Fixes for bug 33390 (r=mccabe, sr=shaver)
- Optimize compile (parse+emit) operation to generate code for each top-level
  statement or function in turn, recycling JSParseNodes as we go for greatly
  reduced "long linear script" footprint.
- Fix O(n**2) growth problems in bytecode and srcnote generation.
- Add js_ParseTokenStream entry point to compiler, for tree-generation without
  code-generation.  Move JSOP_EVAL instruction selection from code-generator to
  parser, to match other such specializations and enable js_ParseTokenStream.
- Fix js_CompileTokenStream (and get it right in new js_ParseTokenStream) to
  respect JSOPTION_VAROBJFIX.
- Clean up bracing, multi-line conditions, and overlong lines.
2001-01-27 08:00:45 +00:00
attinasi%netscape.com
6079447d19 Put link color: blue back in for composer. b=66578 r=beppe 2001-01-27 07:16:33 +00:00
attinasi%netscape.com
73fc7b1a0d Performance fix: moves content-specific queries out of SelectorMatches to reduce number of times called in rule matching. b= 53620 r=dbaron sr=waterson 2001-01-27 05:48:41 +00:00
cls%seawood.org
afeaffd0c7 Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
Bug #59505
2001-01-27 03:50:07 +00:00
ssu%netscape.com
67387fa2aa changed the default ftp URL back to default (used to be my test url). It's not part of any tinderbox build. part of fix for bug 66480 2001-01-27 02:54:18 +00:00
dave%intrec.com
f708c0f022 Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu> 2001-01-27 02:34:17 +00:00
cls%seawood.org
df5499ae73 Fix perl test to use $] for the version number.
Check for Config.pm as a separate test.
Bug #66443
2001-01-27 02:32:30 +00:00
blakeross%telocity.com
bbf8e743e5 backing out previous fix since Ben is going to check it in with his bookmarks landing (to avoid merge conflicts)... 2001-01-27 01:50:44 +00:00
ssu%netscape.com
ef404f92ee This check-in will fix the following bugs:
Bug 52417 (add downloader code)
Bug 64179 ('K' should be 'KB')
Bug 62560 (misspelled 'Existence')
Bug 64550 (remove 'Seamonkey' reference)
Bug 60352 (add crc check to installer)
Bug 62991 (psm check crashes n6 setup)
Bug 58267 (npoji600.dll)
Bug 47274 (Title should be 'Mozilla Setup')
Bug 66497 (installer need to clean up windows registry)
Bug 66498 (uninstaller checking itself)
Bug 64566 (shouldn't be able to start multiple Setup)
Bug 56292 (Alt-r conflict in Setup Type dialog)
Bug 31821 (force-upgrade support)

r=deveditz
sr=mscott

affects windows platforms only!
2001-01-27 01:49:57 +00:00
mstoltz%netscape.com
41054417f6 Bug 66369, adding support for per-file permissions granting to caps. r=jst, sr=jband. 2001-01-27 01:42:20 +00:00
andreww%netscape.com
5ae150832e bugzilla=66614, r=hewitt, a=hangas, history dropdown menus changed width when target button pressed.Now they behave properly. mac classic. 2001-01-27 01:40:47 +00:00
cls%seawood.org
af8f05605d Add locking to installed-chrome.txt updates. Bug #55174 2001-01-27 01:40:15 +00:00
cls%seawood.org
8960432db3 Tweak previous fix to check for zero-length strings. 2001-01-27 01:31:44 +00:00
darin%netscape.com
d4b4bf4bce Fixes bug 66493. nsSocketTransport changes broke in-process PSM.
r=bryner,gagan,brendan,dougt sr=mscott
2001-01-27 01:28:00 +00:00
akkana%netscape.com
2eccaab14e 56296: Disable popping up new window on target=, pref controlled. r=dveditz, sr=brendan 2001-01-27 01:08:36 +00:00
cls%seawood.org
c7aa4c7041 Fix for IBM compiler related bustage.
Thanks to Jim Dunn <jdunn@netscape.com> for the patch.
2001-01-27 00:46:21 +00:00
javi%netscape.com
7a179eb61d Insert some white space into Makefile.in so that autoconf makes
Makefile from it after a check-out.  This fixes srcdir builds
on a fresh pull.
2001-01-27 00:45:42 +00:00
hyatt%netscape.com
61e8d2ad00 Impl getAnonymousElementByAttr, r=jst, sr=ben 2001-01-27 00:43:54 +00:00
nelsonb%netscape.com
06f8df58de Add multi-process server capability to selfserv. Bug 66630.
New -M command line option runs multiple selfserv processes,
all serving in parallel on the same TCP listen socket.
2001-01-27 00:36:15 +00:00
rogerl%netscape.com
8b06bc1a3a Fixes for bugs #66234 (57572, 57631, 61266, 61766) sr=brendan, r=mccabe,
r=rginda,r=rogerl. Also 60925, 60926 by virtue of being subsumed by above.
2001-01-27 00:31:32 +00:00
morse%netscape.com
e8b3bd90d5 bug 64588, remove javascript warning, r=gemal@gemal.dk, sr=brendan@mozilla.org 2001-01-27 00:09:41 +00:00
dbragg%netscape.com
cac7a75e45 This is the XPInstall side of bug 62167 that uses nsIProcess which was checked in earlier. a,r=dvedtiz sr=mscott 2001-01-27 00:05:08 +00:00
jeff.dyer%compilercompany.com
66539fc886 First cut a xml code generation. 2001-01-26 23:55:32 +00:00