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

31 Коммитов

Автор SHA1 Сообщение Дата
Khushil Mistry 0d85f311b2 Bug 1557504 - remove [array] use in xpidl from calIImportExport.idl. r=pmorris 2019-11-14 21:03:06 +05:30
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 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
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 b641cb088b Bug 1480393 - Explicitly declare what is being imported with ChromeUtils.import; r=Fallen 2018-08-22 10:44:43 +12:00
MakeMyDay 206b588700 Bug 1101381 - Restore Calendar printing. r=philipp DONTBUILD 2018-07-18 14:31:21 +02:00
Jorg K 907b9f81c6 Backed out changeset 48373a3601ff (bug 1414612) for landing with the wrong bug number. a=backout
--HG--
extra : amend_source : 1becc3837ac5c330251f3e1c8649e546d980bcf3
2018-07-18 20:35:13 +02:00
MakeMyDay d184c5bc21 Bug 1414612 - Restore Calendar printing. r=philipp 2018-07-18 14:31:21 +02:00
Philipp Kewisch aa45564f77 Bug 1457087 - Replace use of XPCOMUtils.generateQI where possible. r=MakeMyDay
MozReview-Commit-ID: 1kMFGQDeANj
2018-05-04 13:04:24 +02:00
Philipp Kewisch 2d12ade709 Bug 1440980 - Load sub-modules via calUtils.jsm - calXMLUtils. r=MakeMyDay
MozReview-Commit-ID: 990IG64RTmz

--HG--
extra : rebase_source : a7bfe3223de57f343e5fa216ea2e2cb7cd35c62e
2018-02-24 20:05:29 +01:00
Philipp Kewisch 7134cde503 Bug 1440490 - Move l10n related functions into calL10NUtils.jsm - part 3 - migrate getCalString. r=MakeMyDay
MozReview-Commit-ID: 4rjjnuh2Du6

--HG--
extra : rebase_source : a5dcc1ef2e34411bf3c8f398179e3879bd4d24e0
2018-02-22 07:43:54 +01:00
aceman 931fca452f Bug 1445396 - remove nsIDOMText use in calendar. r=philipp 2018-03-13 17:07:00 +01:00
Philipp Kewisch ffa3049d17 Bug 1434737 - Move to ChromeUtils.import() - Calendar part. r=MakeMyDay
MozReview-Commit-ID: 4ahbZ5P9Ad
2018-01-31 13:31:28 +01:00
Philipp Kewisch 504bc88846 Bug 1408662 - Move date/time/timezone related functions into calDateTimeUtils.jsm - automatic changes. r=MakeMyDay
MozReview-Commit-ID: CbFO8nxatLy
2017-10-14 15:33:20 +02:00
Jorg K a74db9d626 Bug 1374093 - Port bug 1372886 to C-C [Remove last two parameters of nsIConverterOutputStream::Init]. rs=bustage-fix
--HG--
extra : amend_source : bceec37ee071b98697d014b668d1a00cb5e126a7
2017-06-19 00:03:34 +02:00
eslint eb30edd672 Bug 1280898 - Set up eslint for calendar files - enable prefer-arrow-callback rule. r=MakeMyDay
MozReview-Commit-ID: E3n4RPWNDWu

--HG--
extra : rebase_source : d293c64618bec734bababea034d7f7e0f2ee43c7
2016-07-08 14:10:46 +02:00
eslint 3f579eeb51 Bug 1280898 - Set up eslint for calendar files - enable func-names rule. r=MakeMyDay
MozReview-Commit-ID: DgsK9FXLRFz

--HG--
extra : rebase_source : 393016ec04b61637eb6f0da13a1f23fe6d9937e5
2016-07-08 14:09:04 +02:00
eslint 2830025be3 Bug 1280898 - Set up eslint for calendar files - enable quotes rule. r=MakeMyDay
MozReview-Commit-ID: HCcoCsa0u71

--HG--
extra : rebase_source : 6904202bdd7604ec3c39db9aa33f67a0de5fd227
2016-07-08 14:05:19 +02:00
eslint fefb69ed46 Bug 1280898 - Set up eslint for calendar files - (almost) enable no-extra-parens rule. r=MakeMyDay
MozReview-Commit-ID: AIxffiiJaCp

--HG--
extra : rebase_source : 22f55956c2faa4211a642e2c2a6e81ded0cab5a8
2016-07-08 14:03:51 +02:00
Tooru Fujisawa ae508904e9 Bug 1221634 - Remove for-each from calendar/. r=Fallen 2015-12-16 04:53:38 +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
MakeMyDay 7e40daefc6 Bug 1184714 - Fix some more Calendar strict warnings. r=philipp a=aleth CLOSED TREE
--HG--
extra : amend_source : dc68c996e6b655328d9c2a3abc048258d629a3de
2015-07-16 22:59:21 +02:00
Sebastian Hengst cac59ab1bf Bug 988280 - Use node.remove(), especially instead of node.parentNode.removeChild(node). r=Fallen
CLOSED TREE
2014-02-09 22:28:52 +01:00
Richard Marti a14cc8265e Bug 882761 - Package all theme files in a unified XPI. r=philipp 2013-11-17 13:40:37 +01:00
Philipp Kewisch 5c77c9e25e Fix bug 868721 - Replace doQueryInterface with XPCOMUtils.generateQI. r=mmecca 2013-05-06 21:37:07 +02:00
Philipp Kewisch 126580f1b3 Fix bug 757902 - Weekly and Monthly print layouts don't work, remove e4x usage (cpg fallout) (regression). r=mmecca/ssitter 2012-07-26 16:47:06 +02:00
Gervase Markham d9160e1ab8 Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
Tom Laithwaite 8f8f3d6f78 Fix bug 659312 - Use of PRE in html exporter produces undesired results. r=philipp 2011-06-07 14:43:59 +02:00
Philipp Kewisch 758b44d6d1 Fix bug 591742 - Import and Export is broken [Exception "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]"]. r=simon 2010-12-10 22:46:47 +01:00
Eduardo Katayama 2109f4a934 Fix bug 325137 - Should be possible to print tasks. r=philipp
--HG--
extra : rebase_source : e73a78d4421e99b9a5cafde3d85d8c34bf086b83
2010-03-29 07:01:00 +02:00
hg@mozilla.org 44f560b8a9 bug 455727 - import calendar/ into comm-central, initial import of code from CVS tag HG_COMM_INITIAL_IMPORT at 2008-09-18 07:11:38 PST, imported and tagged cvs.mozilla.org modules: mozilla/calendar mozilla/other-licenses/branding/sunbird/ 2008-09-18 16:13:11 +02:00