Commit Graph

86934 Commits

Author SHA1 Message Date
morse%netscape.com
e20ebcfa05 bug 93049, sorting by site or cookiename selects another cookie, r=pchen, sr=brendan 2001-08-16 02:56:52 +00:00
justdave%syndicomm.com
c2369bc83b Fix for bug 95304: Add a buglist link to the top of duplicates.cgi
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave@syndicomm.com
2001-08-16 02:54:49 +00:00
naving%netscape.com
b715dab8e5 95521 r/sr=mscott, darin. Release the socketTransport object while releasing socket. darin,
thanks for the help.
2001-08-16 02:51:51 +00:00
mcafee%netscape.com
2e211d3707 Adding failure count 2001-08-16 02:50:16 +00:00
mcafee%netscape.com
0f30b03ff8 status reporting, turning tests on 2001-08-16 02:48:40 +00:00
morse%netscape.com
6264c1c85d bug 95044, Cookies set on 401 are not sent back when auth is requested, r/sr=darin,rpotts 2001-08-16 02:48:37 +00:00
justdave%syndicomm.com
3ddb472e69 Fix for bug 92593: Changing a bugs product will no longer remove the votes from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product. Only the per-bug vote count is checked. If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug. The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-08-16 02:46:15 +00:00
beard%netscape.com
d885793203 Added Carbon targets, fixed MPW targets. 2001-08-16 01:34:18 +00:00
beard%netscape.com
29a0a349f3 Build with latest CodeWarrior tools. 2001-08-16 01:02:46 +00:00
sfraser%netscape.com
c4ab38a811 Project cleanup, rs=scc. Use NSComponentStartup.o, since this is a component, and don't link directly with MathLib. 2001-08-16 00:50:10 +00:00
sfraser%netscape.com
da2eead239 Project cleanup, rs=scc. Use NSComponentStartup.o, since this is a component. 2001-08-16 00:42:02 +00:00
sfraser%netscape.com
47ca80de66 Project cleanup, rs=scc. Use NSComponentStartup, since we're a component. 2001-08-16 00:39:30 +00:00
sfraser%netscape.com
5c4cf2a4cf Project cleanup, rs=scc. Link with InterfacesStubs rather than 101 system stub libraries, and use NSComponentStartup. 2001-08-16 00:39:02 +00:00
waldemar%netscape.com
bd2b5fb685 Added unary operators and much more expression parsing. Rearranged semantic data structures. 2001-08-16 00:39:00 +00:00
waldemar%netscape.com
b2b2b87db6 Brought up to date to process formal/notation.html 2001-08-16 00:38:06 +00:00
waldemar%netscape.com
71f15ab5d0 Added subset-10 and subset-eq-10 2001-08-16 00:37:39 +00:00
waldemar%netscape.com
528e7cbb0d Removed 'type' keyword before depicted type definitions 2001-08-16 00:37:03 +00:00
shanjian%netscape.com
cd26ab6678 #92473 Overwrite character set does not work inside Text and Textarea.
r = radha, sr=blizzard
2001-08-16 00:33:58 +00:00
ducarroz%netscape.com
b36a5a5122 Fix for bug 92251. Full Rewrite of the way we manage and report errors during a message send or save. R=varada, SR=bienvenu 2001-08-16 00:27:53 +00:00
av%netscape.com
fe7e6cc3e7 Fix for 82980 -- check for SRC attribute in addition to DATA added, r=peterl, sr=attinasi 2001-08-16 00:14:14 +00:00
cls%seawood.org
b8987cb0d7 Remove references to PSM1 from the build so that we can cvs remove the PSM1 dirs.
Bug #78975 r=leaf sr=sfraser
2001-08-16 00:11:40 +00:00
bstell%netscape.com
e5c006594c bug 88454, r=mcafee, rs=sfraser
add real_fast-update target so old checkout log can be moved aside
2001-08-15 23:55:25 +00:00
gerv%gerv.net
f0adfa8273 Image Properties window should have image dimensions info - bug 82307. r=sicking, sr=blake. 2001-08-15 23:52:41 +00:00
javi%netscape.com
467464e6d3 Adding files required for patch to Bug 79153.
Checking in for kaie.
2001-08-15 23:37:10 +00:00
kaie%netscape.com
20a45e4b6b #79153, giving feedback to the user while generating a crypto key
r=javi@netscape.com sr=blizzard@mozilla.org
you reach me at kai.engert@gmx.de
Mac project file changes will be checked in by javi
2001-08-15 23:27:42 +00:00
sfraser%netscape.com
a777390b77 Project cleanup, rs=scc. Don't link with docShell, which is a component, or ObjectSupportLib, which is pulled in via InterfaceStubs. 2001-08-15 23:19:52 +00:00
sfraser%netscape.com
03e0988c1b Project cleanup, rs=scc. Don't link with docShell, which is a component. 2001-08-15 23:18:20 +00:00
sfraser%netscape.com
e3e1d3d5d2 Project cleanup, rs=scc. Don't link with RaptorShell.shlb, which is obsolete. 2001-08-15 23:16:49 +00:00
sfraser%netscape.com
755b4f191d Project cleanup, rs=scc. Don't link with libpref or OJI, which are components. 2001-08-15 23:14:37 +00:00
sfraser%netscape.com
bc1e8f59d0 Project cleanup, rs=scc. Don't link with libpref, which is a component. 2001-08-15 23:13:13 +00:00
sfraser%netscape.com
529028c336 Project cleanup, rs=scc. Don't link with OJI, which is a component. 2001-08-15 23:09:21 +00:00
ducarroz%netscape.com
914fa50af8 Fix for bug 86692. Remove JS strict warning. Patch submitted by Stephen Walker <walk84@yahoo.com>. R=ducarroz, SR=bienvenu 2001-08-15 22:59:15 +00:00
ducarroz%netscape.com
48097be031 Fix for bug 95124. Add/update interfaces to pass a send listener and a smtp password when opening a compose window. R=bienvenu, SR=mscott 2001-08-15 22:40:14 +00:00
rangansen%netscape.com
788e5b44a8 bug# 77431, fixing windows title
r-ddrinan, sr=hewitt
2001-08-15 22:36:34 +00:00
andreas.otte%primus-online.de
3e0d637b20 fix bug 90439 [relative queries from cgi broken] revert to pre 0.9.2 behaviour when handling relative query urls. r=bbaetz sr=darin
fix bug 94849 [Wrong handling of empty relative urls] implement RFC 2396 conforming handling of empty relative urls. r=bbaetz sr=dougt
fix bug 87298 [page context not displayed] remove tabs (\t) from inside absolute urls in case someone "formats" urls. r=dougt sr=darin
2001-08-15 22:29:10 +00:00
hyatt%netscape.com
b288fa5001 Fix a silly typo. 2001-08-15 22:28:32 +00:00
attinasi%netscape.com
36c8bd5a0e Made attributes topmargin and leftmargin work on the BODY element in Quirks Mode. b=9258 r=alexsavulov sr=jst 2001-08-15 22:22:41 +00:00
bzbarsky%mit.edu
631f1e2203 Adding support for .mailcap and .mime.types files. Bug 52441, r=jag,
sr=scc
2001-08-15 22:17:32 +00:00
pschwartau%netscape.com
06b7f5c656 Fixing an error. 2001-08-15 21:20:05 +00:00
pschwartau%netscape.com
ee08055238 Improving readability. 2001-08-15 21:19:21 +00:00
pschwartau%netscape.com
cd32024997 Improved status message. 2001-08-15 21:18:49 +00:00
pschwartau%netscape.com
159ee6f53b Added object typing. 2001-08-15 20:57:23 +00:00
kin%netscape.com
d1f0da0f52 Fix for blocker bugs 95243 (Crash when typing in body of mail compose window)
and 95297 (session history doesn't restore scroll position and form controls).
Fix backs out bryner@netscape.com's patch for bug 92210.

a=jj@netscape.com
2001-08-15 20:41:20 +00:00
beard%netscape.com
d7e9336828 Added MPW tool targets. 2001-08-15 18:59:54 +00:00
beard%netscape.com
612bf202c0 Fixed XP_MAC_MPW code rot. 2001-08-15 18:59:34 +00:00
beard%netscape.com
30c43d1d9b Prefix files for MPW targets. 2001-08-15 18:58:31 +00:00
beard%netscape.com
de65efa606 Updated for latest CodeWarrior tools. 2001-08-15 18:27:40 +00:00
pschwartau%netscape.com
2ba1b45e77 Corrected an error in Section 6 of test. 2001-08-15 18:07:03 +00:00
mcgreer%netscape.com
6fef752aa5 make fips.sh use relative dirs like the other scripts, works better on windows 2001-08-15 15:38:33 +00:00
wtc%netscape.com
d5df6362a5 Bugzilla bug #88102: checked in a patch from Colin Blakes
<colin@theblakes.com> that allows him to easily switch between BSD V4.4
(the default) and BSD V4.3 sockets on OpenVMS.
2001-08-15 14:30:43 +00:00