bugzilla%standard8.demon.co.uk
0884885912
Bug 332362 Correct misuse of ifdefs in /mailnews. Part 1 - Correct jar.mn files. r=KaiRo,sr=Neil.
2006-03-31 15:30:14 +00:00
benjamin%smedbergs.us
e78d48180f
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-21 18:19:14 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bugzilla%arlen.demon.co.uk
bab627825a
Bug 319659 XPFE code assumes document.firstChild is the root element
...
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
bugzilla%standard8.demon.co.uk
f2cfda8b6b
Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 4 - move *CID.h files to public directories if they are exported. r/sr=dmose
2005-12-28 19:52:40 +00:00
cst%andrew.cmu.edu
0a46aef2fb
Bug 272149 Fix misleading question when selecting multiple certificates for signing and encrypting mail
...
Patch by Gijs Kruitbosch (Hannibal) <gijskruitbosch+bugs@gmail.com> r=bienvenu sr=neil
2005-09-07 13:38:52 +00:00
relyea%netscape.com
db871aeb76
Bug 284369 UI for encrypted messages that can't be decrypted not dramantic.
...
This patch adds UI information to the user when the message can't be displayed
because the message was encrypted and a key could not be found. It also adds
event handling to redraw the screen if a smartcard is insert.
SR+=mScott a1.8b4=asa
2005-07-29 22:01:08 +00:00
jshin%mailaps.org
bbfd159610
bug 126453 : Chinese newsgroup names are not readable: patch by holywen%mozilla.org.cn with my changes (r=bienvenu, sr=mscott, a=asa)
2005-07-20 11:49:45 +00:00
dougt%meer.net
05339dd922
Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
2005-06-01 16:06:53 +00:00
bsmedberg%covad.net
68fcd67e0a
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 13:09:19 +00:00
scott%scott-macgregor.org
50a3ba7bf5
Bug #286806 --> Package mailnews chrome files directly from mozilla\mail to simplify the Thunderbird
...
build process.
sr=bienvenu
2005-03-22 19:13:18 +00:00
bsmedberg%covad.net
ab0810ddac
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
scott%scott-macgregor.org
58a2def0c6
Bug 282399 --> Fork SMIME locale files from mozilla\mailnews as part of the Thunderbird work to support automated locales.
2005-02-15 23:34:00 +00:00
scott%scott-macgregor.org
518626625b
**shouldn't effect the 1.8 a6 seamoney build**
...
Work of fixing Bug #276918 --> Thunderbird installer and zip builds are DOA after the aviary landing to mozilla\toolkit with
toolkit entity errors.
Locale restructuring to match work done on the aviary 1.0 branch.
2005-01-07 01:31:13 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
bugzilla%arlen.demon.co.uk
3dcf430c06
Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-30 14:44:44 +00:00
peterv%propagandism.org
4d359db0ee
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 13:16:28 +00:00
scott%scott-macgregor.org
2e1033934c
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
...
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
Stefan.Borggraefe%gmx.de
ed0bcbd91c
Bug 226956: </mailnews/*> files: Convert <window class="dialog"> to <dialog>
...
This patch removes superfluous references to dialogOverlay.* and converts the certFetchingStatus-dialog to <dialog>.
r=neil, sr=mscott
2004-07-24 21:56:22 +00:00
Stefan.Borggraefe%gmx.de
9ffb9ffba3
Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
...
r=neil, sr=mscott
2004-07-07 11:32:45 +00:00
timeless%mozdev.org
7b5970dc1f
Bug 243621 Standardize QueryInterface without throw
...
r=neil sr=darin
2004-05-17 23:38:25 +00:00
timeless%mozdev.org
3601dfba5a
Bug 124868 i have never seen an Accoun Manager and never hope to see one
...
r=mscott sr=mscott
2004-04-23 03:17:49 +00:00
gerv%gerv.net
482dc5fcad
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
jshin%mailaps.org
fdf2ad9bff
bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott)
2004-04-13 04:07:07 +00:00
bienvenu%nventure.com
9421381579
fetching smime certs via ldap broken, 239085 sr=mscott
2004-04-13 00:34:38 +00:00
kairo%kairo.at
97c9024a5a
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
2004-02-27 11:54:28 +00:00
neil%parkwaycc.co.uk
f1973c1b21
Bug 162432 JS error redeclaration of const MOZILLA_CONTENT_PACK p=gautheri@noos.fr r=me sr=mscott
2004-02-07 13:05:24 +00:00
kairo%kairo.at
9ec4b6c21a
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
2004-02-04 14:24:38 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
dbaron%dbaron.org
f35f2c3708
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
2003-12-02 23:22:11 +00:00
bienvenu%nventure.com
9d13616681
fix 68341 add mnemonics to account settings, patch by Stefan Borggraefe, r=neil.parkwaycc, sr=bienvenu, a=asa
2003-12-02 01:02:14 +00:00
scott%scott-macgregor.org
c68b172eb4
Back out Bug #206838 which changed the branding of Mail & News within seamonkey
...
r/sr=bienvenu/mscott
a=sspitzer
2003-11-26 22:57:41 +00:00
rlk%trfenv.com
c40ed5b89e
Bug 206838 - Mozilla rebranding (e.g. Messenger, not Mail & Newsgroups). r=neil@parkwaycc.co.uk, sr=jag@tty.nl a=asa@mozilla.org. Patch by Mikael Parknert (arne.anka@stupido.com).
2003-11-26 15:06:10 +00:00
scott%scott-macgregor.org
167eb55b0f
Bug #224138 --> can't send S/MIME Encrypted messages because we aren't adding a CRLF to the last message line.
...
patch by ch
sr=mscott
a=asa
2003-11-19 16:52:18 +00:00
neil%parkwaycc.co.uk
f33c66674b
Bug 78446 MailNews xul files should not have any inline styles r=bienvenu sr=bz
2003-10-30 09:48:15 +00:00
kairo%kairo.at
07e3c65080
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2003-10-18 17:54:07 +00:00
bryner%brianryner.com
0675c941bf
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:56:05 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
kairo%kairo.at
b6208f06a9
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
2003-08-11 11:31:24 +00:00
bzbarsky%mit.edu
ec0e304f16
Bump skinVersion up to 1.5, since older skins are likely to get broken by the
...
change to no longer support single-':' pseudo-elements. Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
scott%scott-macgregor.org
a8b279976a
Bug #210984 --> let extensions extend entries in the account manager. This allows extensions like PGP/mime to directly add panels
...
to the account manager.
r/sr=sspitzer
2003-07-14 00:02:09 +00:00
kaie%netscape.com
85ae6c6e74
Fixing bustage from previous checkin.
2003-07-11 20:20:14 +00:00
kaie%netscape.com
4349eb0e5e
b=205702 S/Mime messages should use larger encrypted strings to increase strength of security
...
r=ddrinan sr=brendan
2003-07-11 19:27:27 +00:00
cbiesinger%web.de
d66c363072
201769 r=neil sr=dmose patch by bugzilla@christian.schmidt.name
...
Security panel is confusing - order of controls should be changed
2003-06-24 20:51:38 +00:00
seawood%netscape.com
c80471302d
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:29:40 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
kairo%kairo.at
108ef75354
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
scott%scott-macgregor.org
93b3a91d4c
Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
...
been moved to ..\src.
2003-05-18 19:25:59 +00:00
scott%scott-macgregor.org
b6381bec7d
Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
...
r/sr=sspiter
2003-04-20 20:56:21 +00:00