Commit Graph

127789 Commits

Author SHA1 Message Date
darin%meer.net
e0c5d1103c fixes bug 232385 "nsIRequest::INIHIBIT_CACHING not implemented" r=dougt sr=bzbarsky 2004-03-09 02:17:25 +00:00
wchang0222%aol.com
315adcca88 Bugzilla bug 200162: pass 0 as the third and fourth arguments to sem_open
to work around a bug in sem_open on HP-UX 11.23 or earlier.  The patch is
contributed by Grace Lu of HP.  r=wtc.
2004-03-09 01:40:49 +00:00
ben%bengoodger.com
9d0bb3bd34 Adding Firefox Trademarked artwork to "other-licenses" section of source repository. 2004-03-09 01:05:54 +00:00
dbaron%dbaron.org
7531bc934d Fix bogus assertion. r+sr=bryner 2004-03-09 00:52:54 +00:00
sicking%bigfoot.com
0123ea9b1d Bug 236619: Fix serializing style-attributes.
r/sr=bryner
2004-03-09 00:51:56 +00:00
bryner%brianryner.com
90888b3e75 Mark NS_ENSURE_TRUE failure as unlikely. Bug 236753, r+sr=dbaron. 2004-03-09 00:46:55 +00:00
jst%mozilla.jstenback.com
fc890281e7 Fixing build bustage. 2004-03-09 00:46:28 +00:00
danm-moz%comcast.net
c5b46db9e9 UniversalBrowserWrite privilege is required to alter visibility of menubar, toolbar, etc. bug 152256 r=caillon,jst 2004-03-09 00:45:41 +00:00
scott%scott-macgregor.org
4b2c616009 fix thunderbird build bustage. Patch by Ben Goodger 2004-03-09 00:12:45 +00:00
jst%mozilla.jstenback.com
02916b3d2e Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-03-08 23:56:17 +00:00
jst%mozilla.jstenback.com
6a11f179c5 Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-03-08 23:52:26 +00:00
darin%meer.net
8bdaba45ad final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron 2004-03-08 23:48:39 +00:00
pedemont%us.ibm.com
92e13337aa Bug 236403 Clean up nsFontMetricsOS2 array usage (r=mkaply, sr=blizzard) 2004-03-08 23:33:25 +00:00
neil%parkwaycc.co.uk
fb255f5294 Bug 232827 Fix Error: aTarget has no properties p=gautheri@noos.fr r=me sr=jag 2004-03-08 22:54:32 +00:00
mkaply%us.ibm.com
5e6bc24eda #235018
r=mkaply, sr=blizzard
Same patch as 229695 for Windows to use MIME type for download icon
2004-03-08 22:39:47 +00:00
bienvenu%nventure.com
d0dc7e1b9e fix creating special folders on imap servers with personal namespace set and online dir not sent, 213570 sr=mscott 2004-03-08 21:32:07 +00:00
varga%nixcorp.com
491c58de08 Fix for bug 234740. <fieldset> default view is nicer under IE
r+sr=dbaron patch by aha
2004-03-08 20:57:31 +00:00
brendan%mozilla.org
3fa586e97a Detect size_t overflow (r=shaver, sr=jst, 236618). 2004-03-08 20:51:40 +00:00
cbiesinger%web.de
a47fb3d238 fixing win32 bustage 2004-03-08 20:39:19 +00:00
amardare%qnx.com
3091edd84c Changes for the qnx(photon) platform. It should not affect runtime/building other platforms.
Removed the mozserver dependency.
2004-03-08 20:27:24 +00:00
amardare%qnx.com
4dd35596aa Changes for the qnx(photon) platform. It should not affect runtime/building other platforms.
splash window related changes.
2004-03-08 20:26:13 +00:00
cbiesinger%web.de
4ca8093ad9 229636 search for helper apps in mozilla directory before $PATH
r=bzbarsky sr=darin
2004-03-08 20:15:09 +00:00
bienvenu%nventure.com
854241d28c Fix 223318 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott MSN authentication not supported if using SMTP or POP3 2004-03-08 19:50:30 +00:00
hjtoi%comcast.net
9c4f6d3449 Bug 236436, need to null check URL so we won't crash, r+sr=jst. 2004-03-08 19:29:45 +00:00
bienvenu%nventure.com
6ec57a6089 fix 166111 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott better handling of bad pop3 messages, e.g., with naked line terminators 2004-03-08 17:40:20 +00:00
sicking%bigfoot.com
e420cc4a1e Bug 233111: Make nsIDOMSVGElement only be inherited by leafclasses.
SVG only, not part of build.

r=afri
2004-03-08 17:32:16 +00:00
bienvenu%nventure.com
31cab177b0 fix crash generating mdn receipt when original message has no message-id sr=mscott 224738 2004-03-08 17:31:18 +00:00
bienvenu%nventure.com
c29f9417fb if fcc fails (e.g., imap server has disconnected sent folder connection), offer use chance to retry 163951 sr=mscott 2004-03-08 16:47:52 +00:00
bienvenu%nventure.com
3d2de27ccf fix idle responses on non-checked-for-new mail folders to not trigger biff, sr=mscott 236815 2004-03-08 16:43:02 +00:00
dbaron%dbaron.org
4ab33a8250 Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage. 2004-03-08 14:27:43 +00:00
dbaron%dbaron.org
a609dc7c11 Fix badly delimited comment from previous patch. b=236202 2004-03-08 14:15:32 +00:00
jocuri%softhome.net
e89058e809 Patch for bug 143490: eliminate unsupported calls from checksetup.pl when running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave. 2004-03-08 12:52:25 +00:00
ben%bengoodger.com
d9ee3bafb5 fix tbox orange for now 2004-03-08 11:41:12 +00:00
varga%nixcorp.com
fb00e91fe6 Fix for bug 228762. Dialog File Bookmark Keyword label has incorrect control attribute.
r=Neil sr=bz patch by met
2004-03-08 10:29:46 +00:00
ben%bengoodger.com
97ead78545 fixed again... and remove unnecessary extra link thingy for migration (windows-only) 2004-03-08 10:28:57 +00:00
ben%bengoodger.com
3faf68a9e7 bustage! 2004-03-08 10:27:18 +00:00
ben%bengoodger.com
49554a2d80 236744 - replace winhooks with shell service type info 2004-03-08 10:01:03 +00:00
ben%bengoodger.com
2a18bf0521 236744 - hook up XP shell integration to build 2004-03-08 09:59:57 +00:00
ben%bengoodger.com
0cfec070c0 236744 - xp shell service - define document icon constant for windows registry. 2004-03-08 09:57:29 +00:00
ben%bengoodger.com
d1b60b11cf 236744 - XP shell service 2004-03-08 09:56:44 +00:00
ben%bengoodger.com
94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +00:00
ben%bengoodger.com
3acb5b69e4 [shell1] 2004-03-08 09:53:59 +00:00
ben%bengoodger.com
c23835dbe0 [shell1] 2004-03-08 09:38:22 +00:00
gerv%gerv.net
80f9838a0d Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave. 2004-03-08 08:40:17 +00:00
kyle.yuan%sun.com
b476b3326d Bug 235687 ATK menu hierarchy is missing most menu items
r=louie.zhao, sr=henry.jia
set menugenerated="true" when look up the child of a xul menu item
2004-03-08 08:08:20 +00:00
hpradhan%hotpop.com
98daacd558 bug 236202 : caption should inherit all font properties in quirks mode r=bernd sr=dbaron 2004-03-08 07:57:16 +00:00
timeless%mozdev.org
1f55f08bbd Bug 57392 LXR doesn't find files with a space in the name.
r=kiko
2004-03-08 07:54:16 +00:00
timeless%mozdev.org
f89754b7da Bug 190766 nsStackFrameUnix.cpp crashes on Solaris [@ write_address_file]
r=dbaron
2004-03-08 07:47:44 +00:00
timeless%mozdev.org
89100ef75e Bug 217907 nsRange::IsIncreasing caused nsVoidArray::ElementAt(index past end array)
r=caillon sr=jst
2004-03-08 07:33:00 +00:00
timeless%mozdev.org
18cb39d59b Bug 236269 --enable-trace-malloc is broken
r=dbaron sr=dbaron
2004-03-08 07:28:22 +00:00