Paul Morris
d18f158f38
Bug 1637133 - Refactor calendar summary dialog to use a custom element. r=darktrojan
...
Move the part of the dialog that displays a summary of a calendar
item into a custom element so it can be reused more than once
in a given scope/dialog/ window. This will be soon be used to
show summaries of multiple events in the ICS file import dialog.
Update the code to support multiple event summaries in a given
scope.
Differential Revision: https://phabricator.services.mozilla.com/D74797
--HG--
extra : moz-landing-system : lando
2020-05-20 14:11:19 +00:00
Philipp Kewisch
41733433ed
Bug 1634912 - de-xpcom calendar datetime formatter. r=pmorris
...
Differential Revision: https://phabricator.services.mozilla.com/D73560
--HG--
rename : calendar/base/src/CalDateTimeFormatter.jsm => calendar/base/modules/utils/calDateTimeFormatter.jsm
extra : rebase_source : 0177d70b86d0d000792fa60a45a7869cc4a32ea3
extra : amend_source : a9945da0486e0fe72378d3955dca084f8aba1e53
2020-05-16 14:17:45 +03:00
Geoff Lankow
42ab267330
Bug 1637141 - Send an empty response to callers of getFreeBusyIntervals to indicate there are no providers. r=pmorris
...
--HG--
extra : rebase_source : d92a3c7e3f8d4e07614c7faf5d7161c1a18640fa
extra : amend_source : 9a033bf0d68c3f5a51bab86d19a8cd21c5ecdaf1
2020-05-12 14:49:44 +12:00
Makoto Kato
4e719c1c42
Bug 1347804 - Use Intl.Collator instead of nsICollation. r=pmorris CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D71532
--HG--
extra : rebase_source : b05451f47b20bda7e09f9183e34609b198d1616b
extra : amend_source : 0622deef54328c37a43caae410d0a3db671676ab
2020-05-12 20:12:57 +03:00
Geoff Lankow
ac9c3774cd
Bug 1635888 - Fix test failure in comm/calendar/test/unit/test_utils.js. rs=bustage-fix
...
--HG--
extra : rebase_source : b2f428f472d6e73316fc24b75faf5b0c69e92024
extra : histedit_source : 49425921d222c4d399d60753b8a309fee86493ca
2020-05-07 15:21:47 +12:00
Geoff Lankow
5b2b970fda
Bug 1633245 - Update timezones to 2020a. r=pmorris
...
--HG--
extra : rebase_source : 4db88f14c993c8dea90ea8ba0ee5cbc2d0445f42
extra : amend_source : feaf9e547b45b9cd9369c15af77a7d3709bfb113
2020-05-01 11:43:22 +12:00
Geoff Lankow
ed46cb6c81
Bug 1629492 - Skip browser_todayPane.js on debug for failing too often. rs=me
2020-04-29 15:42:55 +12:00
Magnus Melin
38cc63e25d
Bug 1609760 - Stop assigning properties to the global `this` in calendar/ JSMs (port bug 1608278). r=pmorris DONTBUILD
...
cp ../.gitignore .rgignore && rg -l -g '*.jsm' '' calendar | jscodeshift --stdin --transform ~/Code/jsm-rewrites/no-this-property-assign.js
(Script from d2bbd6c459/no-this-property-assign.js
)
2020-04-26 13:59:10 +03:00
Paul Morris
e5aa90c9e4
Bug 1583595 - Refactor import-export.js to support opening a given ics file. r=darktrojan
...
Parameterize the file and allow skipping opening a file picker
dialog.
2020-04-17 13:21:02 +03:00
Geoff Lankow
37c875f0c5
Bug 1630485 - Move browser_timezones.js to a folder of its own. r=pmorris
...
--HG--
rename : calendar/test/browser/browser_timezones.js => calendar/test/browser/timezones/browser_timezones.js
extra : rebase_source : 4b118dbe1395882698aaada0856d3d1ad913d5f2
extra : amend_source : 6068744b6a02ae5544d5ebd2c95a1e36d68a3b9b
2020-04-16 14:08:55 +12:00
Geoff Lankow
4da9b5e3af
Bug 1629495 - Rewrite calendar preferences tests without Mozmill. r=pmorris
...
--HG--
extra : rebase_source : 25648d650946e7c39d32cd05c9b9bde9e065d5b4
extra : amend_source : c911c197a157ca4ff9a506ec385ca2b1d02598d7
2020-04-14 12:53:20 +12:00
Rob Lemley
6d008137f1
Bug 1624429 - Remove execute bit from source files. r=darktrojan
...
This greens-up the mozlint "file-perm" check.
--HG--
extra : histedit_source : d8e2715f295c5375e882a024adf042c7d06b59e7
2020-04-02 15:03:58 -04:00
Geoff Lankow
148e696f09
Bug 1629495 - Disable four failing tests on debug. rs=bustage-fix
2020-04-14 12:09:07 +12:00
Geoff Lankow
21dc0615bb
Bug 1614030 - Rewrite browser_todayPane.js without using any Mozmill parts. r=pmorris
...
--HG--
extra : rebase_source : acc0dfb32c063b169e89b7868fecb8a3cea5fcfe
extra : amend_source : a389f8b5858cd3f6d114f6f2559119456f10ff07
extra : histedit_source : b83c3f4781a5714c84e2a74afaf5ba58b4dc6f41%2C557d491108470da65218c3a7b4ea1636f34f74b6
2020-04-03 22:37:43 +13:00
Geoff Lankow
16b350d76e
Bug 1628701 follow-up - adjust calendar tests for menulist DOM change. rs=bustage-fix
2020-04-10 10:28:27 +12:00
Paul Morris
c26b0970b8
Bug 1546606 - Fix the new CalDAV unit tests. r=Fallen
2020-04-09 13:51:50 +03:00
Paul Morris
74b42c103e
Bug 1546606 - Refactor CalDAV request handling some more. r=Fallen
...
- Capitalize names for the new jsm modules
- Prefix exported classes with `CalDav`
- Fix the header iterator in test_caldav_requests.js
- Other small test fixes
- Do a basic checkRedirected function implementation, etc.
- Various edits and updates to satisfy eslint, etc.
--HG--
rename : calendar/providers/caldav/modules/calDavRequest.jsm => calendar/providers/caldav/modules/CalDavRequest.jsm
rename : calendar/providers/caldav/modules/calDavSession.jsm => calendar/providers/caldav/modules/CalDavSession.jsm
rename : calendar/providers/caldav/modules/calDavUtils.jsm => calendar/providers/caldav/modules/CalDavUtils.jsm
2020-04-09 13:51:31 +03:00
Philipp Kewisch
e4cb801505
Bug 1546606 - Refactor CalDAV request handling. r=pmorris
...
MozReview-Commit-ID: 81oND0JtEFK
2020-04-09 13:51:09 +03:00
Paul Morris
964f4c8730
Bug 1621130
- Show a message in calendar tabs when calendars are disabled. r=darktrojan ui-r=aleca
2020-03-11 17:30:07 -04:00
Paul Morris
a87d6380c3
Bug 1589005 - Let default 'Home' calendar be disabled on first run. r=darktrojan
...
--HG--
extra : histedit_source : 5366840d1248c69e3926603b2ff3e54d20750b22
2020-03-04 17:08:06 -05:00
Geoff Lankow
1e241c81bb
Bug 1608765 - Remove duplication of tests for recurrence. r=pmorris
...
Instead, run the same tests twice with different settings.
--HG--
extra : rebase_source : 1a8dbf0ba2a56d907bbd0830e35d9a4e8f2f9c56
extra : histedit_source : f6c3b69d661bc45230ce5cf92cf012ccc2bd9e88
2020-02-21 21:44:32 +13:00
Geoff Lankow
14cfd9b6dd
Bug 1623817 - Fix minimum size check on event/task dialog. r=pmorris
...
--HG--
extra : rebase_source : bfcd412bb702def3e4f547a9d348401e283d4d11
extra : amend_source : c8d372256892318419ab320e5f33ca9d7bce6f14
2020-03-20 15:52:08 +13:00
Magnus Melin
771b361ca1
Bug 1620556 - comm-central automatic code fixes for Prettier 1.19.1 upgrade. rs=eslint
...
--HG--
extra : amend_source : a3a3a71e4de9500d0466ca28f7804bc3ad500426
2020-03-14 14:33:11 +02:00
Magnus Melin
6c9ce88d55
Bug 1617887 - part4 - stop exporting mozmill.utils. r=khushil
2020-03-07 11:56:54 +02:00
Magnus Melin
75e14b7b61
Bug 1617887 - part3 - stop exporting mozmill.controller. r=khushil
2020-03-07 11:56:43 +02:00
Geoff Lankow
545d3f1e87
Bug 1619824 - Remove prefs disabling the OS X address book in tests. r=mkmelin
...
--HG--
extra : rebase_source : 0bb2290c419220902bf00efe43cc5725a2b6b342
extra : amend_source : ed70dd6cbcee136aee8d18f3f4f7da39f32110a7
2020-03-02 16:13:58 +13:00
Khushil Mistry
cc1231e87d
Bug 1562313 - Convert most calendar JavaScript components (not calBackendLoader) to static registration. r=pmorris DONTBUILD
...
--HG--
rename : calendar/base/src/calAlarm.js => calendar/base/src/CalAlarm.jsm
rename : calendar/base/src/calAlarmMonitor.js => calendar/base/src/CalAlarmMonitor.jsm
rename : calendar/base/src/calAlarmService.js => calendar/base/src/CalAlarmService.jsm
rename : calendar/base/src/calAttachment.js => calendar/base/src/CalAttachment.jsm
rename : calendar/base/src/calAttendee.js => calendar/base/src/CalAttendee.jsm
rename : calendar/base/src/calCalendarManager.js => calendar/base/src/CalCalendarManager.jsm
rename : calendar/base/src/calCalendarSearchService.js => calendar/base/src/CalCalendarSearchService.jsm
rename : calendar/base/src/calDateTimeFormatter.js => calendar/base/src/CalDateTimeFormatter.jsm
rename : calendar/base/src/calDefaultACLManager.js => calendar/base/src/CalDefaultACLManager.jsm
rename : calendar/base/src/calDeletedItems.js => calendar/base/src/CalDeletedItems.jsm
rename : calendar/base/src/calEvent.js => calendar/base/src/CalEvent.jsm
rename : calendar/base/src/calFreeBusyService.js => calendar/base/src/CalFreeBusyService.jsm
rename : calendar/base/src/calIcsParser.js => calendar/base/src/CalIcsParser.jsm
rename : calendar/base/src/calIcsSerializer.js => calendar/base/src/CalIcsSerializer.jsm
rename : calendar/base/src/calItipItem.js => calendar/base/src/CalItipItem.jsm
rename : calendar/base/src/calProtocolHandler.js => calendar/base/src/CalProtocolHandler.jsm
rename : calendar/base/src/calRecurrenceDate.js => calendar/base/src/CalRecurrenceDate.jsm
rename : calendar/base/src/calRecurrenceInfo.js => calendar/base/src/CalRecurrenceInfo.jsm
rename : calendar/base/src/calRelation.js => calendar/base/src/CalRelation.jsm
rename : calendar/base/src/calSleepMonitor.js => calendar/base/src/CalSleepMonitor.jsm
rename : calendar/base/src/calStartupService.js => calendar/base/src/CalStartupService.jsm
rename : calendar/base/src/calTimezoneService.js => calendar/base/src/CalTimezoneService.jsm
rename : calendar/base/src/calTodo.js => calendar/base/src/CalTodo.jsm
rename : calendar/base/src/calTransactionManager.js => calendar/base/src/CalTransactionManager.jsm
rename : calendar/base/src/calWeekInfoService.js => calendar/base/src/CalWeekInfoService.jsm
rename : calendar/import-export/calHtmlExport.js => calendar/import-export/CalHtmlExport.jsm
rename : calendar/import-export/calIcsImportExport.js => calendar/import-export/CalIcsImportExport.jsm
rename : calendar/import-export/calListFormatter.js => calendar/import-export/CalListFormatter.jsm
rename : calendar/import-export/calMonthGridPrinter.js => calendar/import-export/CalMonthGridPrinter.jsm
rename : calendar/import-export/calOutlookCSVImportExport.js => calendar/import-export/CalOutlookCSVImportExport.jsm
rename : calendar/import-export/calWeekPrinter.js => calendar/import-export/CalWeekPrinter.jsm
rename : calendar/itip/calItipEmailTransport.js => calendar/itip/CalItipEmailTransport.jsm
rename : calendar/lightning/components/calItipProtocolHandler.js => calendar/lightning/components/CalItipProtocolHandler.jsm
rename : calendar/lightning/components/lightningTextCalendarConverter.js => calendar/lightning/components/CalMimeConverter.jsm
rename : calendar/providers/caldav/calDavCalendar.js => calendar/providers/caldav/CalDavCalendar.jsm
rename : calendar/providers/composite/calCompositeCalendar.js => calendar/providers/composite/CalCompositeCalendar.jsm
rename : calendar/providers/ics/calICSCalendar.js => calendar/providers/ics/CalICSCalendar.jsm
rename : calendar/providers/memory/calMemoryCalendar.js => calendar/providers/memory/CalMemoryCalendar.jsm
rename : calendar/providers/storage/calStorageCalendar.js => calendar/providers/storage/CalStorageCalendar.jsm
2020-02-25 12:48:44 +02:00
Paul Morris
5d6237328f
Bug 580896 - Make sure to not add properties without values to icalcomponents of events and todos. r=Fallen
...
Original patch was done by MakeMyDay <makemyday@gmx-topmail.de>.
I rebased it, edited some comments, and added tests.
2020-02-25 10:51:36 +02:00
Geoff Lankow
63baa60279
Bug 1616608 - Remove separate ESLint rules in calendar. r=mkmelin,pmorris,fallen
...
--HG--
extra : rebase_source : 5042b09cb7b5a489b73252a65c64fabc0b8d7eb3
extra : histedit_source : 4a89a83e1f054e061bec9f7a1fb78c1925c0a728
2020-02-20 11:24:47 +13:00
Paul Morris
1e0d6e2593
Bug 1608610 - Remove XPCShell function that loads Lightning XPI. r=Fallen
...
--HG--
extra : rebase_source : 929dcca52d2029148f75a10c1863fc61591e3766
2020-01-16 11:09:04 -05:00
Paul Morris
a0a650bd26
Bug 1608610 - Inline calendar file new menu items. r=Fallen
...
--HG--
extra : rebase_source : aadb61d34f1950d5cbd59fe96aefc8153b648071
2020-01-14 15:46:23 -05:00
Paul Morris
01ed1f9cdf
Bug 1608610 - Update paths for components and other js/json files. r=darktrojan
...
--HG--
extra : rebase_source : ec86446a57332ec91e0c5c9f73eeefd114c6fa8f
2020-01-10 22:44:21 -05:00
Paul Morris
9d5775e45b
Bug 1608610 - Update 'modules' paths. r=darktrojan
...
--HG--
extra : rebase_source : 49552a947fa8c03751c369e7d206d54c4f08439d
2020-01-10 22:41:34 -05:00
Geoff Lankow
270470d499
Bug 1584853 follow-up - Fix linting error; rs=linting
...
--HG--
extra : histedit_source : 894b05143d6c73aeaff6ee42001c6dcb78e6a6d2
2020-01-17 11:25:06 +13:00
Geoff Lankow
92e4295da3
Bug 1584853 - When removing a category colour, set pref value to empty string instead of clearing it; r=pmorris
...
--HG--
extra : rebase_source : 83ab1e96c1294b203be13d49acb41e6f5800ae11
2020-01-14 14:04:37 +13:00
Geoff Lankow
a9c8c8a2df
Backed out changeset 239192d9246b (bug 1605674) to re-enable browser_import.js; rs=backout
...
--HG--
extra : amend_source : f57fbe6e828d9d6d75ee6620bdd8bcc2534fd0a8
2020-01-15 18:04:31 +13:00
Khushil Mistry
ef2ea86ff8
Bug 1594000 - Convert remaining nsISimpleEnumerator users to use JS iteration in /calendar. r=pmorris
2020-01-10 12:51:01 +02:00
Ben Campbell
6b46a53f00
Bug 1602423 - Remove xpidl [array] use in calIRecurrenceInfo. r=darktrojan
...
DONTBUILD
2020-01-05 12:53:28 +02:00
Ben Campbell
606ae7e038
Bug 1602425 - Remove xpidl [array] use in calIRecurrenceRule. r=darktrojan
...
--HG--
extra : rebase_source : 824e1c758c99a7cc1e5310851e20922fa76dbf27
2019-12-23 12:18:20 +13:00
Geoff Lankow
1bbec5360f
Bug 1590665 follow-up - Undo last-minute change which broke everything; rs=me
...
--HG--
extra : amend_source : 5e0e26df864350588e69c4c5654b26076e69c69b
2019-12-31 10:28:31 +13:00
Geoff Lankow
bb9af069b1
Bug 1590665 - For recurring events, skip calculating occurrences if they're known to be earlier than the date range requested; r=Fallen
...
--HG--
extra : rebase_source : 4b0a14e543ccc608e818d8b553cd71ef5125b91e
extra : amend_source : 0b95ea90ff953964ba5b29cd2272e6ebb607d665
extra : histedit_source : da04f14366f99cd08f8addc536cebec9aad676f4
2019-10-18 22:53:13 +13:00
Geoff Lankow
145431d69d
Bug 1599330 - Re-enable part of browser_eventDialogModificationPrompt.js fixed by bug 1599318; rs=me
...
--HG--
extra : histedit_source : 617b6933686351455aa1841432127ce998031ee8
2019-12-30 22:10:47 +13:00
Magnus Melin
7d24f30ceb
Bug 1606216 - Port bug 1605918 - Get rid of `synthesizeDragStart()` in EventUtils.js to Thunderbird. rs=bustage-fix
2019-12-28 21:34:16 +02:00
Geoff Lankow
24fb5a41e9
Bug 1605845 - Change all references to .xul files to .xhtml instead; rs=bustage-fix
...
--HG--
extra : rebase_source : f9df1b5f1d278b881373ffc7580aac1aabef2fa6
2019-12-24 22:30:36 +13:00
Geoff Lankow
86699e5ff4
Port bug 1603074 - Improve `synthesizePlainDragAndDrop()` in EventUtils.js. rs=bustage-fix
2019-12-23 18:06:46 +13:00
Geoff Lankow
f3ae743a66
Bug 1605674 - Disable test calendar/test/browser/browser_import.js; rs=me
...
--HG--
extra : histedit_source : 3823491d00ebddf16fdf99189f3f147313d6b7b8
2019-12-23 15:13:06 +13:00
Magnus Melin
b2c841eb8a
Bug 1604154 - replace XULElement.orient with getAttribute/setAttribute in Thunderbird. r=pmorris
2019-12-19 20:57:55 +02:00
Magnus Melin
29736bcbac
Bug 1601769 - update Thunderbird references to toolkit xul->xhtml files renamings in bug 1601093. r=darktrojan
...
grep -rEl '/(alert|appPicker|dummy|passwordManager|printPageSetup|printPreviewProgress|printProgress|commonDialog|selectDialog|config|editMenuKeys.inc|resetProfile|resetProfileProgress|win|createProfileWizard|profileDowngrade|profileSelection).xul' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -E -i 's#/(alert|appPicker|dummy|passwordManager|printPageSetup|printPreviewProgress|printProgress|commonDialog|selectDialog|config|editMenuKeys.inc|resetProfile|resetProfileProgress|win|createProfileWizard|profileDowngrade|profileSelection).xul#/\1.xhtml#g'
hg revert mail/components/cloudfile/jar.mn
hg revert mail/components/preferences/jar.mn
hg revert mail/components/preferences/privacy.js
hg revert mail/components/compose/content/bigFileObserver.js
--HG--
rename : mail/base/content/profileDowngrade.xul => mail/base/content/profileDowngrade.xhtml
2019-12-11 23:56:09 +02:00
Geoff Lankow
517e213970
Bug 1602652 - Fix task filtering when a filter group is selected and filter string exists; r=pmorris
...
--HG--
extra : rebase_source : fb9d6e01606137df70ec3aa1a525934a57ed2296
extra : amend_source : 586da8162240015daabee99fd5eb1825672c460c
2019-12-10 15:32:46 +13:00
Khushil Mistry
0990fd4d09
Bug 1598050 - Restructure all <xul:dialog> usages such that they are not the top level element in calendar/. r=pmorris
2019-12-11 17:28:20 +13:00
Geoff Lankow
1cfb4acfcf
Bug 1602321 - Change test browser_eventDisplay.js to pass reliably; r=pmorris
...
--HG--
extra : rebase_source : 98553364711090a7486c583cded10efb84eaad63
extra : amend_source : c755c8167ce62d0f5ac2385debcb6bafe6dce74c
2019-12-09 12:08:52 +13:00
Philipp Kewisch
fa45d9375b
Bug 1579020 - Remove WCAP provider. r=darktrojan
2019-12-05 11:55:21 +02:00
Geoff Lankow
9336b9cd7b
Bug 1572964 - Test display of events that start or end outside the current view; r=pmorris
...
--HG--
extra : rebase_source : 009b8804728c8638ff143f8eb3d3e91f719ba8e1
extra : histedit_source : 5a68af8dc1f8ebc71f68ece89886b140c3837fbf
2019-11-29 16:01:44 +13:00
Geoff Lankow
3e9a39b631
Bug 1599330 - Split browser_eventDialogModificationPrompt.js in two and disable the broken part; rs=bustage-fix
2019-11-26 16:38:22 +13:00
Khushil Mistry
7b1df6ab86
Bug 1557504 - remove [array] use in xpidl from calIIcsParser.idl. r=pmorris
2019-11-25 23:28:18 +05:30
Khushil Mistry
746c4d9276
Bug 1557504 - remove [array] use in xpidl from calIChangeLog.idl. r=pmorris
...
--HG--
extra : rebase_source : 2abdc7dd633c08f35b9e503e9c391a12e2ab34e9
2019-11-25 11:39:25 +13:00
Khushil Mistry
14385c885e
Bug 1557504 - remove [array] use in xpidl from calIIcsSerializer.idl. r=pmorris
2019-11-21 11:05:15 +13:00
Khushil Mistry
690e60bf3f
Bug 1557504 - remove [array] use in xpidl from calICalendarManager.idl and calICalendar.idl. r=pmorris
2019-11-18 13:14:00 +01:00
Khushil Mistry
dc870c0d41
Bug 1557504 - remove [array] use in xpidl from calICalendarSearchProvider.idl and calICalendarViewController.idl. r=pmorris
2019-11-14 08:59:00 +01:00
Khushil Mistry
9fe61ceb35
Bug 1584341 - migrate xul:wizard consumers to xul:window[role=dialog] with the wizard as the only child. r=mkmelin,pmorris
2019-11-14 12:20:00 +01:00
Khushil Mistry
099a43dd6d
Bug 1557504 - remove [array] use in xpidl from calIItemBase.idl and calIAlarm.idl. r=pmorris
2019-11-14 21:19:51 +05:30
Geoff Lankow
2dfc3e09e4
Bug 1590682 - Convert troublesome parts of calendar tests to real mochitest code; r=pmorris
...
--HG--
extra : rebase_source : c435707d99af7756681bedb7f8911c910c7f18d5
extra : amend_source : 8c36eb9ceb61232ee3a58610c96834edbf41a97b
2019-11-07 15:45:08 +13:00
Geoff Lankow
0add81ce54
Bug 1594964 - Unify linting rules for test directories. r=pmorris
...
--HG--
rename : mailnews/mime/jsmime/test/data/base64-1 => mailnews/mime/jsmime/test/unit/data/base64-1
rename : mailnews/mime/jsmime/test/data/base64-2 => mailnews/mime/jsmime/test/unit/data/base64-2
rename : mailnews/mime/jsmime/test/data/basic1 => mailnews/mime/jsmime/test/unit/data/basic1
rename : mailnews/mime/jsmime/test/data/bug505221 => mailnews/mime/jsmime/test/unit/data/bug505221
rename : mailnews/mime/jsmime/test/data/bugmail11 => mailnews/mime/jsmime/test/unit/data/bugmail11
rename : mailnews/mime/jsmime/test/data/charsets => mailnews/mime/jsmime/test/unit/data/charsets
rename : mailnews/mime/jsmime/test/data/message-encoded => mailnews/mime/jsmime/test/unit/data/message-encoded
rename : mailnews/mime/jsmime/test/data/mime-torture => mailnews/mime/jsmime/test/unit/data/mime-torture
rename : mailnews/mime/jsmime/test/data/multipart-base64-1 => mailnews/mime/jsmime/test/unit/data/multipart-base64-1
rename : mailnews/mime/jsmime/test/data/multipart-base64-2 => mailnews/mime/jsmime/test/unit/data/multipart-base64-2
rename : mailnews/mime/jsmime/test/data/multipart-base64-3 => mailnews/mime/jsmime/test/unit/data/multipart-base64-3
rename : mailnews/mime/jsmime/test/data/multipart-complex1 => mailnews/mime/jsmime/test/unit/data/multipart-complex1
rename : mailnews/mime/jsmime/test/data/multipart-complex2 => mailnews/mime/jsmime/test/unit/data/multipart-complex2
rename : mailnews/mime/jsmime/test/data/multipart1 => mailnews/mime/jsmime/test/unit/data/multipart1
rename : mailnews/mime/jsmime/test/data/multipart2 => mailnews/mime/jsmime/test/unit/data/multipart2
rename : mailnews/mime/jsmime/test/data/multipart3 => mailnews/mime/jsmime/test/unit/data/multipart3
rename : mailnews/mime/jsmime/test/data/multipart4 => mailnews/mime/jsmime/test/unit/data/multipart4
rename : mailnews/mime/jsmime/test/data/multipartmalt-detach => mailnews/mime/jsmime/test/unit/data/multipartmalt-detach
rename : mailnews/mime/jsmime/test/data/shift-jis-image => mailnews/mime/jsmime/test/unit/data/shift-jis-image
rename : mailnews/mime/jsmime/test/head_xpcshell_glue.js => mailnews/mime/jsmime/test/unit/head_xpcshell_glue.js
rename : mailnews/mime/jsmime/test/mock_date.js => mailnews/mime/jsmime/test/unit/mock_date.js
rename : mailnews/mime/jsmime/test/test_custom_headers.js => mailnews/mime/jsmime/test/unit/test_custom_headers.js
rename : mailnews/mime/jsmime/test/test_header.js => mailnews/mime/jsmime/test/unit/test_header.js
rename : mailnews/mime/jsmime/test/test_header_emitter.js => mailnews/mime/jsmime/test/unit/test_header_emitter.js
rename : mailnews/mime/jsmime/test/test_mime_tree.js => mailnews/mime/jsmime/test/unit/test_mime_tree.js
rename : mailnews/mime/jsmime/test/test_structured_header_emitters.js => mailnews/mime/jsmime/test/unit/test_structured_header_emitters.js
rename : mailnews/mime/jsmime/test/test_structured_headers.js => mailnews/mime/jsmime/test/unit/test_structured_headers.js
rename : mailnews/mime/jsmime/test/xpcshell.ini => mailnews/mime/jsmime/test/unit/xpcshell.ini
2019-11-05 16:48:02 +13:00
Paul Morris
48a025602d
Bug 1297426 - Separate today pane state for calendar event and task tabs. r=darktrojan
2019-10-11 17:13:43 -04:00
Geoff Lankow
11c93aac52
Bug 1593879 - Select a new default calendar if the current one is removed. r=pmorris
2019-11-05 15:32:53 +13:00
Geoff Lankow
fd9ea9972c
Bug 1591829 - Prevent unexpected save prompt in calendar tests. r=pmorris
2019-10-25 23:05:57 +13:00
Magnus Melin
b59ebe977d
Bug 1591361 - remove remaining getAnonymousNodes calls (soon to be removed from platform). r=pmorris,jorgk
2019-10-25 22:37:21 +03:00
Geoff Lankow
58fa9421fe
Bug 1588680 - Disable browser_todayPane_visibility.js that fails often in debug. rs=bustage-fix
...
--HG--
extra : rebase_source : 5b0212e19cb3f9d87fa115c268cd08e782d9ea24
extra : amend_source : 335d41c05d7fd33937f360dfb1915e5f144843e7
extra : histedit_source : d84b64375b3493eb6058564339dd6dc08fef109a
2019-10-25 20:15:01 +13:00
Geoff Lankow
6cea2b16b3
Bug 1590682 - Fix "event-all-day could not be checked/unchecked" failure; r=pmorris
...
--HG--
extra : rebase_source : 3f0edab5cfa07cda7db4facdfb6268c14a65a2e5
extra : histedit_source : 38c0488b83497fd1ea923ea69c60ffeb810d3f83
2019-10-23 23:28:22 +13:00
Geoff Lankow
82728f9038
Bug 1590682 - Listen for save event prompts on all event dialog tests; r=pmorris
...
--HG--
extra : rebase_source : 48676446c191a54fb36d6f8a183b0fd4adc13d07
extra : histedit_source : 2b390e3108899222eca2a2f2026100f1cec01ae7
2019-10-23 12:45:20 +13:00
Geoff Lankow
369c22a92a
Bug 1588678 - Enable loading of Lightning in mochitest on beta/ESR channels. r=pmorris
...
--HG--
extra : rebase_source : 4c22d05c06ef41260238a839a02803ca1cd28baf
2019-10-22 19:49:37 +13:00
Geoff Lankow
58e42a1acd
Bug 1588680 - Turn on debug mochitests with leak threshold at 10MB; r=rjl
...
--HG--
extra : rebase_source : 1f6c39d949b62fdf95389c883607c912f71f69a2
extra : amend_source : 290437850d0970fec980a5da84d39ecb8a4909c2
2019-10-03 15:04:33 +13:00
Khushil Mistry
19254b3c4f
Bug 1586371 - remove grid usage from calendarCreation.xul. r=pmorris,mkmelin
...
--HG--
extra : rebase_source : 0608feea42789b1c63cf1dbebdc5053aecb37a40
2019-10-14 05:26:00 +02:00
Magnus Melin
4693a34755
Bug 1570954 - Port bug 1479125 to Thunderbird: Rewrite callers firstChild/lastChild/childNodes/previousSibling/nextSibling with firstElementChild/lastElementChild/children/previousElementSibling/nextElementSibling. r=pmorris
...
This allows the JS to work in HTML documents, where whitespace is preserved. In XUL
documents, whitespace is ignored when parsing so text nodes are generally not returned.
The following changes were made, with manual cleanups as necessary (i.e. when firstChild actually refers to a text node, or when firstChild is used in a loop to empty out an element):
firstChild->firstElementChild
lastChild->lastElementChild
nextSibling->nextElementSibling
previousSibling->previousElementSibling
childNodes->children
# firstChild -> firstElementChild
grep -rl '\bfirstChild\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bfirstChild\b/firstElementChild/g'
# lastChild->lastElementChild
grep -rl '\lastChild\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\blastChild\b/lastElementChild/g'
# nextSibling->nextElementSibling
grep -rl '\nextSibling\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bnextSibling\b/nextElementSibling/g'
# previousSibling->previousElementSibling
grep -rl '\previousSibling\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bpreviousSibling\b/previousElementSibling/g'
# childNodes->children
grep -rl '\childNodes\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\bchildNodes\b/children/g'
# revert for clearning out. lastElementChild.remove() -> lastChild.remove()
grep -rl '\lastElementChild.remove\b' --exclude-dir=.hg --exclude-dir=suite --exclude-dir=editor . | xargs sed -i 's/\lastElementChild.remove\b/lastChild.remove/g'
# skip matches in cpp and other wrong changes
hg revert mailnews/base/src/nsSubscribableServer.cpp
hg revert mailnews/base/src/nsSubscribableServer.h
hg revert mailnews/mime/src/mimemsig.cpp
hg revert mail/test/mozmill/composition/test-signature-updating.js
hg revert mail/test/mozmill/shared-modules/DOMHelpers.jsm
hg revert mailnews/addrbook/jsaddrbook/AddrBookMailingList.jsm
hg revert mailnews/addrbook/public/nsIAbDirectory.idl
hg revert mailnews/addrbook/test/unit/test_basic_nsIAbDirectory.js
hg revert mailnews/addrbook/test/unit/test_jsaddrbook.js
hg revert mailnews/addrbook/test/unit/test_mailList1.js
hg revert mailnews/addrbook/test/unit/test_uid.js
hg revert mailnews/compose/src/nsMsgCompose.cpp
hg revert mail/test/mozmill/cloudfile/test-cloudfile-attachment-urls.js
hg revert mail/test/mozmill/composition/test-forward-headers.js
hg revert calendar/import-export/calHtmlExport.js
hg revert mail/components/compose/content/cloudAttachmentLinkManager.js
hg revert mail/components/compose/content/dialogs/EdConvertToTable.js
hg revert mail/components/compose/content/dialogs/EdDialogCommon.js
hg revert mail/components/compose/content/dialogs/EdInsertTOC.js
hg revert mail/components/customizableui/CustomizeMode.jsm
hg revert mail/components/customizableui/PanelMultiView.jsm
hg revert mail/test/mozmill/shared-modules/ComposeHelpers.jsm
hg revert mailnews/addrbook/jsaddrbook/AddrBookDirectory.jsm
hg revert mailnews/base/util/JXON.js
hg revert mailnews/base/util/errUtils.js
hg revert mailnews/extensions/newsblog/content/feed-parser.js
hg revert mail/components/compose/texzilla/TeXZilla.js
../mach eslint --fix
2019-10-13 21:42:57 +03:00
Geoff Lankow
3a768991f5
Backed out changeset 69a2aa5bd636 for breaking calendar/test/browser/browser_localICS.js
...
--HG--
extra : amend_source : 3747accca8875a32f2df3f9f42cca1185b0d1550
2019-10-12 12:13:57 +13:00
Khushil Mistry
6589e4053c
Bug 1586371 - remove grid usage from calendarCreation.xul. r=pmorris DONTBUILD
2019-10-05 13:27:00 +02:00
Khushil Mistry
7c0b09077d
Bug 1582717 - remove grid usage from calendar-month-base-view.js. r=pmorris
2019-10-09 12:11:00 +02:00
Geoff Lankow
2970603607
Bug 1586979 - Improve browser_eventDialogModificationPrompt.js. r=pmorris DONTBUILD
2019-10-08 16:15:29 +13:00
Geoff Lankow
be6dd83cf8
Bug 1586638 - Fix MODIFICATION_FAILED error in tests when dismissing alarm dialog. r=pmorris
2019-10-07 16:04:47 +13:00
Philipp Kewisch
27f036846a
Bug 1584614 - Remove source code for the Provider for Google Calendar. r=darktrojan
2019-10-06 21:51:19 +02:00
Paul Morris
089b88549f
Bug 780404 - Make today pane in chat and mail tabs independent. r=darktrojan
...
Make it so that the today pane can be displayed in chat tabs but
not mail tabs and vice versa, with separate settings for each.
--HG--
extra : rebase_source : 3047dc81ceecaa74e8ec56eb30a6a9e02c285421
2019-09-27 20:43:10 -04:00
Paul Morris
6ccc6ace09
Bug 1583529 - Do not show today pane in tabs like preferences tab. r=darktrojan
2019-09-30 17:09:36 -04:00
Paul Morris
9880e29320
Bug 1583529 - Add initial tests for today pane visibility. r=darktrojan
2019-09-30 16:31:18 -04:00
Geoff Lankow
e8fc79ae30
Bug 1585162 follow-up - Attempt to improve reliability of some tests; rs=bustage-fix
2019-10-04 17:50:00 +13:00
Richard Marti
7623bc8db5
Bug 1583157 - Don't stack the alarm-box and the category-box to not set the category color behind the alarm icon. r=pmorris
2019-10-03 19:35:44 +02:00
Geoff Lankow
68c44d3246
Bug 1585162 - Convert calendar Mozmill tests to Mochitest; r=pmorris
...
--HG--
rename : calendar/test/mozmill/testBasicFunctionality.js => calendar/test/browser/browser_basicFunctionality.js
rename : calendar/test/mozmill/testLocalICS.js => calendar/test/browser/browser_localICS.js
rename : calendar/test/mozmill/testTimezones.js => calendar/test/browser/browser_timezones.js
rename : calendar/test/mozmill/testTodayPane.js => calendar/test/browser/browser_todayPane.js
rename : calendar/test/browser/browser.ini => calendar/test/browser/eventDialog/browser.ini
rename : calendar/test/mozmill/eventDialog/testAlarmDialog.js => calendar/test/browser/eventDialog/browser_alarmDialog.js
rename : calendar/test/mozmill/eventDialog/testEventDialog.js => calendar/test/browser/eventDialog/browser_eventDialog.js
rename : calendar/test/mozmill/eventDialog/testEventDialogModificationPrompt.js => calendar/test/browser/eventDialog/browser_eventDialogModificationPrompt.js
rename : calendar/test/mozmill/eventDialog/testEventDialogSize.js => calendar/test/browser/eventDialog/browser_eventDialogSize.js
rename : calendar/test/mozmill/eventDialog/testUTF8.js => calendar/test/browser/eventDialog/browser_utf8.js
rename : calendar/test/browser/browser.ini => calendar/test/browser/invitations/browser.ini
rename : calendar/test/mozmill/invitations/test-imip-bar-eml.js => calendar/test/browser/invitations/browser_imipBarEmail.js
rename : calendar/test/mozmill/invitations/message-containing-event.eml => calendar/test/browser/invitations/message-containing-event.eml
rename : calendar/test/browser/browser.ini => calendar/test/browser/preferences/browser.ini
rename : calendar/test/mozmill/preferences/testAlarmDefaultValue.js => calendar/test/browser/preferences/browser_alarmDefaultValue.js
rename : calendar/test/mozmill/preferences/testCategoryColors.js => calendar/test/browser/preferences/browser_categoryColors.js
rename : calendar/test/browser/browser.ini => calendar/test/browser/recurrence/browser.ini
rename : calendar/test/mozmill/cal-recurrence/testAnnualRecurrence.js => calendar/test/browser/recurrence/browser_annual.js
rename : calendar/test/mozmill/cal-recurrence/testBiweeklyRecurrence.js => calendar/test/browser/recurrence/browser_biweekly.js
rename : calendar/test/mozmill/cal-recurrence/testDailyRecurrence.js => calendar/test/browser/recurrence/browser_daily.js
rename : calendar/test/mozmill/cal-recurrence/testLastDayOfMonthRecurrence.js => calendar/test/browser/recurrence/browser_lastDayOfMonth.js
rename : calendar/test/mozmill/cal-recurrence/testWeeklyNRecurrence.js => calendar/test/browser/recurrence/browser_weeklyN.js
rename : calendar/test/mozmill/cal-recurrence/testWeeklyUntilRecurrence.js => calendar/test/browser/recurrence/browser_weeklyUntil.js
rename : calendar/test/mozmill/cal-recurrence/testWeeklyWithExceptionRecurrence.js => calendar/test/browser/recurrence/browser_weeklyWithException.js
rename : calendar/test/browser/browser.ini => calendar/test/browser/recurrenceRotated/browser.ini
rename : calendar/test/mozmill/recurrenceRotated/testAnnualRecurrence.js => calendar/test/browser/recurrenceRotated/browser_annual.js
rename : calendar/test/mozmill/recurrenceRotated/testBiweeklyRecurrence.js => calendar/test/browser/recurrenceRotated/browser_biweekly.js
rename : calendar/test/mozmill/recurrenceRotated/testDailyRecurrence.js => calendar/test/browser/recurrenceRotated/browser_daily.js
rename : calendar/test/mozmill/recurrenceRotated/testLastDayOfMonthRecurrence.js => calendar/test/browser/recurrenceRotated/browser_lastDayOfMonth.js
rename : calendar/test/mozmill/recurrenceRotated/testWeeklyNRecurrence.js => calendar/test/browser/recurrenceRotated/browser_weeklyN.js
rename : calendar/test/mozmill/recurrenceRotated/testWeeklyUntilRecurrence.js => calendar/test/browser/recurrenceRotated/browser_weeklyUntil.js
rename : calendar/test/mozmill/recurrenceRotated/testWeeklyWithExceptionRecurrence.js => calendar/test/browser/recurrenceRotated/browser_weeklyWithException.js
rename : calendar/test/browser/browser.ini => calendar/test/browser/views/browser.ini
rename : calendar/test/mozmill/views/testDayView.js => calendar/test/browser/views/browser_dayView.js
rename : calendar/test/mozmill/views/testMonthView.js => calendar/test/browser/views/browser_monthView.js
rename : calendar/test/mozmill/views/testMultiweekView.js => calendar/test/browser/views/browser_multiweekView.js
rename : calendar/test/mozmill/views/testTaskView.js => calendar/test/browser/views/browser_taskView.js
rename : calendar/test/mozmill/views/testWeekView.js => calendar/test/browser/views/browser_weekView.js
rename : calendar/test/mozmill/shared-modules/CalendarUtils.jsm => calendar/test/modules/CalendarUtils.jsm
rename : calendar/test/mozmill/shared-modules/ItemEditingHelpers.jsm => calendar/test/modules/ItemEditingHelpers.jsm
extra : rebase_source : 8479fe06a943576ed7f78c82c7e617ff5e0c72d5
extra : amend_source : d9c6975c52320e351a85a759d39950045f56522c
2019-09-27 16:00:10 +12:00
Geoff Lankow
3b471506d2
Bug 1583330 follow-up - Stop checking item creation date is null after creating the item; rs=bustage-fix
2019-10-02 15:02:18 +13:00
Geoff Lankow
7c896c24c8
Bug 1584461 - In calendar tests, stop looking for anonymous nodes that aren't anonymous; rs=bustage-fix
...
--HG--
extra : rebase_source : 71bf87747134dd91a9bf3af46468c628bfe86ed2
2019-09-27 22:48:16 +12:00
Paul Morris
a6e395ad57
Bug 1583520 - Follow-up: Add comment about error dialog in testEventDialog.js. r=darktrojan
2019-09-26 16:19:35 -04:00
Khushil Mistry
782e3b098a
Bug 1583520 - Follow-up: fix testEventDialog.js and testTaskView.js. r=pmorris
2019-09-26 19:23:17 +02:00
Geoff Lankow
f9b94449f7
Bug 1582056 part 3 - Convert all remaining Mozmill helper modules to JSMs; r=mkmelin DONTBUILD
...
--HG--
rename : calendar/test/mozmill/shared-modules/test-calendar-utils.js => calendar/test/mozmill/shared-modules/CalendarUtils.jsm
rename : calendar/test/mozmill/shared-modules/test-item-editing-helpers.js => calendar/test/mozmill/shared-modules/ItemEditingHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-account-manager-helpers.js => mail/test/mozmill/shared-modules/AccountManagerHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-address-book-helpers.js => mail/test/mozmill/shared-modules/AddressBookHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-cloudfile-helpers.js => mail/test/mozmill/shared-modules/CloudfileHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-compose-helpers.js => mail/test/mozmill/shared-modules/ComposeHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-content-tab-helpers.js => mail/test/mozmill/shared-modules/ContentTabHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-customization-helpers.js => mail/test/mozmill/shared-modules/CustomizationHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-dom-helpers.js => mail/test/mozmill/shared-modules/DOMHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-folder-display-helpers.js => mail/test/mozmill/shared-modules/FolderDisplayHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-junk-helpers.js => mail/test/mozmill/shared-modules/JunkHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-mouse-event-helpers.js => mail/test/mozmill/shared-modules/MouseEventHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-nntp-helpers.js => mail/test/mozmill/shared-modules/NNTPHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-newmailaccount-helpers.js => mail/test/mozmill/shared-modules/NewMailAccountHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-pref-window-helpers.js => mail/test/mozmill/shared-modules/PrefTabHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-quick-filter-bar-helpers.js => mail/test/mozmill/shared-modules/QuickFilterBarHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-search-window-helpers.js => mail/test/mozmill/shared-modules/SearchWindowHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-subscribe-window-helpers.js => mail/test/mozmill/shared-modules/SubscribeWindowHelpers.jsm
2019-09-25 21:00:53 +12:00
Geoff Lankow
c0913bdb1e
Bug 1582056 part 2 - Convert test-window-helpers.js to a JSM; r=mkmelin
...
--HG--
rename : mail/test/mozmill/shared-modules/test-window-helpers.js => mail/test/mozmill/shared-modules/WindowHelpers.jsm
2019-09-25 20:59:49 +12:00
Geoff Lankow
a2e4cadfd5
Bug 1582056 part 1 - Convert some Mozmill helper modules to JSMs; r=mkmelin
...
--HG--
rename : mail/test/mozmill/shared-modules/test-attachment-helpers.js => mail/test/mozmill/shared-modules/AttachmentHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-keyboard-helpers.js => mail/test/mozmill/shared-modules/KeyboardHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-message-helpers.js => mail/test/mozmill/shared-modules/MessageHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-mock-object-helpers.js => mail/test/mozmill/shared-modules/MockObjectHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-notificationbox-helpers.js => mail/test/mozmill/shared-modules/NotificationBoxHelpers.jsm
rename : mail/test/mozmill/shared-modules/test-prompt-helpers.js => mail/test/mozmill/shared-modules/PromptHelpers.jsm
2019-09-25 20:59:47 +12:00
Paul Morris
616bb88a82
Bug 1582796 - Fix task menus and related MozMill test. r=mkmelin
...
These task menus broke when menupopup binding was converted
to a custom element (in bug 1555497) that uses shadow DOM.
2019-09-20 13:00:40 -04:00
Geoff Lankow
4df33301be
Bug 1582411 - Update timezones to 2019c; r=Fallen
2019-09-20 16:00:16 +12:00
Alessandro Castellani
85b208b2b7
Bug 1565075 - Convert textbox type=autocomplete to HTML input, part 5, more tests. r=mkmelin
2019-09-19 12:54:53 -07:00
Geoff Lankow
7832d56958
Bug 1579315 - Add a test of importing events; r=pmorris
2019-09-19 20:40:56 +12:00
Jorg K
f4b71771ca
Bug 1565075 - temporarily disable testEventDialog and testEventDialogModificationPrompt. rs=bustage-fix
2019-09-19 09:16:51 +02:00
Khushil Mistry
ab82329f3a
Bug 1569562 - remove grid usage from lightning-item-iframe.xul. r=pmorris
2019-09-18 08:08:00 +02:00
Alessandro Castellani
db40ceae27
Bug 1565075 - Convert textbox type=autocomplete to HTML input, part 3, tests. rs=bustage-fix,jorgk DONTBUILD
2019-09-17 17:44:58 -07:00
Geoff Lankow
dc6155b750
Bug 501689 - Convert calStorageCalendar to use asynchronous SQL where possible; r=Fallen
2019-09-17 16:43:22 +12:00
Geoff Lankow
b00d76089a
Bug 1579639 follow-up: fix faulty test; rs=bustage-fix DONTBUILD
2019-09-10 15:06:41 +12:00
Geoff Lankow
6f6316820c
Bug 1579639 - Save calendar sort order pref when a new calendar is added. r=pmorris
2019-09-09 20:01:45 +12:00
Paul Morris
b96706a8d8
Bug 1577606 - Fix 'no-useless-concat' eslint errors. r=darktrojan
2019-08-29 16:13:25 -04:00
Paul Morris
ebeef1abf8
Bug 1577606 - Reformat calendar code with eslint and Prettier. r=darktrojan
...
# ignore-this-changeset
These changes were achieved by:
1. Using eslint to re-indent calendar code with 2 space
indent instead of 4.
Done by temporarily adding the following rule to the
calendar/.eslintrc.js file:
"indent-legacy": [2, 2, { SwitchCase: 1, }],
Then temporarily turning off Prettier by adding to that
file the rule:
"prettier/prettier": "off",
Then running |mach eslint calendar/ --fix|
2. Reformatting the calendar code using Prettier.
Done by removing those two temporary additions from the
calendar/.eslintrc.js file and running
|mach eslint calendar/ --fix|.
2019-08-29 15:15:53 -04:00
Geoff Lankow
1d7ef6b76f
Bug 1575777 - Fix various issues after linting changes in M-C. rs=bustage-fix, r=jorgk DONTBUILD
2019-08-22 11:55:03 +02:00
Geoff Lankow
488d3de144
Bug 1481180 - Re-enable test_gdata_provider.js for libical only. r=pmorris
2019-08-21 14:38:24 +12:00
Khushil Mistry
f419cbc440
Bug 1568480 - remove grid usage from calendar-event-dialog-recurrence.xul. r=pmorris
2019-08-20 07:26:00 +02:00
Khushil Mistry
d6b527b5c5
Bug 1554646 - [de-xbl] convert calendar-editable-item binding and derivatives to custom elements. r=pmorris
2019-08-15 20:10:00 +02:00
Khushil Mistry
bee5a3e520
Bug 1568189 - remove grid usage from calendar-task-view.xul. r=pmorris
2019-08-14 06:27:00 +02:00
Geoff Lankow
400ef8856d
Bug 1573382 - Plan for alarm dialog earlier, in testAlarmDialog.js. r=pmorris
2019-08-13 21:56:39 +12:00
Alessandro Castellani
e4c2b334e1
Bug 1562997 - textbox to html input in calendar-task-view.xul. r=mkmelin
2019-08-13 10:14:50 +02:00
Geoff Lankow
8df198e99d
Bug 1569539 - Remove outdated build config code for calendar extensions; r=Fallen
2019-08-07 22:38:37 +02:00
Geoff Lankow
126403ebe2
Bug 1561530 - Tests for new calendar list and calendar properties dialog; r=Fallen
2019-08-07 22:36:32 +02:00
Geoff Lankow
566397211c
Bug 1561530 - Change calendar list tree to a list; r=Fallen, ui-r=Paenglab
2019-08-06 11:37:10 +02:00
Geoff Lankow
2d079399f2
Bug 1570872 - Remove backwards-compatibility shims from calendar. r=pmorris DONTBUILD
2019-08-06 09:51:44 +02:00
Geoff Lankow
181f84525c
Bug 1534112 follow-up - Update test for new preferences tab; rs=bustage-fix
2019-07-24 11:03:27 +12:00
Geoff Lankow
5286a3b321
Bug 1534112 - Test for category colours in the preferences. r=philipp
...
--HG--
rename : calendar/test/mozmill/testAlarmDefaultValue.js => calendar/test/mozmill/preferences/testAlarmDefaultValue.js
2019-07-23 19:09:16 +02:00
Richard Marti
72d9e11385
Bug 1498332 - Fix the tests after the prefs rearrange. r=darktrojan
2019-07-16 07:46:59 +02:00
Alessandro Castellani
97b409bd5b
Bug 1554641 - [de-xbl] convert the dragndropContainer binding. r=mkmelin,philipp DONTBUILD
2019-07-04 11:12:25 +02:00
Geoff Lankow
dd80a2570c
Bug 1563077 - Change Calendar mozmill tests to use teardownModule, not teardownTest; r=aceman DONTBUILD
2019-07-03 17:42:47 +12:00
Geoff Lankow
11021ac1d6
Bug 1562832 - Update timezones to 2019b; r=Fallen
2019-07-03 16:38:31 +12:00
Paul Morris
0c825b55e5
Bug 1534774 - Fix some more MozMill tests on macOS. rs=bustage-fix
...
--HG--
extra : rebase_source : 9ea760272afb61c8ccfaca25172bd12bd6c8093d
2019-07-03 00:14:02 +02:00
Paul Morris
e4ea54bbe8
Bug 1534774 - [de-xbl] Convert minimonth bindings to custom elements. r=philipp
...
Thanks to aleca for help with getting mozmill tests working on macos.
--HG--
rename : calendar/base/content/widgets/minimonth.xml => calendar/base/content/widgets/calendar-minimonth.js
2019-07-02 00:04:04 +02:00
Khushil Mistry
e505a6175e
Bug 1554647 - [de-xbl] convert the calendar-event-column binding to custom element. r=philipp
2019-07-01 07:57:00 +02:00
Magnus Melin
679db3c87c
Bug 1554630 - ajust testTodayPane.js to account for tabmail-tab now being wrapped in an arrowscrollbox. r=jorgk DONTBUILD
2019-07-01 10:26:49 +03:00
Jorg K
165e99b8e7
Bug 1554630 - disable testTodayPane.js. rs=bustage-fix
2019-06-30 22:16:44 +02:00
John Bieling
e7e0265664
bug 1544596 - Allow multiple connections with different users to the same CalDAV server. r=philipp DONTBUILD
...
--HG--
extra : rebase_source : ab026777020daac6b1825414fecd6452acd62fd2
2019-06-13 00:26:14 +02:00
Geoff Lankow
e0c2c4a00a
Bug 1552996 - Update timezones to 2019a. r=philipp DONTBUILD
2019-05-21 12:06:08 +12:00
Geoff Lankow
7abb435958
Bug 1557018 - Teach Mozmill about shadow DOM and fix broken calendar tests; rs=bustage-fix
2019-06-06 17:01:27 +12:00
Benjamin Flanagin
2f2dd9a349
Bug 1554300 - Adapt testAlarmDefaultValue.js after bug 1547233. Navigate menu via keypress. r=jorgk
2019-06-04 09:19:48 +02:00
Jorg K
a1bae2aadc
Bug 1546130 - Backed out changeset 64481201ec54 to re-enable test. a=backout DONTBUILD
2019-06-03 09:06:06 +02:00
Jorg K
9fa0de5c8d
Bug 1554300 - temporarily disable testAlarmDefaultValue.js::testDefaultAlarms. rs=bustage-fix
...
--HG--
extra : rebase_source : 4e2c8c4b91fd1b748a7e31dbdcdf11e05273a87a
2019-05-25 02:03:22 +02:00
Paul Morris
72fad05d14
Bug 1544914 - part 4: [de-xbl] Convert calendar view bindings. r=philipp
...
--HG--
rename : calendar/base/content/calendar-base-view.xml => calendar/base/content/calendar-base-view.js
rename : calendar/base/content/calendar-month-view.xml => calendar/base/content/calendar-month-base-view.js
rename : calendar/base/content/calendar-multiday-view.xml => calendar/base/content/calendar-multiday-base-view.js
rename : calendar/base/content/calendar-views.xml => calendar/base/content/calendar-views.js
2019-05-20 10:59:40 +02:00
Paul Morris
4a4d0aec5e
Bug 1504416 - [de-xbl] Migrate calendar-list-tree bindings to custom elements. r=philipp
...
--HG--
rename : calendar/base/content/widgets/calendar-list-tree.xml => calendar/base/content/widgets/calendar-list-tree.js
rename : calendar/providers/gdata/content/gdata-list-tree.xml => calendar/providers/gdata/content/gdata-list-tree.js
2019-05-20 10:59:29 +02:00
Geoff Lankow
ece9aff2b0
Bug 1552726 - Limit recurrence in testTimezones.js; rs=bustage-"fix"
2019-05-20 17:43:01 +12:00
Geoff Lankow
2308ad78d9
Bug 1494160 - Modify timezone update script so that zones.json can contain recent and future rules; r=Fallen
2019-05-20 15:53:09 +12:00
Geoff Lankow
1cc5ff7e91
Bug 1534913 - Port bug 1521280 [Remove search-textbox binding] to Thunderbird. r=jorgk
...
This is a reversal of backout 937e7c60b40043bbdd456e18aaef5df8c0af91a1 since bug 1521280 has landed again.
2019-05-14 16:49:33 +12:00
Jorg K
57d1f8e292
Backed out 3 changesets (bug 1534913) since ported bug 1521280 was backed out. a=backout
...
Backed out changeset b38b8ba2148b (bug 1534913)
Backed out changeset fc51c0e147cc (bug 1534913)
Backed out changeset 55a635377bed (bug 1534913)
2019-05-13 11:19:33 +02:00
Magnus Melin
6fdca4f603
Bug 1534913 - Follow-up: test fixes. r=jorgk
...
--HG--
extra : rebase_source : 1bf1d20459ea9fcb0f607f6f50322177eb63f28f
2019-05-12 20:01:31 +02:00
Jorg K
68306e54cd
Bug 1534913 - temporarily disable failining tests. rs=bustage-fix DONTBUILD
2019-05-11 11:40:56 +02:00
Geoff Lankow
a3f209597a
Bug 1545918 - Ignore change listeners while setting initial values in attendees dialog; r=aceman DONTBUILD
2019-04-26 20:31:58 +12:00
Jorg K
123174118e
Bug 1546130 - temporarily disable testEventDialogModificationPrompt.js. rs=bustage-fix
2019-04-24 16:22:05 +02:00
Jorg K
afff23953e
Bug 1535725 - Follow-up: Fix multiple retrievals of bounding rect on same object. r=darktrojan
2019-04-24 09:26:01 +02:00
Jorg K
e4165a6cb2
Bug 1545918 - temporarily disable testEventDialog.js. rs=bustage-fix DONTBUILD
2019-04-20 11:49:43 +02:00
Jorg K
4b0b034136
Bug 1535725 - Port bug 1519948: Replace use of boxObject: .x, .y, .height, .width, .screenX, .screenY. r=me
2019-04-17 23:58:15 +02:00
Paul Morris
afa9750f85
Bug 1531096 - [de-xbl] convert calendar-task-tree bindings to custom elements. r=philipp
...
--HG--
rename : calendar/base/content/calendar-task-tree.xml => calendar/base/content/calendar-task-tree.js
2019-04-09 14:19:57 -04:00
Paul Morris
8f8067417d
Bug 1530503 - [de-xbl] convert calendar-alarm-widget binding to custom element. r=philipp
...
Also fixes:
Bug 1528201 - [de-xbl] convert calendar-snooze-popup binding to custom element. r=philipp
I've combined two patches (one for each bug) to better retain
the history from the removed calendar-alarm-widget.xml file.
--HG--
rename : calendar/base/content/widgets/calendar-alarm-widget.xml => calendar/base/content/widgets/calendar-alarm-widget.js
2019-04-15 11:00:14 -04:00
Paul Morris
aafd50f175
Bug 1531296 - [de-xbl] convert task progress and priority menupopup bindings to custom elements. r=philipp
...
--HG--
rename : calendar/base/content/calendar-menus.xml => calendar/base/content/calendar-menus.js
2019-04-16 10:18:55 +02:00
Khushil Mistry
0b758bf53d
Bug 1531305 - [de-xbl] convert agenda-list-bindings to custom elements. r=philipp
...
--HG--
rename : calendar/base/content/agenda-listbox.js => calendar/base/content/agenda-listbox-utils.js
2019-04-13 12:14:00 +02:00
Geoff Lankow
b3b922a307
Backed out changeset 46eb5a67c089 (bug 1541136) to re-enable tests
2019-04-03 22:10:53 +13:00
Jorg K
8532bd69ec
Bug 1541136 - temporarily disable testBasicFunctionality.js and testLocalICS.js. rs=bustage-fix
...
--HG--
extra : rebase_source : add7328f57f7a568e8b0a0a03cdbc180cfb0a86c
2019-04-03 07:19:40 +02:00
Jorg K
c70f26ca6d
Bug 1480919 - fix new typos in calendar/ except calendar/base using codespell. r=darktrojan
2019-03-30 08:40:03 +01:00
Jorg K
47187196fb
Bug 1480919 - fix typos in calendar/providers, resources, test using codespell. rs=typo-fix,comment-only
2019-03-23 12:10:39 +01:00
Markus Adrario
df420fbbfd
Bug 542817 - [mozmill] Remove attendees not working in Event modification test. r=darktrojan
...
--HG--
extra : amend_source : aaa6675d4417195083c37517c5cd7a3235a7ad56
2019-03-22 10:46:23 +01:00
Geoff Lankow
46c9d9466a
Port bug 1246594 - Enable ESLint rule no-throw-literal by default; rs=bustage-fix DONTBUILD
2019-03-21 20:45:20 +13:00
Geoff Lankow
a8baeb501c
Bug 1533702 - Bug 1534930 follow-up: Fix broken element selector in test-item-editing-helpers.js. r=me
2019-03-20 12:28:03 +13:00
Jorg K
b857aec51f
Bug 1533702 - temporarily disable testTaskView.js. rs=bustage-fix
2019-03-19 23:02:20 +01:00
Paul Morris
80f5b263d5
Bug 1534930 - [de-xbl] Remove the spinbuttons, numberbox and textbox bindings. r=mkmelin
...
--HG--
rename : mail/themes/linux/mail/numberbox.css => mail/themes/linux/mail/textbox.css
rename : mail/themes/osx/mail/numberbox.css => mail/themes/osx/mail/textbox.css
rename : mail/themes/windows/mail/numberbox.css => mail/themes/windows/mail/textbox.css
2019-03-13 15:34:10 -04:00
Geoff Lankow
90171e45d9
Bug 1534155 - Stop ignoring no-undef linter rule in calendar; r=Fallen
2019-03-15 11:03:39 +13:00
Jorg K
c40305b523
Bug 1533663 - Backed out changeset a197d3e193a1 to re-enable tests. a=backout
2019-03-14 07:38:18 +01:00
Geoff Lankow
960e87a50f
Bug 1533967 - Convert calendar item toolbar buttons from type="menu-button" to type="menu". r=philipp, ui-r=aleca
2019-03-09 15:56:54 +13:00
Jorg K
674e30e4e3
Bug 1533085 - Fix linting errors in test disabling. rs=bustage-fix
2019-03-08 09:47:54 +01:00
Jorg K
4e1efa2c34
Bug 1533085 - temporarily switch off 3 more tests. rs=bustage-fix
...
--HG--
extra : rebase_source : adf8a3c16d1440c1a9a2303fc22683037ad5d654
2019-03-08 09:15:28 +01:00
Jorg K
797a368872
Bug 1533663 - temporarily switch off Calendar's testSmokeTest and testLocalICS. rs=bustage-fix
...
--HG--
extra : rebase_source : ecb0eb83b1413e8ed2ee7ad40b3bf471b2b3360d
2019-03-08 09:08:59 +01:00
Geoff Lankow
222bf4519b
Bug 1532595 - Fix broken calendar task view test; rs=bustage-fix
2019-03-07 16:35:14 +13:00
Jorg K
5bb6edede8
Bug 1522605 - disable perma-red testTaskView.js. rs=bustage-fix
...
--HG--
extra : rebase_source : eac31bc71bb28c908525263c3dbc80f00fde4a7a
2019-03-06 08:38:01 +01:00
Geoff Lankow
1fd40dfa91
Bug 1532595 - Fix broken calendar event dialog tests; rs=bustage-fix
2019-03-06 14:54:09 +13:00
Geoff Lankow
854b5cd72c
Bug 1530532 - Minimise uses of Preferences.jsm; r=Fallen DONTBUILD
2019-03-05 21:58:09 +13:00
Arshad Khan
8e48a7068a
Bug 1509076 - Inline and Scriptify daypicker-weekday binding. r=philipp
...
--HG--
extra : rebase_source : 1803e07fda9a923798ee86d140f5cfa67b7c68fd
2019-02-11 19:19:30 +05:30
Geoff Lankow
593507fbeb
Bug 1522608 - Remove all uses of new Function and assertJS in calendar, and remove assertJS from mozmill. r=philipp DONTBUILD
2019-03-01 14:55:33 +13:00
Magnus Melin
55ee548c52
Bug 1528681 - remove reliance on context parameter in calICSCalendar.js, fix asyncOpen() calls to not have a context anymore. r=darktrojan
...
Remove unused parameter onAfterGet parameter to forceRefresh, which is no longer directly obtainable after bug 1520868.
Since bug 1520868, context is always null. But forceRefresh isn't used so might as well remove it.
2019-02-26 23:09:36 +01:00
Jorg K
c71813785d
Bug 1529763 - Port bug 1529252: s/NewChannelFromURI2/NewChannelFromURI/. rs=bustage-fix
2019-02-22 00:06:55 +01:00
Geoff Lankow
9b843443fd
Bug 1524456 - Convert datepicker and timepicker classes to custom elements; r=Fallen
2019-02-21 14:15:09 +13:00
Geoff Lankow
a73f67c91a
Backed out changeset 20a933e91aed (bug 1524657) to enable test fixed by bug 1526418 DONTBUILD
2019-02-20 21:12:03 +13:00
Geoff Lankow
812c674eac
Bug 1518656 - Lint remaining parts of Mozmill extension; r=aceman
...
--HG--
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/controller.js => mail/test/resources/mozmill/mozmill/extension/content/modules/controller.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/elementslib.js => mail/test/resources/mozmill/mozmill/extension/content/modules/elementslib.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/events.js => mail/test/resources/mozmill/mozmill/extension/content/modules/events.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/frame.js => mail/test/resources/mozmill/mozmill/extension/content/modules/frame.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/init.js => mail/test/resources/mozmill/mozmill/extension/content/modules/init.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/jum.js => mail/test/resources/mozmill/mozmill/extension/content/modules/jum.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/mozmill.js => mail/test/resources/mozmill/mozmill/extension/content/modules/mozmill.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/modules/utils.js => mail/test/resources/mozmill/mozmill/extension/content/modules/utils.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/EventUtils.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/EventUtils.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/arrays.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/arrays.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/dom.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/dom.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/httpd.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/httpd.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/os.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/os.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/securable-module.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/securable-module.jsm
rename : mail/test/resources/mozmill/mozmill/extension/content/stdlib/strings.js => mail/test/resources/mozmill/mozmill/extension/content/stdlib/strings.jsm
2019-02-18 15:30:33 +13:00
Geoff Lankow
8ed79a7263
Bug 1528133 - Add necessary QueryInterface calls to calendar; rs=bustage-fix
2019-02-18 14:21:05 +13:00
Geoff Lankow
51526c1f7a
Bug 1452600 - Switch off failing Mozmill test; rs=bustage-fix
2019-02-18 14:20:22 +13:00
Geoff Lankow
db220aaeb0
Bug 1515937 - Update timezone definitions to version 2018i. r=MakeMyDay
2019-02-11 23:44:29 +13:00
Jorg K
c2580fb3cf
Bug 1524657 - disable testDefaultAlarms in testAlarmDefaultValue.js on Windows. rs=bustage-fix
2019-02-06 12:27:37 +01:00
Jorg K
2e8ee6ca10
Bug 1523074 - (Partly) backed out changeset 63b3267ac3ba to re-enable tests (see bug 1524450 for remaining disabled test). a=backout
2019-02-01 09:27:15 +01:00
Geoff Lankow
aeb94dd12d
Bug 1522778 - Remove prefwindow and preftab bindings. r=aceman
2019-01-29 10:54:10 +13:00
Geoff Lankow
21d092bc36
Bug 1523384 - Replace editable menulist with xbl-menulist in calendar datepickers; rs=bustage-fix
...
This stops the custom element from interfering with the menulist, but breaks the popup. This change should be undone ASAP.
2019-02-01 17:03:58 +13:00
Geoff Lankow
0a77384a34
Bug 1520643 - Port bug 1514594: Change all call sites of ChromeUtils.import() to the "new" scheme; rs=bustage-fix DONTBUILD
2019-01-30 20:53:39 +13:00
Geoff Lankow
aea48ffad0
Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script (calendar/). rs=bustage-fix,jorgk
2019-01-29 11:24:57 +01:00
Jorg K
c4c3736140
Bug 1523074 - temporarily switch off failing tests that open the preferences/options tab. rs=bustage-fix DONTBUILD
2019-01-27 09:24:23 +01:00
Geoff Lankow
3b788c7abf
Bug 1491269 - Fix failing testTaskView.js; r=Fallen
2019-01-16 22:46:12 +13:00
Jorg K
d34ea1e326
Bug 1491269 - disable failing test testTaskView.js. rs=bustage-fix
2019-01-15 17:47:06 +01:00
Martin Schroeder
957d0cd0bf
Bug 1458367 - Mass replace the Components.interface/Components.utils uses with Ci/Cu in Calendar. r=MakeMyDay
2018-09-23 01:20:13 +02:00
MakeMyDay
123cb6336c
Bug 1492436 - Delete a recurring item if the last occurrence is deleted; r=philipp
2018-09-19 14:17:49 +02:00
Geoff Lankow
bcad93662a
Bug 1516843 - Install mozmill packages in build virtualenv (for local development only); r=Fallen
2019-01-01 11:22:36 +13:00
Geoff Lankow
5fa1456609
Bug 1516843 - Copy mozmill test files to the staging directory at build-time (local development only); r=Fallen
2019-01-01 11:22:23 +13:00
Geoff Lankow
5709eaaf1c
Bug 1515959 - Fix reminder dialog to respect default duration, and not overwrite existing reminders when changing the UI; r=Fallen
2019-01-01 11:21:57 +13:00
Geoff Lankow
65c22d3cbb
Bug 734966 - Fix "snooze all" button on Mac; r=Fallen
2018-12-31 12:15:55 +13:00
Jorg K
3a2fa53acc
Bug 1513181 - disable three failing tests on Mac. rs=bustage-fix
2018-12-20 18:42:28 +01:00
Magnus Melin
e5518933ba
Bug 1491269 - Follow-up: fix testTaskView.js failure by remembering the number of tasks before clicking delete; r=darktrojan
2018-12-06 14:04:59 +02:00
Markus Adrario
fc936c64b1
Bug 1506528 [mozmill] testEventDialog regularly failing. r=darktrojan
2018-11-23 07:23:33 +01:00
Markus Adrario
377f28d665
Bug 1496602 [mozmill] move timezone setting code from timezone-test to item-editing-helpers. r=darktrojan
2018-11-22 10:51:51 +01:00
Magnus Melin
9f42ebd1c7
Bug 1491269 - Fix test failure in testTaskView.js by avoiding double delete; r=darktrojan
2018-11-20 14:23:55 +02:00
Markus Adrario
26cf4a519e
Bug 1506528 [mozmill] testEventDialog regularly failing. r=darktrojan
2018-11-19 15:33:45 +01:00
Arshad Khan
b9eaed8867
Bug 1501596 - Fix year popup control buttons for minimonth. r=Paenglab,MakeMyDay DONTBUILD
2018-11-12 18:18:01 +05:30
Philipp Kewisch
397ccfe191
Bug 1476330 - Get but don't save passwords if password saving is disabled. r=MakeMyDay
2018-09-01 10:00:05 +02:00
Philipp Kewisch
f12ae98ab8
Bug 1460001 - Ensure alarm attendees and attachments are not added twice. r=MakeMyDay
...
--HG--
extra : rebase_source : 975acba70599123a4299db99e2c3ba8fdef96532
2018-09-18 15:22:59 -04:00
MakeMyDay
fe791ce542
Bug 1500122 - Fix xpcshell tests relying on en-US datetime formatter results to pass locally irrespective of locale. r=philipp
2018-10-18 16:51:05 +02:00
Markus Adrario
2c2292b77f
Bug 1495247 [mozmill] close any remaining EventDialogs on teardownTest; r=darktrojan
2018-11-05 23:19:25 +13:00
Geoff Lankow
d125d3b7f8
Bug 1504130 - Set environment of .eslintrc.js files to node; also fix two warnings; rs=NPOTB
2018-11-02 21:04:58 +13:00
aceman
f453f98966
Bug 1502997 - Access "priority-1-menuitem" id properly for an anonymous element. r=darktrojan
2018-10-30 16:19:00 +01:00
aceman
34b9f0cef5
Bug 1502997 - Access pref-category-box id properly for an anonymous element. rs=bustage-fix,jorgk
2018-10-30 22:13:10 +01:00
aceman
146574df2b
Bug 1502997 - Do not use GetElementById() to find anonymous elements after bug 1502875. r=jorgk DONTBUILD
2018-10-29 18:44:00 +01:00
Markus Adrario
9568258c3a
Bug 1491593 [mozmill] fix and enhance shared-module calendar-utils "setData()"-Function. r=darktrojan
2018-10-13 22:43:51 +02:00
Geoff Lankow
6b4444cdb0
Bug 1499286 - Fix failing testLocalICS.js by listening for input event instead of command event. r=philipp
2018-10-16 23:20:44 +13:00
Geoff Lankow
f0fe5a6e9a
Bug 1499286 - Temporarily switch off failing testLocalICS.js on Linux. rs=bustage-fix
2018-10-16 19:43:16 +13:00
Jorg K
580dd5d8c8
Backed out changeset 20ab2d2a45b1 (bug 1491593) for test failures on Mac. a=backout
2018-10-14 00:30:55 +02:00
Markus Adrario
aadf22ede2
Bug 1491593 [mozmill] fix and enhance shared-module calendar-utils "setData()"-Function. r=darktrojan
2018-10-13 22:43:51 +02:00
Jorg K
8ec3aff295
Bug 1495859 - Backed out changeset c5edf0bb4000 to re-enable tests. a=backout DONTBUILD
2018-10-13 10:42:17 +02:00
Jorg K
b334873162
Bug 1495859 - Temporarily switch off failing testBasicFunctionality.js and testLocalICS.js on Linux. rs=bustage-fix DONTBUILD
2018-10-06 10:52:16 +02:00
Geoff Lankow
430221e3dd
Bug 1484636 - Improve reliability of testEventDialog.js; rs=bustage-fix DONTBUILD
2018-09-28 13:51:26 +12:00
Geoff Lankow
9f0f4874ad
Bug 1459994 - Fix broken tab bindings so "the proper way" of switching tabs works. r=mkmelin,philipp
2018-09-25 12:59:43 +12:00
Geoff Lankow
80a1837511
Bug 1480338 - Test event/task dialog is big enough for the iframe it contains; r=MakeMyDay
2018-09-27 22:33:43 +12:00
Jorg K
b8159e050e
Bug 1493374 - Port bug 1493220: Replace getRegionalPrefsLocales() with regionalPrefsLocales. r=aceman,MakeMyDay DONTBUILD
2018-09-24 11:53:39 +02:00
aceman
87f3159942
Bug 1493313 - Port Bug 1491394: Replace getAppLocalesAsBCP47() with appLocalesAsBCP47. r=jorgk DONTBUILD
2018-09-21 19:00:00 +02:00
Geoff Lankow
c8bcd4d2b6
Bug 1484636 - When testing with a callback, use assert instead of assertJS; fix testTimezones.js. r=philipp DONTBUILD
2018-09-17 12:35:31 +12:00
Geoff Lankow
f74c4e389c
Bug 1484636 - Revive and enable all the mozmill tests in calendar/test/mozmill; r=Fallen
...
--HG--
rename : calendar/test/mozmill/timezoneTests/test2.js => calendar/test/mozmill/testTimezones.js
2018-09-14 11:40:11 +12:00
Arshad Khan
e4d41d9f89
Bug 1484680 - Remove treenode-checkbox binding. r=philipp,mkmelin
2018-08-20 18:30:13 +05:30
Geoff Lankow
3e7829922b
Bug 1487572 - Rename mailServices.js to MailServices.jsm. r=mkmelin
...
--HG--
rename : mailnews/base/util/mailServices.js => mailnews/base/util/MailServices.jsm
extra : rebase_source : 7ecd648075015c893ae9c8e4860541744261557c
2018-08-31 12:43:20 +12:00
Jorg K
8d438c5486
Bug 1485820 - Backed out changeset 1ea73fb2c807 to re-enable test. a=backout
2018-08-28 08:48:38 +02:00
Geoff Lankow
8dc2c4cd70
Bug 1485820 - Remove PropertyMap and instead return a simple iterator for item properties. r=philipp
2018-08-28 11:08:18 +12:00
Jorg K
5c66167af2
Bug 1485820 - temporarily switch off test_attendee.js. rs=bustage-fix
2018-08-26 20:34:20 +02:00
MakeMyDay
b8d0e2f98c
Bug 1481790 - Disable test steps for testing cache resetting for calendarInfo. r=philipp
2018-08-24 14:04:16 +02:00
MakeMyDay
6aaa8f9a3e
Bug 1481790 - Determine locale dependent default values for preferences without a localized preference file. r=philipp
2018-08-23 09:40:14 +02:00
Geoff Lankow
b641cb088b
Bug 1480393 - Explicitly declare what is being imported with ChromeUtils.import; r=Fallen
2018-08-22 10:44:43 +12:00
Jorg K
57fcb0864f
Bug 1481180 - temporarily disable test_gdata_provider.js. rs=bustage-fix
2018-08-07 07:08:17 +02:00
Geoff Lankow
99b095584a
Bug 1471326 - Build GData Provider with Thunderbird and re-enable its test test_gdata_provider.js. r=philipp
...
--HG--
rename : calendar/providers/gdata/install.rdf => calendar/providers/gdata/manifest.json
extra : rebase_source : df6287d07edb7fa8923dcbc3d5e18e2dd6bac091
2018-08-02 11:28:58 +12:00
Richard Marti
bcef229cb6
Bug 1472002 - Port bug 1470910 to TB: Migrate input-box / input-box-spell to a Custom Element. rs=jorgk
2018-08-03 21:20:13 +02:00
Jorg K
5769f48c9c
Bug 1476947 - Backed out changeset 8f2abbbb3f04 to re-enable tests. a=backout
2018-08-01 11:27:45 +02:00
Jorg K
71e50601fe
Bug 1476947 - temporarily disable failing tests. rs=bustage-fix DONTBUILD
2018-07-20 10:18:57 +02:00
Geoff Lankow
ce038a0381
Bug 1470307 - Replace open_pref_window() with open_pref_tab() in test-calendar-utils.js; r=philipp
2018-07-17 23:30:23 +12:00
Jorg K
73a1bf9dfd
Bug 1448808 - Bring back Calendar MozMill testing. a=backout
...
Backed out changeset fc93de1b8856 (bug 1450128)
Backed out changeset 784233e550fd (bug 1449487)
2018-06-20 00:33:53 +02:00
Geoff Lankow
bdc41b3673
Bug 1472883 - Fixes to make WebExt Lightning run better; r=philipp
2018-07-17 23:30:23 +12:00
MakeMyDay
e5d45eac37
Bug 1238874 - Streamline email subject strings for imip transport. r=philipp
2018-07-04 13:36:47 +02:00
Geoff Lankow
cc62b6a34e
Bug 1469465 - Stop unpacking Lightning XPI in testing. r=philipp
2018-07-03 14:43:56 +12:00
Geoff Lankow
630d10a6a4
Bug 1469459 - Follow-up - more eslint fixes in calendar/. r=philipp
2018-07-02 23:28:22 +12:00
Geoff Lankow
2bd4a4d951
Bug 1469459 - ESLint fixes in calendar/. r=philipp
...
MozReview-Commit-ID: AGLuFniyX3o
MozReview-Commit-ID: EOYZGjkTukK
2018-06-22 17:38:46 +12:00
Geoff Lankow
29ea0a6a5b
Bug 1469501 - Fix broken test calendar/test/unit/test_providers.js. r=philipp
2018-06-30 20:47:23 +12:00
Geoff Lankow
18c6ce66f5
Bug 1469499 - Port bug 1444329: Replace use of nsIScriptableUnicodeConverter::convertFromByteArray. r=philipp
...
Backed out changeset 5365296a9690 (bug 1469499)
MozReview-Commit-ID: 3HjV5B89Bqj
2018-06-25 12:14:50 +12:00
Jorg K
1e4fab489e
Bug 1469501 - temporarily disable test_providers.js. rs=bustage-fix
2018-06-19 10:42:19 +02:00
Jorg K
730fd5925d
Bug 1469499 - temporarily disable test_ics_parser.js. rs=bustage-fix
2018-06-19 10:42:17 +02:00
Geoff Lankow
6ab94a745c
Bug 1466430 - Unpack Lightning for xpcshell tests. rs=jorgk,bustage-fix
2018-06-18 12:48:49 +12:00
Philipp Kewisch
c4532cd257
Bug 1452120 - Make icaljs backend loader work with packed extensions. r=MakeMyDay DONTBUILD
...
MozReview-Commit-ID: 5yWIQUajyLE
--HG--
extra : rebase_source : 4e656a1e80563322d5e73f22dc40a936e4b6b1cc
2018-05-01 14:53:01 +02:00
Martin Schroeder
70b104993f
Bug 1459154 - Update internal timezone database to version 2018e. r=philipp
...
--HG--
extra : rebase_source : 78f65f868ac3bad5db9b1ba444ef3444fc0af4eb
2018-05-04 12:21:58 +02:00