Граф коммитов

328 Коммитов

Автор SHA1 Сообщение Дата
Jorg K 0e5ad240a8 Bug 1271108 - Use sender/recipient or correspondent depending on preference. r=aceman 2016-05-10 08:39:13 +02:00
Sebastian Hengst 0a3448390a Bug 1237602 - Port bug 1220564 - Remove legacy array/generator comprehension: mailnews. r=mkmelin a=aleth 2016-01-12 00:27:48 +01:00
Tooru Fujisawa 6dbf5cac86 Bug 1230859 - Fix wrong replacement for for-each in resource:///modules/gloda/collection.js. rs=rkent 2015-12-07 11:44:30 +09:00
Tooru Fujisawa 500324bec7 Bug 824104 - Part 3: Remove for-each from mailnews/. r=jcranmer 2015-12-05 14:27:43 +09:00
Magnus Melin 9d168e83df Bug 1209777 - part3: adapt comm-central for bug 589199 (top level const/let change). r=mconley, fallen, jcranmer, aleth. a=mkmelin on CLOSED TREE
Created by this script:
 find mail/ mailnews/ calendar/ chat/ im/ testing/ -type f -iname *.js* -exec sed -i -E 's/^(const|let) /var /g' {} \;
2015-10-11 00:23:56 +03:00
Patrick Cloke 47c9d8e4e7 Bug 1209777 - part1: lexical-components-to-var.sh and global-let-to-var.sh. r=philip.chee, mkmelin
CLOSED TREE seamonkey
2015-10-08 06:53:00 +03:00
aleth d47d45fa04 Bug 1209777 - part2: Replace 'const EXPORTED_SYMBOLS' in comm-central. r=mkmelin 2015-10-08 15:54:02 +02:00
Sebastian Hengst 024e34d4ab Bug 1082551 - log4moz: this._fos() should be this._fos. r=mkmelin 2015-08-16 14:55:50 +02:00
Stefan Sitter bd92d1097f Bug 1099587 - Make JS callers of ios.newChannel call ios.newChannel2 in mailnews/ r=rkent 2015-05-18 20:41:56 +02:00
aleth fb03163200 Bug 1160114 - Strict mode warnings on faceted search. r=mkmelin 2015-05-04 19:12:42 +02:00
Sebastian Hengst 5e081c3741 Bug 1110166 - Port bug 1102219 - Rename String.prototype.contains to String.prototype.includes: mailnews. r=mkmelin 2015-05-01 21:56:56 +02:00
aleth f1e8b80c84 Bug 1159630 - glautocomp.js, line 155: SyntaxError: unreachable code after return statement. r=rkent 2015-04-29 11:24:45 +02:00
Hiroyuki Ikezoe 6e714b2ca9 Bug 1113097 - Fix misuse of fixIterator found by Philip Chee, r=Ratty
--HG--
extra : rebase_source : 0f0c6fc8037b4082fdd7ff2ad6deaa3f25f778e4
2015-04-22 12:49:08 -07:00
Tooru Fujisawa dd3215a604 Bug 1123124 - Part 2: Remove use of expression closure from mailnews/db/. r=jcranmer 2015-04-20 00:16:23 +09:00
Joshua Cranmer 8aeebbb878 Bug 1152287: Permafail of crypto mozmill test, r=rkent
--HG--
rename : mail/test/mozmill/crypto/test-smime-mimemsg-representation.js => mailnews/db/gloda/test/unit/test_smime_mimemsg_representation.js
2015-04-15 09:31:28 -05:00
Jonathan Protzenko 3ebab26884 Bug 1096127 - MsgHdrToMimeMessage, when used in conjunction with IMAP parts on demand, returns wildly incorrect results starting with Thunderbird 31, r=rkent 2015-03-25 15:46:07 -07:00
Neil Rashbrook 7a8d70b1ae Bug 36489 Combined To/From column in thread pane r=mkmelin ui-r=bwinton 2015-03-24 14:55:02 +00:00
Neil Rashbrook 7223f0ba7d Backout 88e60fbcd53a (Bug 36489 Combined To/From column in thread pane) due to test failures 2015-03-24 09:23:27 +00:00
Neil Rashbrook bdc0862fce Bug 38489 Combined To/From column in thread pane r=mkmelin ui-r=bwinton 2015-03-23 17:58:57 +00:00
Tooru Fujisawa 80a70487e4 Bug 1138096 - Do not use non-standard flag argument of String.prototype.replace in mailnews/db/. r=rkent 2015-03-05 01:52:12 +09:00
R Kent James c45bfac5b9 Bug 819340 - gloda is disabled on trash when message is moved there, r=jcranmer 2015-02-22 13:35:20 -08:00
aleth 4bc0a0ebac Bug 1100330 - ReferenceError: reference to undefined property this._actualWorker in gloda/indexer.js. r=rkent 2014-11-26 20:52:18 +01:00
aceman 12925464b8 Bug 1117060 - deprecated let expression in gloda/content/glodacomplete.xml. r=jcranmer, a=mkmelin 2015-01-20 08:40:00 +02:00
Hiroyuki Ikezoe 3ccb68cdc5 Bug 1113097 - Fix misuse of fixIterator in mail and mailnews. r=mkmelin, a=mkmelin 2014-12-18 19:33:00 +02:00
Hiroyuki Ikezoe be37982ddb Bug 1091077 - Remove _passedChecks and rename _testLogger to avoid xpcshell test failures, r=asuth, a=rkent 2014-11-01 16:41:47 -07:00
Sebastian Hengst 850a6baeba Bug 1054357 Part 1 Update c-c to address non-backward compatible changes to JS let semantics after bug 1001090 landed in m-c. r=Standard8 CLOSED TREE 2014-09-16 23:11:44 +02:00
Joshua Cranmer c98e035502 Bug 1060258 - Several test failures in gloda due to JS engine changes, r=Standard8 CLOSED TREE 2014-08-29 17:33:43 -05:00
Mark Banner fd0440a651 Bug 1057847 - Fix some more xpcshell-test failures due to warnings in the system logs. r=jcranmer. Part bustage fix for CLOSED TREE 2014-08-26 08:52:43 +01:00
Mark Banner a613a5d686 Bug 1052602 Fix various strict/warnings in gloda land and others to fix some xpcshell-tests. r=jcranmer. Part bustage fix for CLOSED TREE 2014-08-13 09:23:30 +01:00
Mark Banner 1c8097d7f8 No bug. Fix some general xpcshell failures and warnings. rs=jcranmer over irc for bustage fix for CLOSED TREE 2014-08-11 22:01:14 +01:00
Ian Neal 9652bc15ba Bug 1046638 - Port |Bug 1044162 - make install locations for EXTRA_{PP_,}JS_MODULES better| to comm-central r=standard8 for a CLOSED TREE 2014-07-31 21:49:46 +01:00
Magnus Melin ab3cf679e7 Bug 1003856 - Selecting address from recipient autocomplete broken for all scenarios except {Name beginsWith} topmost match (selecting from dropdown list disfunctional) r=standard8 2014-05-05 21:39:10 +03:00
Joshua Cranmer a277df832e Bug 905910: Run comm-central xpcshell tests in parallel, r=Standard8, a=jcranmer 2014-04-28 10:30:57 -05:00
Magnus Melin 924a608156 Bug 983086 - mailnews/resources/logHelper.js | Error console says [stackFrame mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create] . r=standard8
Landing on CLOSED TREE - this bug is what's keeping it closed.
2014-03-17 21:50:45 +02:00
Sebastian Hengst e5b8c29d46 Bug 970605 - Use node.remove(), especially instead of node.parentNode.removeChild(node): mailnews. r=Ian 2014-02-25 14:55:28 +01:00
Jonathan Protzenko bd4da993e4 Bug 966807 - Add an extra parameter to the streaming url for decryption in MsgHdrToMimeMessage r=asuth
This improves the interaction between the latest versions of Enigmail and the
MsgHdrToMimeMessage infrastructure.
2014-02-23 19:24:08 +01:00
Jim Porter 3b5f11561a Bug 742236 - Get rid of the harcoded retrievalLimit in gloda and make that limit configurable; r=mkmelin 2014-02-04 21:42:40 -06:00
Jim Porter ed0f25d9a1 Bug 528044 - Global search: "Show/Open as list" results view does not remember columns (should persist column visiblity, e.g. for "location"); r=mkmelin 2014-01-27 14:54:49 -06:00
Mark Banner 29beeabb06 Backout dcc265385f91 / bug 528044 due to possible bustage 2014-01-24 13:09:58 +00:00
Jim Porter 591cff6890 Bug 528044 - Global search: "Show/Open as list" results view does not remember columns; r=mkmelin 2014-01-18 14:16:27 -06:00
Mark Banner af7eadf4ce Port bug 774572 - Define JAR_MANIFESTS in moz.build files - to fix bustage. rs=build-system-peer-port. 2013-12-18 09:12:38 +00:00
Joshua Cranmer eaa85a2fc1 Port bug 939044 to comm-central, rs=bustage-fix
This involves deleting unused MODULE declarations and renaming others to
XPIDL_MODULE. Also, pushing to SeaMonkey's CLOSED TREE.
2013-11-18 21:08:17 -06:00
Joshua Cranmer acacb8e869 Fix fallout from bug 921492 due to change of case sensitivity for sorted lists, r=bustage-fix.
CLOSED TREE suite changes to unbreak them as well.

--HG--
extra : amend_source : f5b26be5357026de42ddc05301284f23cf954074
2013-10-24 00:18:18 -05:00
Mark Banner a293ab4c99 Bug 920418 - Port bug 901990 install test files through manifests - to fix bustage. rs=build-peer port of m-c bug for CLOSED TREE 2013-09-26 12:59:37 +01:00
Mihnea Dobrescu-Balaur 05e5133b99 Bug 905822 - Annotate manifests with run-sequentially. r=jcranmer, a=me
CLOSED TREE
2013-08-15 15:02:43 -07:00
Hiroyuki Ikezoe 367310b351 Bug 901959 - Do not remove .msf files before folderRenamed notifier. r=Standard8 2013-08-16 09:24:01 -04:00
Mark Banner da056205d6 Bug 903402 Workaround errors appearing on the console when the cache service tries to get cachePDir which isn't defined for non-mobile platforms. r=jcranmer,a=part bustage fix for CLOSED TREE 2013-08-12 14:49:53 +01:00
Mark Banner 2b7f1e890e Bug 901544 Remove unnecessary mailDirService.js uses since bug 459114 made it redundant. r=jcranmer 2013-08-08 15:15:26 +01:00
Mark Banner a9abfdd43a Part of bug 896738 Make mailTestUtils.js its own module, and move the local account functions to a separate file. r=jcranmer. Part bustage fix for CLOSED TREE 2013-08-01 21:19:00 +01:00
Mark Banner 6556e2fcb2 Part of bug 896738 - Switch mailDirService.js to be a testing js module, so that it is only included once. This fixes some of the strict warnings seen. r=mconley,a=part bustage fix for CLOSED TREE 2013-07-23 22:18:19 +01:00