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

672 Коммитов

Автор SHA1 Сообщение Дата
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
Richard Marti 1ed80b1508 Bug 1535965 - Add type="menu" to all appmenu buttons. r=darktrojan DONTBUILD 2019-03-17 22:10:50 +01:00
Magnus Melin 833523864f Bug 1535582 - nuke now unused bindings xbl-menulist, menulist-popuponly, menulist-editable, panellist, datetextpicker, datetimepicker-base, and fix menulist.css inclusion. r=darktrojan 2019-03-16 23:38:10 +02:00
Geoff Lankow 46294ffda8 Bug 1532595 - Fix display of textareas in calendar. r=Paenglab 2019-03-15 16:25:27 +13:00
Geoff Lankow 90171e45d9 Bug 1534155 - Stop ignoring no-undef linter rule in calendar; r=Fallen 2019-03-15 11:03:39 +13:00
Magnus Melin da337fb3ab Bug 1534948 - ensure html namespace is available in all the thunderbird xul files. r=Paenglab, r=Fallen
Scripts:

grep -rl -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' . | xargs sed -i 's#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"#g' {} \;

grep -r -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' .
2019-03-14 21:53:23 +02: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
Geoff Lankow af4ed9de6d Bug 1527770 - Convert Thunderbird preferences to use preferencesBindings.js; r=aceman
--HG--
rename : common/bindings/preferences.xml => mail/components/preferences/preferences.xml
2019-03-07 22:57:21 +13:00
Jorg K d34aac5dd8 Bug 1532595 - fix linting white-space issues. rs=white-space-only DONTBUILD 2019-03-05 23:17:19 +01:00
Magnus Melin 932db4c2e4 Bug 1532595 - Port bug 1513343: Replace usages of textarea binding with html:textarea. r=Paenglab 2019-03-05 23:00:10 +01:00
Geoff Lankow 854b5cd72c Bug 1530532 - Minimise uses of Preferences.jsm; r=Fallen DONTBUILD 2019-03-05 21:58:09 +13:00
Magnus Melin 991a524d68 Bug 1532249 - remove unneeded utility function createXULElement, switch to document.createXULElement instead. r=philipp 2019-03-04 13:10:34 +02:00
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
Jorg K 49bf163dd9 Bug 1531307 - Port bug 1525319: Remove context parameter from OnStartRequest/OnStopRequest/OnDataAvailable, JS part. rs=bustage-fix 2019-02-28 18:55:51 +01: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
Ben Campbell 6c097bd8ad Bug 1529509 - set loadInfo property in newChannel() for nsLDAPProtocolHandler and ItipProtocolHandler. r=jorgk,MakeMyDay 2019-02-24 22:45:35 +01:00
Geoff Lankow fca9678179 Port bug 1528971: Move newChannel2 being the only implementation within nsIProtocolHandler.idl; rs=bustage-fix 2019-02-21 18:58:12 +13: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 db15752d39 Bug 1511945 - DeCOMtaminate FileLink and improve its preferences UI; r=Fallen
--HG--
rename : mail/components/cloudfile/nsBox.js => mail/components/cloudfile/box/box.jsm
rename : mail/components/cloudfile/content/Box/management.js => mail/components/cloudfile/box/management.js
rename : mail/components/cloudfile/content/Box/management.xhtml => mail/components/cloudfile/box/management.xhtml
rename : mail/components/cloudfile/content/Hightail/fileExceeds2GB.xul => mail/components/cloudfile/hightail/fileExceeds2GB.xul
rename : mail/components/cloudfile/content/Hightail/fileExceedsLimit.xul => mail/components/cloudfile/hightail/fileExceedsLimit.xul
rename : mail/components/cloudfile/content/Hightail/fileExceedsQuota.js => mail/components/cloudfile/hightail/fileExceedsQuota.js
rename : mail/components/cloudfile/content/Hightail/fileExceedsQuota.xul => mail/components/cloudfile/hightail/fileExceedsQuota.xul
rename : mail/components/cloudfile/nsHightail.js => mail/components/cloudfile/hightail/hightail.jsm
rename : mail/components/cloudfile/content/Hightail/management.js => mail/components/cloudfile/hightail/management.js
rename : mail/components/cloudfile/content/Hightail/management.xhtml => mail/components/cloudfile/hightail/management.xhtml
2019-02-19 11:15:04 +13:00
Geoff Lankow 8ed79a7263 Bug 1528133 - Add necessary QueryInterface calls to calendar; rs=bustage-fix 2019-02-18 14:21:05 +13:00
Magnus Melin 64574a4609 Bug 1528041 - Port bug 1527495: Migrate text-link to CE. r=Paenglab
For labels that were real links, where we didn't handle clicks, make them <label is="text-link">.
For the cases where we handle all clicks ourselves, just keep the class="text-link".
2019-02-15 22:31:08 +02:00
Dirk Steinmetz 8733049c56 Bug 1512331 - Don't access undefined untilDate on calIRecurrenceDate. r=philipp
rule can be a calIRecurrenceDate, which does not have untilDate.
2018-12-06 00:57:51 +01:00
Richard Marti caafaecd99 Bug 1504190 - Make the Calendar themeable with WX-themes. r=MakeMyDay 2018-10-08 23:21:15 +02:00
Geoff Lankow aeb94dd12d Bug 1522778 - Remove prefwindow and preftab bindings. r=aceman 2019-01-29 10:54:10 +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 2efdc7aa13 Bug 1520643 - Port bug 1514594: Change import call sites manually to address linting errors. rs=bustage-fix,jorgk 2019-01-29 12:49:32 +01: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
Arshad Khan 8222dbf435 Bug 1512945 - Migrate calendar-day-label binding to custom element. r=philipp 2018-12-10 15:58:22 +05:30
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
Geoff Lankow 3bec6354ff Bug 1519755 - Fix more XBL binding errors at Lightning startup. r=philipp 2019-01-14 15:20:56 +13: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 b7955edd70 Bug 1493034 - Check if header view has already loaded at iMIP bar startup; r=MakeMyDay,mkmelin DONTBUILD 2018-12-17 22:40:23 +13:00
Geoff Lankow 7fcd9912d0 No bug - Fix some dodgy white-space in calendar XUL files; rs=white-space-only 2018-12-08 14:40:59 +13: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
Geoff Lankow 8a7a1dc8a4 Backed out changeset 36660399182d (bug 1501596) for multiple Mozmill failures; r=backout 2018-11-15 20:31:32 +13:00
Arshad Khan c5c3d372e0 Bug 1501596 - Fix year popup control buttons for minimonth. r=Paenglab,MakeMyDay 2018-11-12 18:18:01 +05:30
Geoff Lankow 8154f665b8 Bug 1503727 - Specify strict_max_version in Lightning manifest; r=philipp 2018-11-05 21:47:24 +13:00
Arshad Khan 55dbb85cb9 Bug 1491660 - Remove statusbar and statusbarpanel bindings. r=mkmelin,MakeMyDay 2018-09-16 16:50:00 +05:30
MakeMyDay a6a43d55fb Bug 1496086 - Add a separate string for the attendees tab runtime replacement in the event dialog. r=philipp 2018-10-18 12:49:33 +02:00
MakeMyDay 66ef3538c8 Bug 1496086 - UX improvements in event dialog and tab for attendee/attachment handling. r=philipp 2018-10-03 16:20:09 +02:00
MakeMyDay 632988ca69 Bug 1494891 - Fix missing or wrong attachment icons in summary and event dialog. r=philipp 2018-09-29 16:40:22 +02:00
Richard Marti 2e428f8c20 Bug 1480383 - Remove unused icons and images from calendar/. r=MakeMyDay 2018-08-03 16:09:01 +02:00
Geoff Lankow 8fa1f89273 Bug 1489825 - Move string for calendar preferences label to mail's preferences.dtd; r=aceman, Fallen 2018-10-15 20:25:03 +13:00
Martin Schroeder 6cbff7a281 Bug 1498797 - fix 'ReferenceError: event is not defined' when clicking on attachments tab in event dialog. r=MakeMyDay 2018-10-13 17:00:49 +02:00
Arshad Khan dfe26e87d9 Bug 1485024 - Remove lightning-notification-bar binding and inline it. r=MakeMyDay DONTBUILD 2018-10-06 02:45:19 +05:30
Martin Schroeder b0707faa29 Bug 1494296 - Fix deprecation warning when creating a new calendar on TB's Account Central page. r=MakeMyDay 2018-10-03 14:06:11 +02: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 67c9245705 Bug 1480338 - Prevent event/task dialog being too small for the iframe inside; r=MakeMyDay 2018-09-27 22:33:40 +12:00
Geoff Lankow 613ba1b8cd Bug 1481777 - Remove "Thunderbird now contains calendaring functionality..." message at startup. r=MakeMyDay 2018-08-12 22:05:25 +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