Closed
Bug 1774362
Opened 3 years ago
Closed 3 years ago
Changes needed for bug 1607331 - Reject global this usage in JSM
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr102 unaffected, thunderbird102 unaffected)
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird102 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
(Keywords: leave-open)
Attachments
(2 files, 4 obsolete files)
We have a bunch of ES lint failures after bug 1607331. Looks like I overlooked ChromeUtils.defineModuleGetter in earlier fixes.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
status-thunderbird102:
--- → unaffected
Keywords: leave-open
Target Milestone: --- → 103 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/192df5f7a660
Changes needed for bug 1607331 - Reject global this usage in JSM. calendar/ part. r=freaktechnik
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Internally its using lazy and is loaded early.
Depends on D149384
Updated•3 years ago
|
Attachment #9281414 -
Attachment description: Bug 1774362 - Make MailServices.jsm non lazy. r=freaktechnik → Bug 1774362 - Changes needed for bug 1607331 - Reject global this usage in JSM. mail/mailnews/calendar/chat r=freaktechnik
Attachment #9281414 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9281407 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9281406 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9281414 -
Attachment is obsolete: false
Updated•3 years ago
|
Attachment #9281405 -
Attachment is obsolete: true
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/5833586a5bd0
Changes needed for bug 1607331 - Reject global this usage in JSM. mail/mailnews/calendar/chat r=freaktechnik
Assignee | ||
Comment 8•3 years ago
|
||
PCOMUtils is again defined inside the contentAreaClick.js script, so triggers redeclaration error.
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6bb172bf71a7
follow-up - Revert a change from var
to const
that broke things. rs=bustage-fix
Keywords: checkin-needed-tb
Updated•3 years ago
|
Attachment #9281481 -
Attachment is obsolete: true
Comment 10•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d0a3cfd59b58
follow-up - additional fix after bug 1773747. rs=eslint
Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•