aceman
4813a83e71
Bug 796085 - Fix "warning: variable 'rv' set but not used [-Wunused-but-set-variable]" gcc warnings in /mailnews/news. r=jcranmer
2012-10-02 18:55:58 -04:00
aceman
bff29a07ee
Bug 795097 - Use a numeric input box in the News "Download headers" dialog. ui-r=bwinton, r=jcranmer
2012-10-02 18:53:58 -04:00
Irving Reid
005328fc47
Bug 783289: Fix nsresult issues noticed during review of 779130 p1, p3, p4, p6, p8, p9 r=Standard8,jcranmer
2012-09-28 13:38:34 -04:00
aceman
bdc20fe7a4
Bug 794186 - remove remaining PRInt32/PRUint32 usages in comm-central. r=standard8
2012-09-27 21:41:16 +01:00
Florian Quèze
adbcf12140
Bug 792804 - Fix xpcshell test failure caused by opening a cache entry synchronously, r=mconley.
2012-09-20 17:16:52 +02:00
Makoto Kato
fe16ff6fe8
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=standard8
2012-09-06 11:47:38 +09:00
Randell Jesup
f6a52ce972
Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg
2012-09-01 22:37:39 -04:00
Hiroyuki Ikezoe
40a64ce7e9
Bug 775394 - Use Services.io instead of Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService). r=mconley
2012-08-31 06:27:50 -04:00
SAKURAI Kenichi
8cb56cb6cf
Bug 707789 - Use Services.prefs instead of preferences-service, in Mailnews Core test files. r=mconley
2012-08-27 12:59:30 -04:00
Ehsan Akhgari
eafa99c563
Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*/mozilla*" \
! -wholename "*ldap/sdks/c-sdk*" \
! -wholename "*/.hg*" \
! -wholename "obj-tb-dbg*" \
! -wholename "obj-sm-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 12:14:35 -04:00
Joshua Cranmer
2bfcb427ab
Bug 783479 - Crash in nsNNTPProtocol::ProcessProtocolState. r=Neil
2012-08-17 15:36:49 -05:00
Aryeh Gregor
50cc8d1b03
Bug 779130 - Change types away from nsresult; r=irving
...
--HG--
extra : rebase_source : 425aef7f472b9414c2f260cca8195d521a498497
2012-08-07 18:58:04 +03:00
Aryeh Gregor
9722e8c1a8
Bug 779130 - Add lots of static_cast<nsresult>; r=standard8
...
--HG--
extra : rebase_source : db8cc7fb712739951d0a899edf67cfc345286078
2012-08-06 18:49:44 +03:00
Aryeh Gregor
cf03463aec
Bug 779130 - Change types to nsresult; r=irving
...
--HG--
extra : rebase_source : 36b72a7b0c728b32503c3bdcec3c6cc01b03911f
2012-08-06 17:44:14 +03:00
Aryeh Gregor
a000b65194
Bug 779130 - Fix type of constants; r=irving
...
--HG--
extra : rebase_source : d2e2dcfd287446fa3d3e6e6dd877a6b851cccc33
2012-08-06 17:44:08 +03:00
Mark Banner
388656230a
Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo
2012-08-17 08:56:10 +01:00
Mark Banner
be9c8d9852
Bug 782404 - Unhide some skipped xpcshell-tests. r=jcranmer
2012-08-14 14:40:35 +01:00
Honza Bambas
11a866e6db
Adapt to Bug 215450 - uploading files that are larger the 2GB fails - to fix bustage from the API changes landed in mozilla-central, and fix bug 782102. r=Neil. Patch by Honza, updated by Standard8. a=Bustage fix for CLOSED TREE
2012-08-13 23:19:59 +01:00
Mike Conley
c494852a33
Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8.
2012-08-02 10:26:36 -04:00
Joshua Cranmer
02fa657e28
Bug 773782 - Stop using LL_* macros. r=Neil
...
--HG--
extra : rebase_source : 35e5adf4c8df76c2022e4dc7931777cdd96f4788
2012-07-12 14:26:29 -05:00
Mark Banner
6073567440
Bug 771277 - Fix XPCShell password authentication tests so that they don't pass around fake docShells. pending-r=mconley,sr=bienvenu. Landing early to fix permanent orange on the tree.
2012-07-06 08:03:45 +01:00
Hiroyuki Ikezoe
7484dfbfe3
Bug 761518 - Cleanup dummyMsgWindow in xpcshell tests. r=mconley
2012-06-09 10:15:06 -04:00
Geoff Lankow
c512c6fc3b
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=Fallen,Neil sr=Standard8
2012-06-06 14:24:01 +12:00
aceman
7ae08c788e
Bug 717129 - avoid crash in nsNNTPProtocol::Initialize by testing for m_nntpServer. r=jcranmer
2012-06-02 14:41:56 -04:00
Gervase Markham
d9160e1ab8
Bug 757018 - upgrade license to MPL 2.
2012-05-30 17:48:24 +01:00
aceman
635a8b80e2
Bug 720199 - Properly update account name when user/server name changes. r=IanN, r=bienvenu, sr=mbanner
2012-05-09 18:29:54 -04:00
aceman
d5cc1308d0
Bug 732811 - Convert mailnews/news/content to MailServices.js. r=jcranmer
2012-03-24 17:56:17 -04:00
Florian Quèze
b17b485f59
Fix bustage caused by bug 722033 changing the nsICacheListener and the nsICacheSession interfaces, r=bustage-fix.
2012-03-23 16:21:26 +01:00
Joshua Cranmer
2031f8aef2
Bug 727818 - 'New Groups' subscribe uses LIST instead of NEWGROUPS. r=bienvenu
2012-03-10 21:08:28 -06:00
David Bienvenu
701d636628
address jcranmers review comments for fix for bug 727951, which I forgot to do before landing
2012-03-08 09:35:58 -08:00
David Bienvenu
c1f3ad1f2a
fix expiration of news articles, r=jcranmer, bug 727951
2012-03-08 08:00:29 -08:00
Irving Reid
4ed1ecf31a
Bug 731262 - Warning cleanup part 2. r=bienvenu
2012-02-10 16:25:59 -05:00
aceman
0d644bfa27
Bug 186724 - add checks to see if SetSpec() failed in various spots. r=bienvenu a=Standard8 for checkin to CLOSED TREE
2012-03-07 16:00:33 +00:00
Joshua Cranmer
036c73bfe9
Add test for Bug 437930 - NNTP forgets username/password after auth failure. r=Standard8
...
--HG--
extra : rebase_source : 96acdd6aebcc39189a62eb96c908f406c6ff4916
2012-02-24 11:17:53 -06:00
Joshua Cranmer
a25e1577a8
Bug 437930 - NNTP forgets username/password after auth failure. r=Standard8
...
--HG--
extra : rebase_source : e9c8a81adcce6ae5863615621430b163af62808f
2012-02-24 11:18:21 -06:00
Joshua Cranmer
32c6f08269
Bug 560793 - Hook up NNTP to the msgAsyncPrompt service. r=Standard8
2012-02-22 11:13:35 -06:00
Joshua Cranmer
547b2e0fa9
Bug 185427 - Test to ensure that per-group authentication works. r=bienvenu
2012-02-14 16:04:37 -06:00
Joshua Cranmer
a5ac0955e1
Bug 201750 - Combine the news username and password auth dialogs. r=Standard8, sr=bienvenu, ui-r=bwinton
2012-02-14 16:04:41 -06:00
Justin Wood
37223123ae
Bug 560772 - Make use of mozilla::services for comm-central. r=Standard8 a=Standard8 for CLOSED TREE
2012-01-02 01:21:21 -05:00
Mark Banner
fe88b6dc22
Bug 717883 - nsNntpService::WeAreOffline is a redundant function. r=jcranmer
2012-01-13 21:50:50 +00:00
Joshua Cranmer
d4c5f12f37
Bug 695309 - NNTP protocol objects can become doubly initialized if there are pending URIs, r=bienvenu
2011-12-13 10:29:43 -06:00
Mark Banner
3cc27447f1
Bug 695256 - Switch from PRBool to bool and replace PR_TRUE/PR_FALSE with true/false in comm-central. r=bienvenu
2011-12-30 12:07:39 +00:00
David Bienvenu
7c5080fb8e
fix bug 402392, add support for pluggable stores, r=standard8, sr=neil
2011-12-24 16:17:33 -08:00
Mark Banner
33ed28a25b
Bug 557047 - Replace mailnews specific ifdef (MOZ_MAIL_NEWS) in cookie code with tests for a protocol flag. r=bienvenu
2011-12-05 12:34:20 +00:00
aceman
956de8ef49
Bug 376546 - Wishlist: Message Filters should have "Mark as unread" action r=bienvenu r=IanN
2011-11-23 15:44:00 +01:00
Joshua Cranmer
a388a4e13c
Bug 670935 - Fix handling of news URIs when group names contain `&' and other characters. r=bienvenu
...
--HG--
extra : rebase_source : 7fcfbfbb28f4430dd8a69cf18644ab9ddbfddbbe
2011-11-26 21:54:33 -06:00
Magnus Melin
69f8a7bcdd
Bug 39121 - Unspecialize Trash folder for IMAP "Mark as Deleted" & "Remove Immediately" modes; r=bienvenu, sr=neil
...
--HG--
extra : rebase_source : 06b38c33068258858c43ae74bf455a516317a8bd
2011-11-17 22:00:59 +02:00
Joshua Cranmer
f11554207a
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 10: Make command-line news handling work. r=bienvenu, sr=neil
2011-11-21 18:12:42 -06:00
David Bienvenu
9590c1b07f
fix reply/ forward inline/edit as new for .eml files with inline images, r=neil, sr=standard8, bug 351109
2011-11-10 16:22:57 -08:00
David Bienvenu
b3a222aa4f
Bug 694915 - crash nsNntpService::MessageURIToMsgHdr. r=Standard8
2011-11-01 19:25:25 +00:00
Mark Banner
8f0dcdef38
Bug 693365 - Subscribe to newsgroup labels are blank. r=jcranmer.
2011-10-22 18:20:26 +01:00
Mark Banner
64d942045c
Bug 686188 - Replace nsCStringArray in news with nsTArray counterparts. r=bienvenu
2011-10-06 19:30:24 +01:00
David Bienvenu
df198a029a
fix bug 686087, add ability to stream just the headers of a message, r=protz, sr=asuth
2011-10-06 07:52:37 -07:00
Michael Wu
027bb89991
Bug 681188 - Switch from PRBool to bool on a CLOSED TREE , r=standard8
2011-09-29 00:02:19 -07:00
Mark Banner
82d4666220
More bustage fixes for bug 589292
2011-09-10 07:54:20 +01:00
Mark Banner
d0259c8ff7
More bustage fixes from bug 589292
2011-09-10 07:21:54 +01:00
Joshua Cranmer
d4b376a09c
Bug 656984 - Fakeserver fails to support multiple connections properly, r=Standard8.
...
--HG--
extra : rebase_source : 893fdbe3a5e3ea1c3b15ac5cb827fa32e418df79
2011-05-18 14:29:57 -04:00
Michael Wu
a54afe5eb1
Bug 675472 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=standard8
2011-08-09 01:43:55 -07:00
Honza Bambas
9c27d4f83d
Bug 451081 - Add flag to protocol handler to distinguish that trust domain is the whole spec, r=mbanner
2011-08-08 14:38:44 +02:00
Neil Rashbrook
6699666126
Fix fallout from bug 670235 r=bustage
2011-07-15 15:22:54 +01:00
Joshua Cranmer
909ab6bf77
Fix orange tests from changeset 7f1d82e03723.
2011-07-05 17:25:09 -07:00
David Bienvenu
22850206f0
centralize search handling of input stream in preparation for pluggable store work r=rkent, sr=neil, bug 668700
2011-07-05 14:57:07 -07:00
Joshua Cranmer
8590f2c793
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 9: Parser fixups and more testing. r=bienvenu
2011-01-03 13:45:34 -05:00
Joshua Cranmer
e0f5378b3d
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 8: Only initialize m_nntpServer once. r=Standard8
2010-12-31 20:21:23 -05:00
Joshua Cranmer
2355d24aa4
Bug 226890 - Thunderbird doesn't handle news URIs propertly, part 7: simplify nsParseNewsMessageURI. r=Standard8
2010-12-30 22:19:48 -05:00
Joshua Cranmer
4b7f487a64
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 6: Move the message key to nsNntpUrl as well. r=Standard8, sr=bienvenu
2010-12-30 22:19:46 -05:00
David Bienvenu
3b505900f0
make backend base and db [noscript] methods scriptable, bug 661682, r=rkent, sr=standard8
2011-06-24 16:58:10 -07:00
Neil Rashbrook
5caa4f54ee
Bug 662188 Fix linker spew when linking mailnews into xul.dll r=Standard8
2011-06-07 14:31:42 +01:00
Mark Banner
4be6c6a46d
partial fix for bug 658666, add xpcshell manifests to fix bustage CLOSED TREE
2011-05-20 15:44:10 -07:00
Mark Banner
b58ad700a4
Bug 651845 - Remove --enable/disable-static-mail; r=Callek
2011-05-16 08:47:07 +01:00
Mark Banner
9b900feebf
Bug 651848 - Disable deleting news articles by default (pref-off); r=bienvenu
2011-05-07 10:34:42 +01:00
Joshua Cranmer
9def8a7af1
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 5: Test the URI parser. r=Standard8
...
--HG--
extra : rebase_source : 1a5b3c74844b9cfd76519ffb6ee098115099cd79
2010-11-15 18:43:43 -05:00
Joshua Cranmer
81599eda00
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 4.5: Introduce nsCString to m_searchData. r=Standard8
...
--HG--
extra : rebase_source : b2d09670c4dcb3ba6ff3cccf736725eccfd68029
2011-05-04 09:47:27 -04:00
Joshua Cranmer
1277fe7254
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 4: Move the parsing code to nsNntpUrl. r=bienvenu, sr=Standard8
...
--HG--
extra : rebase_source : 280f7522c0e6527060ea5f748a31f9760598d79e
2010-11-15 18:43:43 -05:00
Joshua Cranmer
e6dd3b9582
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 3: Introduce nsCString to the URL parser. r=bienvenu
...
--HG--
extra : rebase_source : 0e1a3aa20568bfa48273c84ee3ecc3c84169781c
2010-11-15 18:43:43 -05:00
Joshua Cranmer
10d0b111dd
Bug 615047 -- Random failure in news/test/unit/test_server.js r=bienvenu
...
I think this is mostly caused by a combination of us ignoring the QUIT response,
and precise timestamp deliveries. This causes us to read the data even if we
don't do anything with it; just in case, we will spit it out in logs.
2011-05-02 18:37:03 -04:00
Mark Banner
e135069ba8
Bug 643508 - Remove instances of MOZ_META_COMPONENT and META_COMPONENT from comm-central; r=Callek
2011-04-07 18:13:02 -07:00
Ian Neal
332c276f5b
Bug 647481 - Remove nsInt64, nsUint64 and nsTime from comm-central r=neil sr=bienvenu
2011-04-06 21:18:36 +01:00
Neil Rashbrook
fcdfd289f7
Bug 644963 Remove ToInteger workarounds r=bienvenu
2011-03-26 00:33:16 +00:00
Mark Banner
e609e169dc
Part of Bug 466613 - Remove nsStringArray from mailnews; News part. r=jcranmer
2011-02-15 08:17:06 +00:00
Edmund Wong
fe774316b7
Bug 39562: remove ',,x,y,z' from hostinfo.dat lines; r=Mnyromyr, Pidgeot18
2011-02-14 22:05:32 +01:00
Siddharth Agarwal
19197f70c1
Bug 632494 - Unify xpcshell test code to create incoming servers. r=asuth
2011-02-09 18:33:02 +05:30
Joshua Cranmer
60de2ddd52
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 2: Implement news URIs tests. r=Standard8
...
--HG--
extra : rebase_source : 1595a292621e12ddcf2664c82aa231888ba38a31
2010-11-15 18:43:43 -05:00
Joshua Cranmer
bd0cfe9d23
Bug 226890 - Thunderbird doesn't handle news URIs properly, part 1: Clean up unused URIs in NNTP code. r=bienvenu
...
--HG--
extra : rebase_source : 64342ad39cefcaffdaf826e91d78eaeeb0b9b0bb
2010-11-15 18:43:43 -05:00
Joshua Cranmer
d22946de1b
Bug 540288 - News article is empty if selected during download from news server. r=bienvenu
2010-03-22 15:24:45 -04:00
Makoto Kato
db70852b9c
Bug 392729 - Links for nntp and news Protocols Ignored or crash [@ nsNntpService::MessageURIToMsgHdr(char const*, nsIMsgDBHdr**) ]. r=bienvenu+jcranmer
2010-12-06 14:16:46 +09:00
Joshua Cranmer
21448e9616
Bug 250141 - Introduce deletion of newsgroup messages r=bienvenu, sr=neil
...
This also makes the distinction between `cancel' and `delete' much more clear.
2010-09-06 08:57:09 -04:00
Joshua Cranmer
c25981114c
bug 609909 - crashes in nsNNTPProtocol during connection closure r=bienvenu
2010-11-05 19:42:50 -04:00
Edmund Wong
84f57eacb9
Bug 555557 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Messaging" (c-c); r=Standard8
2010-11-19 11:23:58 +00:00
Justin Wood
1e9b35842b
Bug 593855 - Part 5, remove MODULES from makefiles that don't need it. r=KaiRo
...
(Port |Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE| to comm-central)
2010-09-06 20:58:23 -04:00
Justin Wood
5b641948aa
Bug 593855 - Part 4, Fixups needed for path changes in c-c tests. r=KaiRo
...
(Port |Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE| to comm-central)
2010-09-06 20:58:22 -04:00
Justin Wood
5d05be9e49
Bug 593855 - Part 2 Do relpath in all Makefiles that need it. r=KaiRo
...
(Port |Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE| to comm-central)
2010-09-06 20:56:52 -04:00
David Bienvenu
9dde50fe7d
fix build bustage with GetContentLength CLOSED TREE
2010-08-30 20:14:01 -07:00
Mark Banner
2cb383eef3
Implement contentDisposition in nsIChannel derived objects in mailnews following its addition in Bug 589292. r/a=Bustage fix.
2010-08-27 19:24:15 +01:00
Mark Banner
9392161ebc
Bustage fix following bug 536324 landing in mozilla-central. Change content length functions to deal with 64 bit integers not 32. rs=Neil over irc. bustage fix for CLOSED TREE
2010-08-24 09:06:59 +01:00
timeless@mozdev.org
e3716ecaeb
Bug 579809 warning: comparison between signed and unsigned integer expressions in nsNNTPNewsgroupList
...
r=jcranmer
--HG--
extra : rebase_source : e6fa5e4b7df069c4987a083dcc8162ad37c57589
2010-07-19 03:15:23 +03:00
David Bienvenu
0d4d8617ef
CLOSED TREE bug 575740, r/sr=standard8 adapt to component mgr changes
2010-07-04 07:37:32 -07:00
Neil Rashbrook
7b1eac2ea4
Bug 574438 Can't pass null to inout parameters of prompt functions r+sr=bienvenu
2010-06-24 23:37:20 +01:00
Justin Wood
adfa1840d8
Bug 512490 - Remove REQUIRES from comm-central. r=KaiRo, r=Standard8
2010-06-12 03:11:30 -04:00
Philip Prindeville
565add7da1
Bug 529921 - RFC-2597/2598/3168 Quality-of-Service (DSCP) marking should be supported. r=biesi, sr=Neil
...
(some parts of patch also by bienvenu)
2010-06-13 20:49:00 -04:00
Jan Horak
a16d545d5f
Bug 377319 Provide and use external API version of CaseInsensitiveFindInReadable r=Neil sr=bienvenu
2010-06-12 22:00:56 +01:00
Justin Wood
081b86d87f
Main part of bug 570902 - Remove ifdefs relating to MOZILLA_1_9_2 from Thunderbird. r+sr=Standard8
2010-06-10 11:11:38 +01:00
Walter Meinl
0aa1af7723
Part of Bug 534408 Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps) - (Iv2) Improve OS/2 methods of linking with libraries that have long names on other platforms. r=Callek
2010-05-10 10:13:32 +01:00
Serge Gautherie
f5dc42a76b
Bug 534408 - Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps); (Gv2) Get rid of USE_SHORT_LIBNAME and useless SHORT_LIBNAMEs.
...
r=(Callek, kairo, standard8) sr=standard8 a-seamonkey2.1a1=kairo. (CLOSED TREE)
2010-05-07 16:14:57 +02:00
Andrew Sutherland
3c3cec9ecd
Bug 545955 - The quick filter bar. This replaces the previous quick search widget. r+sr=bienvenu, ui-review=clarkbw
2010-04-21 21:52:20 -07:00
neil@parkwaycc.co.uk
19e2cc1736
use buffered file i/o to help perf with profiles on networked file systems, and get us back to 2.0 filespec perf, r=bienvenu, sr=standard8, with a few code tweaks by bienvenu bug 539389
2010-04-13 14:58:43 -07:00
Jan Horak
28a773eef0
Bug 377319 Convert mailnews/news to the external API r=Neil sr=bienvenu
2010-04-02 23:23:54 +01:00
Ben Bucksch
76b8e57e90
Rewrite authentication logic (in IMAP, POP, SMTP) (more below) Bug 525238, r=bienvenu, r=bwinton (accountcreation), sr=NeilAway, ui-r=clarkbw
...
- Add pref to specifically set plaintext password auth, encrypted pw auth, Kerberos, NTLM.
This allows to show proper error (without pw dialog) for Kerberos failure (bug 339050) and
to invoke a Kerberos OS password prompt (bug 524698).
- For that, and because it was badly needed, also rewrite authentication login.
This fixes many bugs, e.g. users getting a password prompt when login failed
for reasons other than password (e.g. POP server limiting to checks every 15 minutes).
- Create migration.jsm where we can update profiles on startup.
- Change IDL constants for SSL, per Neil
2010-03-20 02:11:28 +01:00
Edmund Wong
e3048867af
NNTP cancel dialog: Show buttons Yes/No instead of OK/Cancel. Bug 168231, r=BenB, r=neil, sr=bienvenu, ui-r=clarkbw
2010-03-18 12:44:59 +01:00
Mike Hommey
fc2fc47db3
Bug 546296 - Misalignment in --help command line.
...
r=neil.
2010-02-17 00:54:41 +01:00
Neil Rashbrook
ae55bfdfbd
Bug 377319 Add some helper methods to ease the conversion to the external api r+sr=bienvenu
2010-02-11 23:49:33 +00:00
Neil Rashbrook
3a059d9fee
Bug 377319 Always use the two-arg form of ToInteger to make it easier to convert to the nsStringAPI version r=bienvenu
2010-02-09 22:46:27 +00:00
Mark Banner
d35a3cb24b
Backed out changeset 82285c09d260 / Bug 499995 due to test failures.
2010-01-27 06:42:46 -08:00
timeless
2cf23edb6c
Bug 499995 - fix signed/unsigned compiler warnings in mailnews.
...
r+sr=neil.
2010-01-27 05:25:54 +01:00
Mark Banner
66148bc96d
Bug 330914 Command Line AddressBook Disables Size & Maximize System (Control) Menu Items. r/sr=Neil
2010-01-26 15:57:53 -08:00
David Bienvenu
43cf3a4b00
allow offline stores > 4GB, bug 532323, r=neil, sr=standard8
2010-01-20 15:43:50 -08:00
Neil Rashbrook
d1f9b63e3e
Bug 540421 DeleteMessages shouldn't use nsTArray in its signature r+sr=bienvenu
2010-01-20 20:11:56 +00:00
timeless
ca2215f914
Bug 531794 crash [@ nsNntpCacheStreamListener::OnDataAvailable(nsIRequest*, nsISupports*, nsIInputStream*, unsigned int, unsigned int)]. r=jcranmer,sr=bienvenu
2010-01-04 10:48:22 +00:00
John Daniels
58ba175309
Bug 525819 - Make do_timeout take a callback function, not a string to eval. This fixes all callers in the comm-central repository, so it can be changed in mozilla-central. r=jwalden
...
--HG--
extra : rebase_source : e75d48df0273efd08e487e959e699361b8f0dbd9
2009-12-18 14:08:58 -05:00
Serge Gautherie
f1758be487
Bug 520899 - Switch application/x-javascript to application/javascript, MailNews Core part; (Bv1) A couple related nits in .xul files.
...
r+sr=standard8.
2009-12-03 17:05:18 +01:00
Serge Gautherie
0c50b439c0
Bug 520899 - Switch application/x-javascript to application/javascript, MailNews Core part; (Av1) All .xul files.
...
r+sr=standard8.
2009-12-03 15:01:32 +01:00
Mark Banner
3bb26ea1a1
Bug 529668 test_getNewsMessage.js fails after bug 515051 check in (Stream listener registered in a network request channel eats JS error messages) - the test is cleaning up mailnews too early. r=bienvenu
2009-11-21 23:02:09 +00:00
David Bienvenu
7cf6210111
make comm central trunk build with moz 1.9.2 after fix for 515051 laned, r=honza, sr=standard8, 529057
2009-11-20 15:43:51 -08:00
Serge Gautherie
3ed653cbef
Bug 523820 - Remove old MOZILLA_1_9_1_BRANCH ifdefs from comm-central code; (Cv1) Clean /mailnews/* up.
...
r+sr=standard8.
2009-11-19 13:38:16 +01:00
Ben Bucksch
de3b9f9ad1
Bug 529057 - Fix build bustage after bug 515051 land, r=honzab
2009-11-18 17:16:02 +01:00
Honza Bambas
3859fc9144
backout 044b9e62a754
2009-11-16 23:19:51 +01:00
Ben Bucksch
32c24d24b3
Fix build bustage. Bug 529057 caused by bug 515051, r=honza, a=dmose
...
StreamListenerTee now has an additional, optional param,
but in C++, we need to pass it (as null).
2009-11-16 20:38:01 +01:00
Andrew Sutherland
393455606a
Bug 527687 - msgsClassified event may fire multiple times for a single message. r+sr=bienvenu, a=blocking-thunderbird3.
2009-11-10 23:01:12 -08:00
David Bienvenu
960ad2e57d
fix for crash in nsNntpCacheStreamListener::OnStartRequest, 130442, r=jcranmer, sr=neil
2009-10-26 15:09:50 -07:00
jhorak@redhat.com
7b1a974ba8
Bug 494764 - "Conditional jump or move depends on uninitialised value at nsNNTPProtocol::ParseURL()" [r=Pidgeot18 sr+a=Standard8]
2009-10-16 14:21:19 +01:00
Joshua Cranmer
c318415954
Bug 484656 - News post URLs used realHostName instead of hostName. r/sr=bienvenu, a=bienvenu
...
--HG--
extra : rebase_source : 19a346fb769268c609a16acb585a6b65f2561eb8
2009-10-15 17:01:30 -04:00
Joshua Cranmer
81a729d863
Bug 311774 - Newsgroup unread counts don't reflect filter actions. r=Neil sr=bienvenu a-sm=KaiRo a-tb=Standard8
2009-09-23 15:39:47 -04:00
Kent James
51a322d0ba
Bug 511131 - "Advanced search uses constrained online search scope, but is actually searching offline". r=Standard8,sr=bienvenu
2009-09-04 17:30:07 -07:00
Hashem Masoud
3dc72ea4d8
Bug 489505 - "Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in comm-central" [r+sr=Standard8]
2009-09-05 00:16:04 +01:00
Kent James
332f58b697
Bug 512110 - "Per-folder filters on newsgroups cannot be edited" [r+sr=bienvenu]
2009-08-24 13:43:22 +01:00
Steve Snyder
7a6d0bb224
Bug 509721 - "Mail/News - Use strchr(), not strstr(), for single-char searches" [r+sr=Standard8]
2009-08-19 15:12:46 +01:00
timeless@mozdev.org
ed83fa7745
avoid passing negative value on 64bit to PRUint32
2009-07-22 15:25:01 +01:00
Phil Ringnalda
33ecd65b57
Bug 490118 - Drop the redundant /resources/ in mailnews directories, r=neil, sr=bienvenu
...
--HG--
rename : mailnews/addrbook/resources/content/abAddressBookNameDialog.js => mailnews/addrbook/content/abAddressBookNameDialog.js
rename : mailnews/addrbook/resources/content/abAddressBookNameDialog.xul => mailnews/addrbook/content/abAddressBookNameDialog.xul
rename : mailnews/addrbook/resources/content/abCardOverlay.xul => mailnews/addrbook/content/abCardOverlay.xul
rename : mailnews/addrbook/resources/content/abCardViewOverlay.xul => mailnews/addrbook/content/abCardViewOverlay.xul
rename : mailnews/addrbook/resources/content/abDirTreeOverlay.xul => mailnews/addrbook/content/abDirTreeOverlay.xul
rename : mailnews/addrbook/resources/content/abDragDrop.js => mailnews/addrbook/content/abDragDrop.js
rename : mailnews/addrbook/resources/content/abEditCardDialog.xul => mailnews/addrbook/content/abEditCardDialog.xul
rename : mailnews/addrbook/resources/content/abListOverlay.xul => mailnews/addrbook/content/abListOverlay.xul
rename : mailnews/addrbook/resources/content/abMailListDialog.js => mailnews/addrbook/content/abMailListDialog.js
rename : mailnews/addrbook/resources/content/abNewCardDialog.xul => mailnews/addrbook/content/abNewCardDialog.xul
rename : mailnews/addrbook/resources/content/abResultsPane.js => mailnews/addrbook/content/abResultsPane.js
rename : mailnews/addrbook/resources/content/abResultsPaneOverlay.xul => mailnews/addrbook/content/abResultsPaneOverlay.xul
rename : mailnews/addrbook/resources/content/abSelectAddressesDialog.js => mailnews/addrbook/content/abSelectAddressesDialog.js
rename : mailnews/addrbook/resources/content/abSelectAddressesDialog.xul => mailnews/addrbook/content/abSelectAddressesDialog.xul
rename : mailnews/addrbook/resources/content/addrbookWidgets.xml => mailnews/addrbook/content/addrbookWidgets.xml
rename : mailnews/addrbook/resources/content/addressbook-panel.js => mailnews/addrbook/content/addressbook-panel.js
rename : mailnews/addrbook/resources/content/addressbook-panel.xul => mailnews/addrbook/content/addressbook-panel.xul
rename : mailnews/addrbook/resources/content/print.css => mailnews/addrbook/content/print.css
rename : mailnews/addrbook/prefs/resources/content/pref-directory-add.js => mailnews/addrbook/prefs/content/pref-directory-add.js
rename : mailnews/addrbook/prefs/resources/content/pref-directory-add.xul => mailnews/addrbook/prefs/content/pref-directory-add.xul
rename : mailnews/addrbook/prefs/resources/content/pref-editdirectories.js => mailnews/addrbook/prefs/content/pref-editdirectories.js
rename : mailnews/addrbook/prefs/resources/content/pref-editdirectories.xul => mailnews/addrbook/prefs/content/pref-editdirectories.xul
rename : mailnews/base/resources/content/dateFormat.js => mailnews/base/content/dateFormat.js
rename : mailnews/base/resources/content/folderProps.js => mailnews/base/content/folderProps.js
rename : mailnews/base/resources/content/folderProps.xul => mailnews/base/content/folderProps.xul
rename : mailnews/base/resources/content/folderWidgets.xml => mailnews/base/content/folderWidgets.xml
rename : mailnews/base/resources/content/junkCommands.js => mailnews/base/content/junkCommands.js
rename : mailnews/base/resources/content/junkLog.js => mailnews/base/content/junkLog.js
rename : mailnews/base/resources/content/junkLog.xul => mailnews/base/content/junkLog.xul
rename : mailnews/base/resources/content/junkMailInfo.xul => mailnews/base/content/junkMailInfo.xul
rename : mailnews/base/resources/content/markByDate.js => mailnews/base/content/markByDate.js
rename : mailnews/base/resources/content/markByDate.xul => mailnews/base/content/markByDate.xul
rename : mailnews/base/resources/content/messengerdnd.js => mailnews/base/content/messengerdnd.js
rename : mailnews/base/resources/content/msgAccountCentral.js => mailnews/base/content/msgAccountCentral.js
rename : mailnews/base/resources/content/msgAccountCentral.xul => mailnews/base/content/msgAccountCentral.xul
rename : mailnews/base/resources/content/msgFolderPickerOverlay.js => mailnews/base/content/msgFolderPickerOverlay.js
rename : mailnews/base/resources/content/msgPrintEngine.js => mailnews/base/content/msgPrintEngine.js
rename : mailnews/base/resources/content/msgSynchronize.js => mailnews/base/content/msgSynchronize.js
rename : mailnews/base/resources/content/msgSynchronize.xul => mailnews/base/content/msgSynchronize.xul
rename : mailnews/base/resources/content/newFolderDialog.js => mailnews/base/content/newFolderDialog.js
rename : mailnews/base/resources/content/newFolderDialog.xul => mailnews/base/content/newFolderDialog.xul
rename : mailnews/base/resources/content/renameFolderDialog.js => mailnews/base/content/renameFolderDialog.js
rename : mailnews/base/resources/content/renameFolderDialog.xul => mailnews/base/content/renameFolderDialog.xul
rename : mailnews/base/resources/content/retention.js => mailnews/base/content/retention.js
rename : mailnews/base/resources/content/shareglue.js => mailnews/base/content/shareglue.js
rename : mailnews/base/resources/content/shutdownWindow.js => mailnews/base/content/shutdownWindow.js
rename : mailnews/base/resources/content/shutdownWindow.xul => mailnews/base/content/shutdownWindow.xul
rename : mailnews/base/resources/content/start.xhtml => mailnews/base/content/start.xhtml
rename : mailnews/base/resources/content/virtualFolderListDialog.js => mailnews/base/content/virtualFolderListDialog.js
rename : mailnews/base/resources/content/virtualFolderListDialog.xul => mailnews/base/content/virtualFolderListDialog.xul
rename : mailnews/base/resources/content/virtualFolderProperties.js => mailnews/base/content/virtualFolderProperties.js
rename : mailnews/base/resources/content/virtualFolderProperties.xul => mailnews/base/content/virtualFolderProperties.xul
rename : mailnews/base/prefs/resources/content/AccountManager.js => mailnews/base/prefs/content/AccountManager.js
rename : mailnews/base/prefs/resources/content/AccountManager.xul => mailnews/base/prefs/content/AccountManager.xul
rename : mailnews/base/prefs/resources/content/AccountWizard.js => mailnews/base/prefs/content/AccountWizard.js
rename : mailnews/base/prefs/resources/content/AccountWizard.xul => mailnews/base/prefs/content/AccountWizard.xul
rename : mailnews/base/prefs/resources/content/SmtpServerEdit.js => mailnews/base/prefs/content/SmtpServerEdit.js
rename : mailnews/base/prefs/resources/content/SmtpServerEdit.xul => mailnews/base/prefs/content/SmtpServerEdit.xul
rename : mailnews/base/prefs/resources/content/accountUtils.js => mailnews/base/prefs/content/accountUtils.js
rename : mailnews/base/prefs/resources/content/accountcreation/MyBadCertHandler.js => mailnews/base/prefs/content/accountcreation/MyBadCertHandler.js
rename : mailnews/base/prefs/resources/content/accountcreation/accountConfig.js => mailnews/base/prefs/content/accountcreation/accountConfig.js
rename : mailnews/base/prefs/resources/content/accountcreation/createInBackend.js => mailnews/base/prefs/content/accountcreation/createInBackend.js
rename : mailnews/base/prefs/resources/content/accountcreation/emailWizard.js => mailnews/base/prefs/content/accountcreation/emailWizard.js
rename : mailnews/base/prefs/resources/content/accountcreation/emailWizard.xul => mailnews/base/prefs/content/accountcreation/emailWizard.xul
rename : mailnews/base/prefs/resources/content/accountcreation/fetchConfig.js => mailnews/base/prefs/content/accountcreation/fetchConfig.js
rename : mailnews/base/prefs/resources/content/accountcreation/fetchhttp.js => mailnews/base/prefs/content/accountcreation/fetchhttp.js
rename : mailnews/base/prefs/resources/content/accountcreation/guessConfig.js => mailnews/base/prefs/content/accountcreation/guessConfig.js
rename : mailnews/base/prefs/resources/content/accountcreation/readFromXML.js => mailnews/base/prefs/content/accountcreation/readFromXML.js
rename : mailnews/base/prefs/resources/content/accountcreation/sanitizeDatatypes.js => mailnews/base/prefs/content/accountcreation/sanitizeDatatypes.js
rename : mailnews/base/prefs/resources/content/accountcreation/util.js => mailnews/base/prefs/content/accountcreation/util.js
rename : mailnews/base/prefs/resources/content/accountcreation/verifyConfig.js => mailnews/base/prefs/content/accountcreation/verifyConfig.js
rename : mailnews/base/prefs/resources/content/am-addressing.js => mailnews/base/prefs/content/am-addressing.js
rename : mailnews/base/prefs/resources/content/am-addressing.xul => mailnews/base/prefs/content/am-addressing.xul
rename : mailnews/base/prefs/resources/content/am-addressingOverlay.xul => mailnews/base/prefs/content/am-addressingOverlay.xul
rename : mailnews/base/prefs/resources/content/am-copies.js => mailnews/base/prefs/content/am-copies.js
rename : mailnews/base/prefs/resources/content/am-copies.xul => mailnews/base/prefs/content/am-copies.xul
rename : mailnews/base/prefs/resources/content/am-copiesOverlay.xul => mailnews/base/prefs/content/am-copiesOverlay.xul
rename : mailnews/base/prefs/resources/content/am-help.js => mailnews/base/prefs/content/am-help.js
rename : mailnews/base/prefs/resources/content/am-identities-list.js => mailnews/base/prefs/content/am-identities-list.js
rename : mailnews/base/prefs/resources/content/am-identities-list.xul => mailnews/base/prefs/content/am-identities-list.xul
rename : mailnews/base/prefs/resources/content/am-identity-advanced.js => mailnews/base/prefs/content/am-identity-advanced.js
rename : mailnews/base/prefs/resources/content/am-identity-advanced.xul => mailnews/base/prefs/content/am-identity-advanced.xul
rename : mailnews/base/prefs/resources/content/am-identity-edit.js => mailnews/base/prefs/content/am-identity-edit.js
rename : mailnews/base/prefs/resources/content/am-identity-edit.xul => mailnews/base/prefs/content/am-identity-edit.xul
rename : mailnews/base/prefs/resources/content/am-imap-advanced.js => mailnews/base/prefs/content/am-imap-advanced.js
rename : mailnews/base/prefs/resources/content/am-imap-advanced.xul => mailnews/base/prefs/content/am-imap-advanced.xul
rename : mailnews/base/prefs/resources/content/am-junk.js => mailnews/base/prefs/content/am-junk.js
rename : mailnews/base/prefs/resources/content/am-junk.xul => mailnews/base/prefs/content/am-junk.xul
rename : mailnews/base/prefs/resources/content/am-main.js => mailnews/base/prefs/content/am-main.js
rename : mailnews/base/prefs/resources/content/am-main.xul => mailnews/base/prefs/content/am-main.xul
rename : mailnews/base/prefs/resources/content/am-offline.js => mailnews/base/prefs/content/am-offline.js
rename : mailnews/base/prefs/resources/content/am-offline.xul => mailnews/base/prefs/content/am-offline.xul
rename : mailnews/base/prefs/resources/content/am-prefs.js => mailnews/base/prefs/content/am-prefs.js
rename : mailnews/base/prefs/resources/content/am-server-advanced.js => mailnews/base/prefs/content/am-server-advanced.js
rename : mailnews/base/prefs/resources/content/am-server-advanced.xul => mailnews/base/prefs/content/am-server-advanced.xul
rename : mailnews/base/prefs/resources/content/am-server-top.xul => mailnews/base/prefs/content/am-server-top.xul
rename : mailnews/base/prefs/resources/content/am-server.js => mailnews/base/prefs/content/am-server.js
rename : mailnews/base/prefs/resources/content/am-server.xul => mailnews/base/prefs/content/am-server.xul
rename : mailnews/base/prefs/resources/content/am-serverwithnoidentities.js => mailnews/base/prefs/content/am-serverwithnoidentities.js
rename : mailnews/base/prefs/resources/content/am-serverwithnoidentities.xul => mailnews/base/prefs/content/am-serverwithnoidentities.xul
rename : mailnews/base/prefs/resources/content/am-smtp.js => mailnews/base/prefs/content/am-smtp.js
rename : mailnews/base/prefs/resources/content/am-smtp.xul => mailnews/base/prefs/content/am-smtp.xul
rename : mailnews/base/prefs/resources/content/amUtils.js => mailnews/base/prefs/content/amUtils.js
rename : mailnews/base/prefs/resources/content/aw-accname.js => mailnews/base/prefs/content/aw-accname.js
rename : mailnews/base/prefs/resources/content/aw-accounttype.js => mailnews/base/prefs/content/aw-accounttype.js
rename : mailnews/base/prefs/resources/content/aw-done.js => mailnews/base/prefs/content/aw-done.js
rename : mailnews/base/prefs/resources/content/aw-identity.js => mailnews/base/prefs/content/aw-identity.js
rename : mailnews/base/prefs/resources/content/aw-login.js => mailnews/base/prefs/content/aw-login.js
rename : mailnews/base/prefs/resources/content/aw-server.js => mailnews/base/prefs/content/aw-server.js
rename : mailnews/base/prefs/resources/content/ispUtils.js => mailnews/base/prefs/content/ispUtils.js
rename : mailnews/base/prefs/resources/content/smtpEditOverlay.js => mailnews/base/prefs/content/smtpEditOverlay.js
rename : mailnews/base/prefs/resources/content/smtpEditOverlay.xul => mailnews/base/prefs/content/smtpEditOverlay.xul
rename : mailnews/base/search/resources/content/CustomHeaders.js => mailnews/base/search/content/CustomHeaders.js
rename : mailnews/base/search/resources/content/CustomHeaders.xul => mailnews/base/search/content/CustomHeaders.xul
rename : mailnews/base/search/resources/content/FilterEditor.js => mailnews/base/search/content/FilterEditor.js
rename : mailnews/base/search/resources/content/FilterEditor.xul => mailnews/base/search/content/FilterEditor.xul
rename : mailnews/base/search/resources/content/searchTermOverlay.js => mailnews/base/search/content/searchTermOverlay.js
rename : mailnews/base/search/resources/content/searchTermOverlay.xul => mailnews/base/search/content/searchTermOverlay.xul
rename : mailnews/base/search/resources/content/searchWidgets.xml => mailnews/base/search/content/searchWidgets.xml
rename : mailnews/base/search/resources/content/viewLog.js => mailnews/base/search/content/viewLog.js
rename : mailnews/base/search/resources/content/viewLog.xul => mailnews/base/search/content/viewLog.xul
rename : mailnews/compose/resources/content/MsgAttachPage.js => mailnews/compose/content/MsgAttachPage.js
rename : mailnews/compose/resources/content/MsgAttachPage.xul => mailnews/compose/content/MsgAttachPage.xul
rename : mailnews/compose/resources/content/askSendFormat.js => mailnews/compose/content/askSendFormat.js
rename : mailnews/compose/resources/content/askSendFormat.xul => mailnews/compose/content/askSendFormat.xul
rename : mailnews/compose/resources/content/mailComposeEditorOverlay.xul => mailnews/compose/content/mailComposeEditorOverlay.xul
rename : mailnews/compose/resources/content/sendProgress.js => mailnews/compose/content/sendProgress.js
rename : mailnews/compose/resources/content/sendProgress.xul => mailnews/compose/content/sendProgress.xul
rename : mailnews/extensions/dsn/resources/content/am-dsn.js => mailnews/extensions/dsn/content/am-dsn.js
rename : mailnews/extensions/dsn/resources/content/am-dsn.xul => mailnews/extensions/dsn/content/am-dsn.xul
rename : mailnews/extensions/dsn/resources/content/dsn.js => mailnews/extensions/dsn/content/dsn.js
rename : mailnews/extensions/mailviews/resources/content/Makefile.in => mailnews/extensions/mailviews/content/Makefile.in
rename : mailnews/extensions/mailviews/resources/content/mailViews.dat => mailnews/extensions/mailviews/content/mailViews.dat
rename : mailnews/extensions/mdn/resources/content/am-mdn.js => mailnews/extensions/mdn/content/am-mdn.js
rename : mailnews/extensions/mdn/resources/content/am-mdn.xul => mailnews/extensions/mdn/content/am-mdn.xul
rename : mailnews/extensions/mdn/resources/content/mdn.js => mailnews/extensions/mdn/content/mdn.js
rename : mailnews/extensions/smime/resources/content/am-smime.js => mailnews/extensions/smime/content/am-smime.js
rename : mailnews/extensions/smime/resources/content/am-smime.xul => mailnews/extensions/smime/content/am-smime.xul
rename : mailnews/extensions/smime/resources/content/am-smimeIdentityEditOverlay.xul => mailnews/extensions/smime/content/am-smimeIdentityEditOverlay.xul
rename : mailnews/extensions/smime/resources/content/am-smimeOverlay.xul => mailnews/extensions/smime/content/am-smimeOverlay.xul
rename : mailnews/extensions/smime/resources/content/certFetchingStatus.js => mailnews/extensions/smime/content/certFetchingStatus.js
rename : mailnews/extensions/smime/resources/content/certFetchingStatus.xul => mailnews/extensions/smime/content/certFetchingStatus.xul
rename : mailnews/extensions/smime/resources/content/msgCompSMIMEOverlay.js => mailnews/extensions/smime/content/msgCompSMIMEOverlay.js
rename : mailnews/extensions/smime/resources/content/msgCompSMIMEOverlay.xul => mailnews/extensions/smime/content/msgCompSMIMEOverlay.xul
rename : mailnews/extensions/smime/resources/content/msgCompSecurityInfo.js => mailnews/extensions/smime/content/msgCompSecurityInfo.js
rename : mailnews/extensions/smime/resources/content/msgCompSecurityInfo.xul => mailnews/extensions/smime/content/msgCompSecurityInfo.xul
rename : mailnews/extensions/smime/resources/content/msgHdrViewSMIMEOverlay.js => mailnews/extensions/smime/content/msgHdrViewSMIMEOverlay.js
rename : mailnews/extensions/smime/resources/content/msgHdrViewSMIMEOverlay.xul => mailnews/extensions/smime/content/msgHdrViewSMIMEOverlay.xul
rename : mailnews/extensions/smime/resources/content/msgReadSMIMEOverlay.js => mailnews/extensions/smime/content/msgReadSMIMEOverlay.js
rename : mailnews/extensions/smime/resources/content/msgReadSMIMEOverlay.xul => mailnews/extensions/smime/content/msgReadSMIMEOverlay.xul
rename : mailnews/extensions/smime/resources/content/msgReadSecurityInfo.js => mailnews/extensions/smime/content/msgReadSecurityInfo.js
rename : mailnews/extensions/smime/resources/content/msgReadSecurityInfo.xul => mailnews/extensions/smime/content/msgReadSecurityInfo.xul
rename : mailnews/extensions/smime/resources/content/smime.js => mailnews/extensions/smime/content/smime.js
rename : mailnews/import/resources/content/fieldMapImport.js => mailnews/import/content/fieldMapImport.js
rename : mailnews/import/resources/content/fieldMapImport.xul => mailnews/import/content/fieldMapImport.xul
rename : mailnews/import/resources/content/import-test.html => mailnews/import/content/import-test.html
rename : mailnews/import/resources/content/importDialog.js => mailnews/import/content/importDialog.js
rename : mailnews/import/resources/content/importDialog.xul => mailnews/import/content/importDialog.xul
rename : mailnews/news/resources/content/downloadheaders.js => mailnews/news/content/downloadheaders.js
rename : mailnews/news/resources/content/downloadheaders.xul => mailnews/news/content/downloadheaders.xul
2009-07-18 21:41:35 +01:00
Neil Rashbrook
ec456a8be1
Bug 500247 mozilla-central nsITreeView drag'n'drop API changed r+sr=Standard8
2009-06-24 23:37:46 +01:00
Mark Banner
012fb7e34b
Bug 438922 Ensure that mailnews unit tests shutdown observers gracefully. Part 2 - base, compose, db/msgdb, imap, local, news with some cleanup. r=bienvenu
2009-06-16 07:30:24 +01:00
David Bienvenu
3b187a902d
attempt to fix 492963, crash in [@morkTableRowCursor::NextRow], r=standard8, sr=neil
2009-06-09 07:12:36 -07:00
Siddharth Agarwal
8096ef7189
Bug 458159 -- [Vista only] Drag'n'drop attachment out of Shredder (desktop or other folder) creates 0 byte file. The fix is to set the content length correctly for mailnews URLs. Also move a lot of progress code over to 64-bit integers. r=bienvenu, sr=Standard8
2009-05-21 12:22:51 +05:30
David Bienvenu
eeef5361d6
fix cleanup of msg database in news tests that lead to some leaks/failures once the rest of the profile was cleaned up at the end, r/sr=standard8, 496557
2009-06-08 07:40:00 -07:00
Mark Banner
b64ea69cdd
Bug 490969 More random header include tidy up. r/sr=bienvenu
2009-05-05 09:53:41 +01:00
Mark Banner
ec1908a34b
Bug 488907 Tidy up some includes in nsIMsgFolder.idl/nsIMsgWindow.idl. r/sr=bienvenu
2009-04-21 09:33:22 +01:00
Mark Banner
8017f045e4
Bug 482768 xpcshell tests broken on trunk due to mozilla-central changes. r=KaiRo.
...
--HG--
rename : mailnews/db/gloda/test/resources/glodaTestHelper.js => mailnews/db/gloda/test/unit/resources/glodaTestHelper.js
rename : mailnews/db/gloda/test/resources/mockIndexer.js => mailnews/db/gloda/test/unit/resources/mockIndexer.js
rename : mailnews/db/gloda/test/resources/mockTimer.js => mailnews/db/gloda/test/unit/resources/mockTimer.js
rename : mailnews/extensions/bayesian-spam-filter/test/resources/ham1.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/ham1.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/ham2.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/ham2.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/spam1.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/spam1.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/spam2.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/spam2.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/spam3.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/spam3.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/spam4.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/spam4.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/tokenTest.eml => mailnews/extensions/bayesian-spam-filter/test/unit/resources/tokenTest.eml
rename : mailnews/extensions/bayesian-spam-filter/test/resources/trainingfile.js => mailnews/extensions/bayesian-spam-filter/test/unit/resources/trainingfile.js
rename : mailnews/import/test/resources/AB_README => mailnews/import/test/unit/resources/AB_README
rename : mailnews/import/test/resources/addressbook.json => mailnews/import/test/unit/resources/addressbook.json
rename : mailnews/import/test/resources/basic_addressbook.csv => mailnews/import/test/unit/resources/basic_addressbook.csv
rename : mailnews/import/test/resources/basic_ldif_addressbook.ldif => mailnews/import/test/unit/resources/basic_ldif_addressbook.ldif
rename : mailnews/import/test/resources/import_helper.js => mailnews/import/test/unit/resources/import_helper.js
rename : mailnews/news/test/postings/auto-add/post1.eml => mailnews/news/test/unit/postings/auto-add/post1.eml
rename : mailnews/news/test/postings/auto-add/post2.eml => mailnews/news/test/unit/postings/auto-add/post2.eml
rename : mailnews/news/test/postings/auto-add/post3.eml => mailnews/news/test/unit/postings/auto-add/post3.eml
rename : mailnews/news/test/postings/auto-add/post4.eml => mailnews/news/test/unit/postings/auto-add/post4.eml
rename : mailnews/news/test/postings/auto-add/post5.eml => mailnews/news/test/unit/postings/auto-add/post5.eml
rename : mailnews/news/test/postings/auto-add/post6.eml => mailnews/news/test/unit/postings/auto-add/post6.eml
rename : mailnews/news/test/postings/auto-add/post7.eml => mailnews/news/test/unit/postings/auto-add/post7.eml
rename : mailnews/news/test/postings/post1.eml => mailnews/news/test/unit/postings/post1.eml
rename : mailnews/addrbook/test/resources/abLists1.mab => mailnews/test/data/abLists1.mab
rename : mailnews/addrbook/test/resources/abLists2.mab => mailnews/test/data/abLists2.mab
rename : mailnews/addrbook/test/resources/abSetup.js => mailnews/test/resources/abSetup.js
rename : mailnews/db/gloda/test/resources/messageGenerator.js => mailnews/test/resources/messageGenerator.js
rename : mailnews/base/test/resources/msgFolderListenerSetup.js => mailnews/test/resources/msgFolderListenerSetup.js
2009-03-27 13:22:12 +00:00
Kent James
b5c5e807ed
Bug 471833 - "Provide hooks to control calculation of bayesian filter traits" [r=Standard8 sr=bienvenu]
2009-03-26 16:03:35 +00:00
Mark Banner
e04f98afbb
Bug 483577 Provide a way to compile mailnews with or without external api. r=KaiRo. There are existing bugs on being able to compile with the external api.
2009-03-26 10:09:45 +00:00
Phil Ringnalda
380f7f3501
Bug 444932 - nsMsgMessageFlags.h should be an idl file, switch over JS uses, r=Standard8, sr=neil
2009-03-25 08:45:53 -07:00
Mark Banner
3be261dc86
Bug 470907 Thunderbird always uses port 119 for NNTP, ignoring port configured in server settings. r/sr=bienvenu
2009-03-19 19:49:57 +00:00