Граф коммитов

127164 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 28c7bd3b77 Port seamonkey bug:
Bug 195315 Run Junk Mail Controls on selected messages
2004-02-20 22:14:04 +00:00
dbaron%dbaron.org 5b6ae6e571 Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst 2004-02-20 21:38:31 +00:00
timeless%mozdev.org f2fd2d0e42 Bug 235035 change nsIRunnable.Run to nsIRunnable.run
r=dougt sr=darin
2004-02-20 21:34:57 +00:00
neil%parkwaycc.co.uk ea8f6a9160 Bug 195315 Run Junk Mail Controls on selected messages r=mscott sr=bienvenu 2004-02-20 21:13:24 +00:00
blakeross%telocity.com 14c74c41d8 Fix 234948: sync our config.js with the trunk's. 2004-02-20 21:09:03 +00:00
jst%mozilla.jstenback.com 01f5eea0f1 Checking in for roland.mainz@nrubsig.org, bug 234982. Making print errors always be reported to the user. r+sr=roc@ocallahan.org 2004-02-20 20:59:55 +00:00
jst%mozilla.jstenback.com fdf949b6db Fixing bug 233142. Correct event default action prevention logic to match what we used to do before bug 226462 was fixed. r=bzbarsky@mit.edu, sr=bryner@brianryner.com. 2004-02-20 20:46:22 +00:00
cls%seawood.org db444547a9 Assume standard linker behavior when using GNU ld on win32 or OS/2.
Fixing mingw static build bustage.
Bug #221768 r=bsmedberg r=pedemonte
2004-02-20 20:43:21 +00:00
scott%scott-macgregor.org 412ab75352 Bug #231224 --> fix broken winking images (wink is backwards). patch by Robert Accettura. 2004-02-20 20:37:04 +00:00
scott%scott-macgregor.org d6db4d5087 Bug #217808 --> Show :-b as :-P tongue-out smiley and remove case sensitivity from all emoticons (:-p = :-P)
patch by robert accettura
r=daniel
sr=mscott
2004-02-20 20:17:39 +00:00
dbaron%dbaron.org d96c8906f3 Don't print output to nohup.out so tinderbox scripts don't fill up the disk. b=234206 r=bryner 2004-02-20 19:46:48 +00:00
bienvenu%nventure.com 71f0c69771 fix for phantom messages in db, sr=mscott 227472 2004-02-20 19:45:33 +00:00
scott%scott-macgregor.org 94e61650a2 Bug #151688 --> Allow a browse button to set email storage directory in the account settings
Patch by Stefan Borggraefe

r=mscott
sr=bienvenu
2004-02-20 19:40:20 +00:00
bryner%brianryner.com 55c69981f6 Add an interim workaround for xft font match priority problems to fix the problem where changing the serif generic font in preferences changes the UI font as well. This adds an extra bit to the nsFont struct for system fonts that we can use as an indicator to not add a generic fallback. Bug 228518, r=blizzard, sr=dbaron. 2004-02-20 19:36:53 +00:00
scott%scott-macgregor.org 830d774612 Fixes a regression caused by Bug #234707 --> problems adjusting the thread pane splitter when in the wide
layout view.
2004-02-20 19:23:36 +00:00
sicking%bigfoot.com b20f53fefb Bug 234615: Remove nsIHTMLContent::GetBaseTarget by cleaning up the imagemap code a bit which was the only client.
r=bryner sr=jst
2004-02-20 19:00:43 +00:00
pkw%us.ibm.com 4562bf77b4 Forgot to add one file for Bug 234124
r=bryner@brianryner.com, sr=bryner@brianryner.com

Patch by Roland Mainz <roland.mainz@nrubsig.org>.
2004-02-20 18:15:30 +00:00
pkw%us.ibm.com 2ae01282d1 Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
r=bryner@brianryner.com, sr=bryner@brianryner.com

Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
2004-02-20 18:13:47 +00:00
bienvenu%nventure.com 5e6e35bf32 prompt to send unsent messages when starting up online, or going online via pressing get new mail while offline sr=mscott 232452 2004-02-20 18:12:51 +00:00
bienvenu%nventure.com aa0ed8a94f prompt to send unsent messages when going online via pressing get new mail while offline, sr=mscott 232452 2004-02-20 18:09:13 +00:00
mostafah%oeone.com 6f76675ee8 Checked in patches for bug 232114: Outlook csv import expects dates as mm/dd/yyyy - outlook export dates seem locale specific 2004-02-20 18:03:34 +00:00
bienvenu%nventure.com af7af70c6e init total msg counts to -1 to avoid garbage counts and a prompt to send unsent messages, sr=mscott 234981 2004-02-20 17:54:24 +00:00
bryner%brianryner.com 5f7a8b383e Inline boolean getters and setters on nsIPresContext, and change the storage to a bitfield. Bug 229371, r+sr=roc. 2004-02-20 17:49:01 +00:00
tor%cs.brown.edu 54fad8e447 Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner 2004-02-20 17:29:53 +00:00
bienvenu%nventure.com 0ca850723f fix 233979, patch by ch.ey@gmx.net, sr=bienvenu outgoing smtp server settings for user name and password are sticky and shouldn't be 2004-02-20 16:43:08 +00:00
mostafah%oeone.com bdc9f08d11 Checked in patch for bug 234899: Need update XPI's install.js for Mozilla
Application Suite, at least.
2004-02-20 16:37:07 +00:00
db48x%yahoo.com 0e33e8dda1 bug 218210 - find nodes does not work when searching for attribute
also makes search match on substrings, and makes it case insensitive
r=timeless, sr=bzbarsky
2004-02-20 08:39:01 +00:00
bzbarsky%mit.edu 0665b89dda Fix GDI+ string bustage in SVG builds. Bug 234959, patch by Bob Clary
<bc@bclary.com>, r=darin,afri, sr=bzbarsky
2004-02-20 07:41:06 +00:00
brendan%mozilla.org c0ad926a1b Elaborate reference error message; fix iloop in __hasInstance__. 2004-02-20 07:35:28 +00:00
scott%scott-macgregor.org e91eb18b8d Cleanup extraneous [const] tags in the interface that are inplicit because the args
are listed as input parameters.

sr=darin
2004-02-20 06:58:30 +00:00
roc+%cs.cmu.edu 7c84914071 Bug 230697. Extend MOZ_FORCE_PAINT_AFTER_ONLOAD so that CSS background image loads delay firing of the onload event. r+sr=bz 2004-02-20 06:00:35 +00:00
roc+%cs.cmu.edu 0215af09b3 Fixing bustage 2004-02-20 05:26:57 +00:00
roc+%cs.cmu.edu 75669ccbba Bug 228861. Ensure that CLIP and FILTER display list instructions are added even if they appear to be outside the dirty area. Content may be reparented under them that does intersect the dirty area and is affected by the display list instructions. r+sr=dbaron 2004-02-20 04:41:06 +00:00
roc+%cs.cmu.edu bc4732d3b9 Bug 229897. Fix build warning on brad. r+sr=roc, patch by Serge Gautherie 2004-02-20 04:38:34 +00:00
roc+%cs.cmu.edu 089f8b1cf0 Bug 232780. Fix aX/aY parameters in nsViewManager::CreateDisplayList. r+sr=dbaron 2004-02-20 04:34:32 +00:00
roc+%cs.cmu.edu d8c43bbecb Bug 232951. Make scrolling of scrolling-views-without-widgets work properly even when there are child widgets. r+sr=dbaron 2004-02-20 04:31:20 +00:00
darin%meer.net fdf250cf4e landing patch for bug 234864 "string branch landing resulted in large spike in heap allocations (brad:A metric)" r+sr=dbaron
this patch also introduces nsTFixedString and removes CBufDescriptor.
2004-02-20 02:23:05 +00:00
blakeross%telocity.com 3a6fb58d73 Fix up a few things in open location: our product isn't called "Navigator", and we don't need to use string bundle anymore to set text of dialog buttons. 2004-02-20 02:22:23 +00:00
blakeross%telocity.com daccbcc82a Fix 229199: Open Location dlg is mostly busted. Patch by pike@pikey.me.uk. 2004-02-20 02:14:48 +00:00
darin%meer.net 2c90f8bb44 somehow this one escaped my last checkin .. oops! 2004-02-20 02:13:59 +00:00
roc+%cs.cmu.edu 1fe2384bf5 Bug 228441. -moz-opacity doesn't work on the Mac; fix it by forcing double buffering when translucent elements are being displayed. r+sr=dbaron 2004-02-20 02:11:25 +00:00
darin%meer.net a3c2f914bf remove references to CBufDescriptor to fix WIN32 bustage 2004-02-20 02:07:09 +00:00
blakeross%telocity.com 240cdc36b1 Fix 213250: Autoscroll prevents middle clicking on links in XML (XHTML) docs. Patch by Jon Henry. 2004-02-20 02:04:27 +00:00
kyle.yuan%sun.com 4021f06547 Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
r=timeless, sr=henry.jia
patch by Simford.Dong@sun.com
2004-02-20 01:59:34 +00:00
jshin%mailaps.org e5dab37fe0 bug 229705 : CStringArray should accept |nsACString&| instead of |nsCString&|. r=mscott, sr=alecf (with darin, jst, dbaron helping) 2004-02-20 01:54:55 +00:00
darin%meer.net 44ce35aebb landing patch for bug 234864 "string branch landing resulted in large spike in heap allocations (brad:A metric)" r+sr=dbaron
this patch also introduces nsTFixedString and removes CBufDescriptor.
2004-02-20 01:53:23 +00:00
scott%scott-macgregor.org 38eb45fe2b Bug #234707 --> fixes a regression where account central is only 100px tall. 2004-02-20 01:21:20 +00:00
blakeross%telocity.com dc4f814149 Fix 176675: Dragging text to search bar should search for it. Also guard against a crash. 2004-02-20 00:56:59 +00:00
bienvenu%nventure.com adaeba3d49 potential fix for partially downloaded imap messages ending up in offline store, 234553, sr=mscott 2004-02-20 00:52:19 +00:00
bienvenu%nventure.com a34baad61f fix 234546 sending message spins if we can't read attachment file, sr=mscott 2004-02-20 00:48:48 +00:00