scott%scott-macgregor.org
|
a479b6253c
|
Port seamonkey bug:
Bug 195315 Run Junk Mail Controls on selected messages
|
2004-02-20 22:14:04 +00:00 |
dbaron%dbaron.org
|
8b81db7e6f
|
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
|
110ba9e499
|
Bug 235035 change nsIRunnable.Run to nsIRunnable.run
r=dougt sr=darin
|
2004-02-20 21:34:57 +00:00 |
neil%parkwaycc.co.uk
|
33b067850c
|
Bug 195315 Run Junk Mail Controls on selected messages r=mscott sr=bienvenu
|
2004-02-20 21:13:24 +00:00 |
blakeross%telocity.com
|
e61d0a8a91
|
Fix 234948: sync our config.js with the trunk's.
|
2004-02-20 21:09:03 +00:00 |
jst%mozilla.jstenback.com
|
09b4fb5ea6
|
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
|
f218d03481
|
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
|
32eb2c4962
|
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
|
149ac0bb68
|
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
|
661defe5a6
|
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
|
d307bcc6df
|
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
|
fc2b692038
|
fix for phantom messages in db, sr=mscott 227472
|
2004-02-20 19:45:33 +00:00 |
scott%scott-macgregor.org
|
7449a66af8
|
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
|
d06fff3092
|
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
|
dfb0a931da
|
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
|
580557c74f
|
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
|
394ebcdd9c
|
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
|
b6d6299c06
|
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
|
b439daa438
|
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
|
80c0160f25
|
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
|
3ee77de094
|
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
|
a5cf645c11
|
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
|
41c3b9355c
|
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
|
5647f75629
|
Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner
|
2004-02-20 17:29:53 +00:00 |
bienvenu%nventure.com
|
d509e35784
|
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
|
94cb8e6916
|
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
|
e8f1133655
|
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
|
cdaace6a0c
|
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
|
1f4d1acecd
|
Elaborate reference error message; fix iloop in __hasInstance__.
|
2004-02-20 07:35:28 +00:00 |
scott%scott-macgregor.org
|
4a6709e5af
|
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
|
7dfdbffda0
|
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
|
e9656e9eee
|
Fixing bustage
|
2004-02-20 05:26:57 +00:00 |
roc+%cs.cmu.edu
|
cbcc84d866
|
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
|
43557c3a3d
|
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
|
8da35ebc54
|
Bug 232780. Fix aX/aY parameters in nsViewManager::CreateDisplayList. r+sr=dbaron
|
2004-02-20 04:34:32 +00:00 |
roc+%cs.cmu.edu
|
3c1b167fd1
|
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
|
eb75dde69f
|
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
|
af398109dc
|
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
|
ebc0567180
|
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
|
7b10a0f214
|
somehow this one escaped my last checkin .. oops!
|
2004-02-20 02:13:59 +00:00 |
roc+%cs.cmu.edu
|
1f41a91edd
|
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
|
75a9c01787
|
remove references to CBufDescriptor to fix WIN32 bustage
|
2004-02-20 02:07:09 +00:00 |
blakeross%telocity.com
|
b029494e0b
|
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
|
9bdb253d4f
|
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
|
e2fe7bdc8d
|
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
|
8bc9bba9d5
|
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
|
76dcc5f34f
|
Bug #234707 --> fixes a regression where account central is only 100px tall.
|
2004-02-20 01:21:20 +00:00 |
blakeross%telocity.com
|
41a7a814be
|
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
|
3fefb3b55a
|
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
|
a81f16cda3
|
fix 234546 sending message spins if we can't read attachment file, sr=mscott
|
2004-02-20 00:48:48 +00:00 |