Commit Graph

134923 Commits

Author SHA1 Message Date
mostafah%oeone.com
d0cca50812 Defining same variable once since Win32 doesn't accept this format 2004-10-28 20:41:59 +00:00
mostafah%oeone.com
80fb584788 Defining variable once since Win32 doesn't accept this format 2004-10-28 20:37:21 +00:00
bienvenu%nventure.com
4d6e801cc2 recheckin ui for downloading pop3 messages for offline use that was crunched, 185184, patch by hyc@symas.com, sr=me 2004-10-28 20:17:55 +00:00
joshmoz%gmail.com
f171ff33a8 change default fonts to ones that exist on all Mac OS X 10.2+ installations (bug 183932) 2004-10-28 18:54:22 +00:00
kjh-5727%comcast.net
7a25b56f91 Bug 178820 - return-receipt-to not recognized with IMAP. Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r=bienvenu, sr=dmose. 2004-10-28 18:27:57 +00:00
mostafah%oeone.com
33c0c44d30 Fixed bustage after adding IsSet method ( see previous CVS log ) 2004-10-28 18:19:06 +00:00
kjh-5727%comcast.net
0c4917ad12 Bug 264326 - xpcom fixes for s390(x). Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r/sr=shaver. 2004-10-28 18:13:12 +00:00
dmose%mozilla.org
465529fa9a Fix the emacs modeline indentation variables 2004-10-28 17:16:40 +00:00
shaver%mozilla.org
544d85cf7f libxpical is not ready for a glue-only world, sadly 2004-10-28 16:55:30 +00:00
shaver%mozilla.org
86e0934c45 use XPCOM_GLUE_LIBS for libxpical componentry, to reduce version dependence 2004-10-28 16:45:36 +00:00
mostafah%oeone.com
a9984bcdb7 Checked in attachment #161714 for bug 220075:
Make task start date/due date optional
2004-10-28 15:56:04 +00:00
mostafah%oeone.com
0cef8b0a0f Checked in patch #162945 for bug 220075:Make task start date/due date optional
(Adds IsSet to oeDateTime interface)
2004-10-28 15:52:09 +00:00
mostafah%oeone.com
8ab7eaf00c Applied attachment #161704 from bug 262620:GetAllEvents() is slow
(fixed indents, added missing {}, and added a break for speed)
Applied attachment #162865 and attachment#162881 from bug 265457:
GetEventsForRange is inefficient
(fixed indents and fixed incorrect variable)
Also removed obsolete EventList class.
2004-10-28 15:18:12 +00:00
igor%mir2.org
20d9c33ab6 Work for bug 261278: splitting STRICT_MODE into STRICT_VARS and STRICT_EVAL to allow for better compatibility in future if strictness would be exetended to other areas. 2004-10-28 14:13:05 +00:00
edburns%acm.org
9a1de340f9 This checkin just adds a little more robustness to the
MouseListenerTest.  Next step will be to solve the problem where you
can't type in text fields in forms, then to implement the key listener
functionality.

M webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java

- at least make sure that all the events do occcur
2004-10-28 13:57:59 +00:00
pinkerton%aol.net
134b2d03ab add xpcom_core back in 2004-10-28 13:37:00 +00:00
igor%mir2.org
7dc40416b6 Fixing bug 266418: making RegExp serializable 2004-10-28 11:31:38 +00:00
bugzilla%arlen.demon.co.uk
e2dce244ea Bug 262080 Cruft removal/additional fixes for mozilla help files - more fixes
p=giacomo.magnini@portalis.it r=me
2004-10-28 11:11:28 +00:00
timeless%mozdev.org
f731589825 Bug 254555 mark nsConsoleService as nsIClassInfo::THREAD_SAFE
r=dougt
2004-10-28 07:34:41 +00:00
timeless%mozdev.org
5e730ee0bc Bug 265336 GetService klookandfeel instead of CreateInstance
r=biesi sr=dmose
2004-10-28 07:25:57 +00:00
scott%scott-macgregor.org
562ee4b562 Bug #266139 --> Unable to open messages in a cross folder virtual folder in a stand alone message. Also add support for deleting messages in XFVF's from the stand alone message window.
sr=bienvenu
2004-10-28 05:13:07 +00:00
jshin%mailaps.org
2ba59e9c89 bug 264071 : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu) 2004-10-28 05:02:33 +00:00
jst%mozilla.jstenback.com
020647d91a Fixing bug 266346. Make sure popup state is reset while modal dialogs DOM are open. r+sr=bzbarsky@mit.edu 2004-10-28 03:39:37 +00:00
mrbkap%gmail.com
6686ece287 bug 265814: the output of document.write() is always parsed in quirks mode. r=bzbarsky sr=jst 2004-10-28 03:24:59 +00:00
bzbarsky%mit.edu
0c647a6537 Fix some case issues with getElementsByTagName(NS) in tag-soup and XHTML. Bug
264609, r+sr=jst
2004-10-28 02:34:21 +00:00
timeless%mozdev.org
876e501b18 Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron
2004-10-28 02:27:25 +00:00
darin%meer.net
143b4a56fc fixes bug 257875 "invalid javascript keeps logo animating" r+sr=jst 2004-10-28 02:06:27 +00:00
jst%mozilla.jstenback.com
c9cdaec181 Fixing bug 257538. Fix problem where setting a property on a scriptable plugin would cache the property so that the plugin's getter wouldn't be called again for that property. r+sr=shaver@mozilla.org 2004-10-28 01:54:21 +00:00
jst%mozilla.jstenback.com
4013aad2a9 Fixing part of bug 265790 (the part that's a regression from bug 265921). Make it possible to flag DOM events as trusted when created using DOM APIs from native code, and marking the DOMWindowClose event (and a few other fired from nsGlobalWindow) as trusted to make closing a tab from script close the tab only, and not the whole window. r+sr=bzbarsky@mit.edu, a=chofmann@mozilla.org 2004-10-28 00:36:30 +00:00
jst%mozilla.jstenback.com
f75d0d61d6 Followup fix for bug 265921. Don't always throw exceptions from window.dispatchEvent(). r=bryner@brianruyner.com, sr=brendan@mozilla.org 2004-10-28 00:26:27 +00:00
bugzilla%arlen.demon.co.uk
e737a69253 Bug 265683 privacy policy viewer has transparent menu/status bar
p=me r=db48x sr=neil.parkwaycc.co.uk
2004-10-27 23:51:00 +00:00
kiko%async.com.br
157a58841b Fix for bug 261242: Error: Error in parsing value for property
'vertical-align'.  Declaration dropped. Patch by Chris Thomas (CTho)
<cst@andrew.cmu.edu>. r=me.
2004-10-27 23:46:53 +00:00
scott%scott-macgregor.org
690963c5aa keep talkback at 100% for trunk builds 2004-10-27 23:15:27 +00:00
darin%meer.net
7182021454 improvements to new disk cache (NOT PART OF THE BUILD) 2004-10-27 22:19:32 +00:00
pedemont%us.ibm.com
7a9c95414e Remove nsWriteSegmentFun - no longer needed. 2004-10-27 22:03:45 +00:00
bugzilla%arlen.demon.co.uk
80f4807d47 Bug 261267 helper application dialog has title issues when opening an unknown filetype - regression fix
p=me r=mscott
2004-10-27 21:44:47 +00:00
dmose%mozilla.org
ce1d2147d7 Make calendar text readable in light-on-dark themes (bug 266186); r=mostafah 2004-10-27 21:29:35 +00:00
joshmoz%gmail.com
22b8061a44 fix for bug 229930 - add toolbar item for showing download manager 2004-10-27 21:11:01 +00:00
smontagu%smontagu.org
a2492557ef Bug 244177: nsScanner::Append() can overwrite the storage in the buffer it allocates. r=dveditz, sr=dbaron. 2004-10-27 20:19:11 +00:00
mostafah%oeone.com
aa1fa5579d Checked in patch for bug 263539:
todo dialog: Prevent task alarm trigger with no trigger date
2004-10-27 20:04:13 +00:00
mostafah%oeone.com
44a2235eaa Checked in patch for bug 261329:
"About to import" prompt should show names of file and calendar.
2004-10-27 19:44:29 +00:00
scott%scott-macgregor.org
3c336b725d Bug #225281 --> try to fix broken header image in the official thunderbird installer
artwork by steven garrity
2004-10-27 18:37:59 +00:00
mostafah%oeone.com
5e5b0e1ba6 Checked in patch for bug 246740:
import->file forces into default calendar [prompt for each]
2004-10-27 18:07:57 +00:00
mostafah%oeone.com
04c07ee8f4 Checked in patch for bug 242317 ( comments fixed ):
Day and weekday titles in calendar view scroll away [weekview]
2004-10-27 17:34:46 +00:00
mkaply%us.ibm.com
1aa66c92da #265841
r=mkaply, sr=blizzard (platform specific)
Patch from Weilbacher - OS/2 menus are positioned wrong
2004-10-27 17:29:18 +00:00
pedemont%us.ibm.com
0a7e2da254 Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object. 2004-10-27 17:10:03 +00:00
bienvenu%nventure.com
1af5469d92 fix parsing of nntp error responses before initial 20x response, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-10-27 16:31:38 +00:00
mostafah%oeone.com
38b52cd75a Updated translation 2004-10-27 16:27:26 +00:00
timeless%mozdev.org
2507538c4f Bug 260865 Remove nsIAlertListener
patch by cst@andrew.cmu.edu r=jag sr=neil
2004-10-27 16:20:01 +00:00
bmlk%gmx.de
7cffcd3c74 prevent lookup of frame state bits of nonexisting child frames bug 266225 r/sr=bzbarsky 2004-10-27 16:11:08 +00:00