Commit Graph

135506 Commits

Author SHA1 Message Date
shaver%mozilla.org
d91a7968ca IDs for parser service 2004-11-22 20:25:42 +00:00
shaver%mozilla.org
4998188056 simple ICS parser service interface 2004-11-22 20:24:13 +00:00
mkaply%us.ibm.com
082993853a #264647
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add protocols to ExternalProtocolHandlerExists/Add GetApplicationDescription for OS/2
2004-11-22 19:28:24 +00:00
mvl%exedo.nl
6c66b63f9a don't die if there is no throbber
bug 268602, r=gekacheka
2004-11-22 18:30:06 +00:00
mkaply%us.ibm.com
108f022a79 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog
2004-11-22 18:25:46 +00:00
mkaply%us.ibm.com
51336e145f #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup
2004-11-22 18:21:53 +00:00
mkaply%us.ibm.com
2f9a1aee3b #267862
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Javier Pedemonte - fix some subtle font issues
2004-11-22 18:14:59 +00:00
mkaply%us.ibm.com
12a843d270 #257230
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - remove a release build printf
2004-11-22 17:40:45 +00:00
mkaply%us.ibm.com
8d134e4d51 #269632
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Dainis Jonitis - add debug paint flashing for OS/2
2004-11-22 17:36:44 +00:00
igor%mir2.org
3f2ace010a Removal of serialVersionUID which was not used correctly:
Rhino never claimed to support binary compatibility in the serialized objects and it is better to use the system generated ids always to catch errors about incompatible changes ASAP.
2004-11-22 13:23:03 +00:00
scott%scott-macgregor.org
3859082191 qute theme fix:
javascript text box too tall
2004-11-22 06:57:50 +00:00
scott%scott-macgregor.org
e0b1ca104f fix padding around the images in the buttons for the extensions / themes dialog 2004-11-22 06:46:04 +00:00
scott%scott-macgregor.org
2cfe4e22a2 Always use the small throbber icon.
Remove arrows from move up / move down buttons in the filter list dialog.
2004-11-22 05:31:28 +00:00
scott%scott-macgregor.org
cdba3dde86 Qute Theme update.
Add new checked / unchecked images for filter list dialog, subscribe dialog, choose folders for offline dialog and saved search folder picker dialog.
2004-11-22 05:30:14 +00:00
scott%scott-macgregor.org
4abe1416ad Qute Theme update.
New sent folder icon

New icons for saved search folders and rss saved search folders
2004-11-22 05:08:22 +00:00
scott%scott-macgregor.org
b3c7345ed8 Bug #271024 --> On windows and linux, use separators instead of spacers in the default address book
and mail 3-pane toolbars

sr=bienvenu
2004-11-22 04:43:21 +00:00
scott%scott-macgregor.org
bd38269dda Bug #255473 --> Add support for multiple RSS accounts. Tbird 1.0 bug
r=me
sr=bienvenu
a=asa
2004-11-22 04:38:12 +00:00
bzbarsky%mit.edu
a36ab5b06d Don't clear the root view manager pointer when the root view is destroyed. Bug
269402, r+sr=roc, a=asa
2004-11-22 03:06:14 +00:00
bzbarsky%mit.edu
7028f44696 Don't DisableRefresh() at destruction, since that operates on the whole
viewmanager tree.  Bug 267557, r+sr=roc, a=asa
2004-11-22 02:59:19 +00:00
timeless%mozdev.org
74b9b0cb11 Bug 267313 second external link opened into Mozilla opens the home/start page
patch by emaijala@kolumbus.fi r=bsmedberg sr=neil a=asa
2004-11-22 00:02:27 +00:00
zack%kde.org
f6fb51a99f hmm, i forgot about the lack of rtti. fixes 267626 2004-11-21 23:20:00 +00:00
bienvenu%nventure.com
db38dba0e0 fix 270249 pop3 logon attempts can loop infinitely depending on the way the server errors are returned, sr=mscott, a=asa 2004-11-21 20:50:40 +00:00
psychoticwolf%carolina.rr.com
fcf5d0a64c Fix foreach() error when uploading first preview 2004-11-21 12:37:03 +00:00
psychoticwolf%carolina.rr.com
8d2c30e8ed Fix Bug with Theme ID Being lost 2004-11-21 12:22:28 +00:00
psychoticwolf%carolina.rr.com
a5559ac8d6 Bug 271034. Require Comment for Approval Request Denial 2004-11-21 09:13:11 +00:00
scott%scott-macgregor.org
bcffb3f02d Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header.
Better fix this time.
2004-11-21 01:04:08 +00:00
dbaron%dbaron.org
15c5c32945 Remove unused file, after wasting most of a day debugging why my changes to it didn't do anything (252703). 2004-11-20 23:54:28 +00:00
bienvenu%nventure.com
b395246cd6 fix 270069 status bar total and unread counts for single folder virtual folders, tbird only, sr=mscott 2004-11-20 22:47:02 +00:00
cltbld
ea033e1049 Automated update from host egg 2004-11-20 22:13:47 +00:00
bryner%brianryner.com
a2b16f9ff7 backing out my checkin, i didn't have drivers approval. 2004-11-20 22:07:20 +00:00
cltbld
e9e77ea809 Automated update from host egg 2004-11-20 21:43:56 +00:00
bryner%brianryner.com
fe3361de46 Add XForms to MOZ_EXTENSIONS_ALL, with appropriate dependency checks. Bug 271002, r+sr=dbaron. 2004-11-20 21:43:19 +00:00
bryner%brianryner.com
8564d5a285 Implement XForms label support (bug 267612). r=darin. 2004-11-20 21:00:59 +00:00
shaver%mozilla.org
f5dccd7247 better scriptable flags to permit resolve-mutation but not arbitrary annotation 2004-11-20 19:23:54 +00:00
jocuri%softhome.net
92c4987802 Patch for bug 264868: show_bug.cgi should honour 'emailsuffix' in 'Reassign bug to' field; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. 2004-11-20 14:28:12 +00:00
jocuri%softhome.net
1417508be9 Patch for bug 270404: Add detaint_natural and fix use lib instruction in sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. 2004-11-20 12:35:17 +00:00
jocuri%softhome.net
fb94e033f4 Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the bug owner, QA contact and reporter too many times; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave. 2004-11-20 12:31:04 +00:00
jocuri%softhome.net
02ac073f7d Patch for bug 267494: 'Voter' column should not appear in email preferences if param(usevotes) is false; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave. 2004-11-20 12:17:28 +00:00
jocuri%softhome.net
394979ebce Patch for bug 177993: Point out that the mid-air collision message is customizable; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd. 2004-11-20 12:08:44 +00:00
joshmoz%gmail.com
a5e5983d78 fix bug 248720 - tabs do not change properly to reflect a new tab set. sr=pinkerton 2004-11-20 09:47:12 +00:00
brendan%mozilla.org
c7ed3da614 In the Replace-calls-Insert case, where V is an XMLList, avoid creating holes and botching x.[[Length]] (246441 followup, rs=shaver). 2004-11-20 02:34:09 +00:00
joshmoz%gmail.com
d515c2d196 remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton 2004-11-20 01:05:27 +00:00
joshmoz%gmail.com
5a94fe1797 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com
6ac4e8cf75 fix bug 265503 - firefox bookmark importing fixes. sr=pinkerton 2004-11-20 00:39:13 +00:00
nelsonb%netscape.com
08836590b0 Do case-insensitive comparisons of hostnames to wildcarded names.
Bug 266651.  Patch contributed by Ken Key <key+mozilla@ksquared.net>.
2004-11-19 23:54:10 +00:00
tor%cs.brown.edu
5ebe551c2f Bug 267195 - implement svg opacity property. r=scooter 2004-11-19 22:52:15 +00:00
scott%scott-macgregor.org
21eb480fc8 Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header. 2004-11-19 22:48:39 +00:00
jst%mozilla.jstenback.com
111121310b Fixing bug 265987. Don't expose the current content window to hidden tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org 2004-11-19 22:39:04 +00:00
scott%scott-macgregor.org
12867e8208 qute polish update 2004-11-19 21:38:49 +00:00
bienvenu%nventure.com
d42624401f fix 270601 create filter from message for messages in global inbox 2004-11-19 21:36:11 +00:00