scott%scott-macgregor.org
356c8cb38e
Bug #249741 --> Add back the Get New Mail For All Accounts feature.
2004-07-04 07:18:59 +00:00
scott%scott-macgregor.org
ce03e1d718
Bug #249650 --> Add support for a website header to the message header pane for
...
the Thunderbird RSS reader.
2004-07-04 06:15:40 +00:00
scott%scott-macgregor.org
ed5f9e9946
Bug #249650 --> Add support for a website header to the message header pane for
...
the Thunderbird RSS reader.
2004-07-04 06:09:37 +00:00
scott%scott-macgregor.org
85d0169a65
Bug #249614 --> Porting tbird branch changes back to the trunk.
...
Changes to make the import module better support the new migration wizard for Outlook Express migrations.
1) Allow a consumer to pass in an RDF URI for an address book (i.e. the
personal AB) to migrate address book data too. This allows the OE migrator to
migrate address book data directly to a Personal Address book instead of to
"Outlook Express Address Book"
2) When migrating OE Pop3 servers, make them use the deferred account by
default (Local folder Global Inbox)
3) Add folder translation code to translate Outlook Express Local Folder names
into folder names Mozilla will recognize (like Deleted Items --> Trash)
4) If we are migrating local folders (as opposed to importing), migrate
directly into local folders and not as a sub folder of Local Folders.
sr=bienvenu
2004-07-04 05:19:34 +00:00
justdave%bugzilla.org
2abf0535b0
Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not existing during an upgrade from 2.14.x or older without going through 2.16.x in between.
...
r=joel, a=justdave
2004-07-04 03:34:04 +00:00
neil%parkwaycc.co.uk
bb69790fdb
Bug 64157 Should be able to navigate <menulist> when it's not dropped down r=aaronl sr=roc
2004-07-03 21:00:07 +00:00
neil%parkwaycc.co.uk
bac92025e4
Form frames should not register empty access keys b=248566 r/sr=roc
2004-07-03 20:54:54 +00:00
mostafah%oeone.com
1e2f0b1f69
Imported pref.css files from browser and applied first patch
...
for bug 248399
2004-07-03 16:58:32 +00:00
bsmedberg%covad.net
48db314cb8
Bug 248423 - workaround for the config.trim_on_minimize code not using a pref observer, and bug 249585 - createprofile flag doesn't allow user-specified paths
2004-07-03 16:41:17 +00:00
mostafah%oeone.com
910aae9307
Fixed depth
2004-07-03 16:12:23 +00:00
mostafah%oeone.com
b04216d8fb
Add pinstripe winstripe theme suppport to sunbird
2004-07-03 16:04:51 +00:00
mostafah%oeone.com
fe4fd685f8
Updated translation
2004-07-03 14:40:32 +00:00
neil%parkwaycc.co.uk
d31ec2cc59
Fix profile list display issues by using a tree instead b=120410 r=varga sr=jag
2004-07-03 10:40:09 +00:00
bmlk%gmx.de
6e737cd1b0
fix a crash in table pseudo frame handling, where colgroups need a special handling as they hold only columns and and can not be parents of other frames , bug 239294 r/sr=dbaron
2004-07-03 09:42:51 +00:00
ben%bengoodger.com
f297e8a3b0
246687 - Firefox gets stuck at Finishing Extension Installation dialog if a newer version of an extension with a smaller xpi is installed over the top of it. Fixes a bug in nsJAR.cpp to truncate files extracted over existing files. Patch by pike, r=dveditz@cruzio.com, sr=ben@mozilla.org
2004-07-03 09:10:13 +00:00
myk%mozilla.org
57ea0e91e0
Fix for bug 248379: update to bug 245924; enable link groups to be styled individually
...
Patch by Svetlana Harisova
r=myk
a=myk
2004-07-03 00:49:16 +00:00
jocuri%softhome.net
f2e721be33
Patch for bug 248001: Conversion of boolean conditions in SQL statements for better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.
2004-07-03 00:26:29 +00:00
bienvenu%nventure.com
546cd5ab4b
fix save as draft on imap servers that don't like empty flag list sr=mscott 248240
2004-07-02 23:45:27 +00:00
mostafah%oeone.com
084a264360
Updated translation
2004-07-02 23:19:51 +00:00
Stefan.Borggraefe%gmx.de
7d50874fc6
Supplemental patch for Bug 248472: "Use white text for dark calendar colors for better readability"
...
The first patch wasn't enough to also fix Day View.
r=mostafah
2004-07-02 18:31:18 +00:00
cbiesinger%web.de
f356d6b6a0
update all.js after 247607 checkin. r+sr=darin
2004-07-02 17:39:03 +00:00
cbiesinger%web.de
238b37891f
forgot to remove this file as part of bug 247607. not part of the build.
2004-07-02 17:18:56 +00:00
igor%mir2.org
53864e64b8
Splitting code generation in interpreter and class compiler into separated statement-only and expression only cases to add more checks.
2004-07-02 15:36:13 +00:00
mostafah%oeone.com
dda1637254
Build extensions dir
2004-07-02 14:59:12 +00:00
mostafah%oeone.com
a7c5341937
Added extension manager support to sunbird
2004-07-02 14:49:47 +00:00
mostafah%oeone.com
4f0107b565
Checked in attachment 152159 for bug 218068
2004-07-02 13:27:43 +00:00
igor%mir2.org
b91ef7e8a2
Replacing generic Token.EXPRSTMT by Token.EXPR_VOID and Token.EXPR_RESULT and removal of Token.POP and Token.POPV. Now parser creates appropriate expression statements itself so there is no need to replace the time in NodeTransformer.
2004-07-02 13:11:06 +00:00
cbiesinger%web.de
646420ac21
Bug 246447 Alt/Control/Shift/Meta should generate KeyUp and KeyDown but not KeyPress
...
r=bryner sr=jst patch by Ilya Konstantinov <mozilla-bugzilla@future.shiny.co.il>
2004-07-02 12:08:38 +00:00
neil%parkwaycc.co.uk
dee1fe6515
Fix javascript strict warning: assignment to undeclared variable gLDAPPrefsService b=58696 p=gautheri@noos.fr r/sr=mscott
2004-07-02 09:05:49 +00:00
Stefan.Borggraefe%gmx.de
a7527a4af4
Fix for bug 248472: "Use white text for dark calendar colors for better readability"
...
r=mostafah
2004-07-02 07:42:08 +00:00
igor%mir2.org
4ad826a35e
Fixing bug 249471:
...
Fixing parseFloat logic and Context usage cleanup.
I changed number start detection code in parseFloat to check properly for lone
+/- while making the code IMO more redable.
In addtion patch removes unused Context parameter from various functions in
NativeGlobal including parseFloat which was remainder from pre IdFunction
code.
2004-07-02 06:55:21 +00:00
timeless%mozdev.org
1f3a8f89e2
Bug 249459 make-jars.pl should use CYGDRIVE_MOUNT
...
patch by sdwalker@myrealbox.com r=cls
2004-07-02 00:53:36 +00:00
timeless%mozdev.org
a4766d5630
Bug 245775 allmakefiles.sh references sroaming/resources/Makefile
...
also removed:
toolkit/components/profile/Makefile
toolkit/components/profile/public/Makefile
patch by sdwalker@myrealbox.com r=bsmedberg
2004-07-01 23:56:21 +00:00
timeless%mozdev.org
0fefe8f9c0
Bug 235168 Remove MOZ_PHOENIX ifdefs from strictly firefox or strictly seamonkey code
...
patch by sdwalker@myrealbox.com r=ben sr=roc
2004-07-01 23:53:19 +00:00
darin%meer.net
6c4a94cbba
fixes bug 201040 "Unable to view page source of the page that uses IDN" r=biesi
2004-07-01 23:45:34 +00:00
darin%meer.net
a3654af2ec
cleaning up QueryInterface call from last check in, r=biesi
2004-07-01 23:37:40 +00:00
timeless%mozdev.org
c5d719fafe
Bug 242110 [nsTXTToHTMLConv] angle brackets in gopher pages are not properly escaped/displayed
...
r=darin sr=darin
2004-07-01 23:33:47 +00:00
darin%meer.net
d91bf7cf8c
rev'ing IID for nsIProxyInfo since it was changed (b=224237)
2004-07-01 23:33:32 +00:00
darin%meer.net
197c6f3576
fixes bug 224237 "PAC: make failover behave according to specification"
...
original patch by jerry.tan@sun.com with revisions by darin, r=biesi
2004-07-01 23:31:47 +00:00
tor%cs.brown.edu
76a195745f
Bug 203257 - wrong error if no printers installed (win32).
...
Patch by aaronr@us.ibm.com , r=ere, sr=tor
2004-07-01 21:57:34 +00:00
mostafah%oeone.com
03007f1c56
Removing unneeded files
2004-07-01 21:49:00 +00:00
mostafah%oeone.com
40e65f8264
libnegotiateauth is for linux only
2004-07-01 21:43:09 +00:00
mostafah%oeone.com
be76948c59
prefmigr.xpt is not used anymore
2004-07-01 21:34:13 +00:00
rbs%maths.uq.edu.au
fc468ab2cf
Ensure that Find Again (F3) iterates over all matches, even when the ESM::MoveFocusToCaret() takes a shortcut that leaves the focus controller slightly out-of-sync, b=249345, r+sr=jst
2004-07-01 21:29:21 +00:00
mostafah%oeone.com
733b73e792
It seems that panels.rdf is no longer needed/created
2004-07-01 21:27:48 +00:00
mostafah%oeone.com
ca4c00fd4d
Updated Makefile.in with files that are needed now.
2004-07-01 21:21:21 +00:00
aaronleventhal%moonset.net
9902868966
Fixing bustage
2004-07-01 21:13:04 +00:00
aaronleventhal%moonset.net
b3ab7e5625
Bug 241469. Help interface not keyboard accessible. Patch by Neil Rashbrook. r=aaronlev, sr=bryner
2004-07-01 20:50:49 +00:00
aaronleventhal%moonset.net
1afd2b37ad
Bug 168624. Microsoft Narrator hanging Mozilla. r=pkw, sr=bryner
2004-07-01 20:43:03 +00:00
jpierre%netscape.com
4bfc6dca87
Fix for 248981 - make SECMOD_LoadPKCS11Module thread safe. r=relyea
2004-07-01 19:20:51 +00:00