Commit Graph

80506 Commits

Author SHA1 Message Date
sfraser%netscape.com
ff576df0df These changes fix PR_Poll on Mac thusly: 1. Factor out checking the fds into a new function CheckPollDescs() 2. Factor out setting/clearing the polling thread on those fds into SetDescPollThread() 3. Be more careful about where we set the polling thread on the fds, ensuring that we turn off interrupts and hold a lock around the code that sets up the polling thread and checks for data on the fds. This fixes the race condition that causes this bug. 4. We now clear the polling thread on the fds when coming out of PR_Poll, so that the notifier doesn't attempt to wake the wrong thread when called when we're not polling. 5. Implement a 0-timeout version that behaves like select(). Bugzilla bugs 72965 and 60509. r=gordon, larryh. 2001-04-14 01:10:27 +00:00
blakeross%telocity.com
0997e8bc01 Accelerator and command problems in mailnews (75447, 75038, 75453). r=ssu sr=sspitzer 2001-04-14 01:08:15 +00:00
law%netscape.com
1eb69820e2 Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt 2001-04-14 00:57:30 +00:00
sgehani%netscape.com
6ef78999bb Don't UTF-8 encode bookmark URLs twice.
b = 54866
r = sgehani (checking in for waterson)
sr = alecf
2001-04-14 00:45:15 +00:00
jgmyers%netscape.com
28dd401ff4 STARTTLS sockets shouldn't send v2 hello: bug 75617 r=javi sr=brendan 2001-04-14 00:41:50 +00:00
hyatt%netscape.com
46df562a47 Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me 2001-04-14 00:40:47 +00:00
dougt%netscape.com
52b85e64e9 Attempting to fix 74057, although not likely. See bug for details.
If you are asserting after this patch is applied, please contact dougt@netscape.com.

r=gagan@netscape.com
sr=waterson@netscape.com
2001-04-14 00:34:06 +00:00
yokoyama%netscape.com
926aac3073 Partial fix for 66020: /r=valeski; /sr=alecf 2001-04-14 00:31:09 +00:00
mscott%netscape.com
13da2a9965 NOT PART OF THE BUILD Make the mac moz-icon url code work when the file doesn't exist by leveraging the new get file extension method. 2001-04-14 00:27:09 +00:00
beard%netscape.com
5583150c3d Remove bogus access paths. r/sr=sfraser 2001-04-14 00:16:29 +00:00
beard%netscape.com
6b8a7db136 Fix for bug #74476: pass the actual date to PRMJ_DSTOffset() rather than 0. 2001-04-14 00:07:53 +00:00
mscott%netscape.com
58b067cb80 NOT PART OF THE BUILD
Make moz-icon urls support both a nested file url and a non existent dummy file.
i.e.
moz-icon:file:///c/test.html?size=32
and
moz-icon:dummyFile.html?size=16
in the later case we use the file extension to determine the icon to fetch.
2001-04-13 23:58:24 +00:00
cls%seawood.org
a0985e37ff Add security to psm2 DIRS list so that BUILD_MODULES=psm2 works (how did this ever work before?) 2001-04-13 23:54:47 +00:00
dveditz%netscape.com
c64c1ce909 bug 75487 PSM2 installer issues, r=/sr=leaf 2001-04-13 23:50:22 +00:00
andreww%netscape.com
390bcc5098 bugzilla 53825 on behalf of MPT r = lordpixel, sr=hewitt 2001-04-13 23:39:12 +00:00
sfraser%netscape.com
429c3dca4f Fix the build. This was EXACTLY what my nsFileStream.h changes were meant to detect. Ha! 2001-04-13 23:29:16 +00:00
waterson%netscape.com
e1850afc18 Convert some of nisheeth's debugging code into PR_LOG()'s so everyone can share. Implement the GetName() method for the dummy layout channel. r=nisheeth, sr=jst 2001-04-13 23:24:25 +00:00
colin%theblakes.com
5fb258f72f Use MOZ_COMPONENT_LIBS and pass via EXTRA_DSO_LDOPTS instead
of EXTRA_LIBS. r=cls b=75876.
2001-04-13 23:21:54 +00:00
dveditz%netscape.com
981e8139c0 fix for 73520, update user agent to 0.8.1+ 2001-04-13 23:11:45 +00:00
sfraser%netscape.com
1c6cb0dfc9 Fix bug 71064; give the file stream classes private, and unimplemented copy constructors and assignment operators, prevent clients from passing them by value. r=waterson, sr=scc 2001-04-13 22:50:23 +00:00
law%netscape.com
7a1c4d2c69 Updates to work in progress for bug 52454 2001-04-13 22:36:42 +00:00
sfraser%netscape.com
22179ab725 Fix bugs 75649 and 9131. Make moveToAlertPosition work properly, by ensuring that the dialog has some size before trying to position it. Also, only use the default position for the find dialog if you haven't persisted its position once before. r=jag, sr=sspitzer. 2001-04-13 22:30:04 +00:00
shanjian%netscape.com
0ee5ec3e5a #59405 IME candidate window position is not correct in text field on New card and To field
r = kin, sr = sfraser
change the type of coordinate return for windows and unix
2001-04-13 22:27:18 +00:00
radha%netscape.com
52ed28c776 Fix for bug # 41065. null ptr checks added r=valeski sr=rpotts 2001-04-13 22:26:28 +00:00
radha%netscape.com
35bb1fe40c Fix for bug # 55055 r=adamlock sr=rpotts Save CacheKey in SH 2001-04-13 22:20:33 +00:00
radha%netscape.com
7bf7fbfa73 Fix for bug # 55055. Save CacheKey in SH for postdata results r=adamlock sr=rpotts 2001-04-13 22:19:21 +00:00
dmose%netscape.com
c0f65e895b helper function to make code that gets nsISupports proxies more readable: NS_GetProxyForObject (bug 74792). r=brendan@mozilla.org, sr=waterson@netscape.com 2001-04-13 22:13:04 +00:00
erik%netscape.com
0b6dd6cae3 bug 75066; author=simon@softel.co.il; r=jst; sr=erik; this change addresses
a comment made during the review of 75066 (nsBidiOptions -> PRUint32)
2001-04-13 22:09:44 +00:00
sspitzer%netscape.com
cda8f1a24a fix for crasher #75831. make sure we close the dbview when we close
the stand alone message window.  sr=bienvenu
2001-04-13 22:05:10 +00:00
erik%netscape.com
3a3f55f136 bug 75066; author=simon@softel.co.il; r=jst; sr=erik; this change addresses
a comment made during review of 75066 (nsBidiOptions -> PRUint32)
2001-04-13 21:54:17 +00:00
ducarroz%netscape.com
911c409db2 Part of bug 22486. Fix performance regression introduce yesterday with my big cleanup of message compose. R=shaver, SR=sspitzer 2001-04-13 21:53:20 +00:00
cmanske%netscape.com
f856d7cd71 Fixed selection of suggested list item, b=75747, r=kin, sr=sfraser 2001-04-13 21:52:17 +00:00
erik%netscape.com
7648030e8f bug 75066; author=simon@softel.co.il; r=jst; sr=erik; this change addresses
a comment made during the review of 75066 (nsBidiOptions -> PRUint32)
2001-04-13 21:50:54 +00:00
cmanske%netscape.com
56cf4179e6 Remove accelerator key from toolbar menu, b=75639, r=rcassin@supernova.org,kin; sr=sfraser 2001-04-13 21:50:08 +00:00
erik%netscape.com
b87478bd9c bug 75066; author=simon@softel.co.il; r=jst; sr=erik; this change addresses
a comment made during the review for 75066 (nsBidiOptions ->PRUint32)
2001-04-13 21:46:28 +00:00
cmanske%netscape.com
1ced2f366f Fixed double menu checks, b=75740, r=rcassin@supernova.org, sr=sfraser 2001-04-13 21:46:05 +00:00
morse%netscape.com
3fb9e2fffd bug 75748, crash when viewing a particular message, r=sspitzer, sr=mscott 2001-04-13 21:45:34 +00:00
varada%netscape.com
0802fd28ba fix for bug#72916;changing xul broadcasters to commands and observes to commands;r=ducarroz;sr=mscott 2001-04-13 21:44:22 +00:00
sonmi%netscape.com
62924332a5 added parameters for linux grep 2001-04-13 21:42:18 +00:00
sonmi%netscape.com
aa2b2e9685 added more information to the QA report
ported to linux
added special "before contesxt" and "after context" parameters to grep when
running on linux
2001-04-13 21:41:16 +00:00
sspitzer%netscape.com
8609b35624 rest of fix for for #75317.
temp files created when forwarding a message with attachments are not being deleted. fix by cavin@netscape.com. r=ducarroz, sr=sspitzer
2001-04-13 21:38:47 +00:00
naving%netscape.com
17e78d87ed 68737. sr=bienvenu. rv wasn't being set correctly to default value for
linux release builds.
2001-04-13 21:37:10 +00:00
peterlubczynski%netscape.com
7219c89732 Adding pref to enabled double buffering for pages that have plugins on Mac bug=62891 a=av sr=attinasi 2001-04-13 21:30:14 +00:00
blizzard%redhat.com
10af1b7f46 Add XSync() before querying pointer to get any destroys done. Not part of the build. 2001-04-13 21:27:34 +00:00
sspitzer%netscape.com
2ffd55371b #75948, bullet proof crasher when reading mail. sr=mscott, a=leaf 2001-04-13 20:30:10 +00:00
scc%mozilla.org
c2933c20c8 [documentation], _never_ part of a build. Checking in as I add more FAQs 2001-04-13 18:03:33 +00:00
scc%mozilla.org
1a337bf753 [documentation] a=leaf, _never_ part of a build. Checking in as I add more FAQs 2001-04-13 16:41:51 +00:00
ftang%netscape.com
fb0e726caf fix IBMBIDI build bustage 2001-04-13 13:52:08 +00:00
scc%mozilla.org
9a9a55fa07 documentation only, never to be part of the build; fixing stylesheet problem 2001-04-13 13:48:50 +00:00
ftang%netscape.com
35534b4971 fix unix bustage 2001-04-13 13:44:16 +00:00