Closed
Bug 1774152
Opened 2 months ago
Closed 2 months ago
Port bug 1608282 - Export symbols imported by XPCOMUtils.defineLazyGlobalGetters and Cu.importGlobalProperties by default in the shared global
Categories
(Thunderbird :: Upstream Synchronization, task, P5)
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
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1608282 +++
Port bug 1608282.
Assignee | ||
Comment 1•2 months ago
|
||
Depends on other patches in bug 1608282.
Like https://phabricator.services.mozilla.com/D149196
grep -rEl Cu.importGlobalProperties --exclude-dir=.hg --exclude-dir=suite --include="*.jsm" --exclude=".*" . | xargs xargs sed -i -e '/Cu.importGlobalProperties/d'
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Updated•2 months ago
|
Attachment #9281147 -
Attachment description: WIP: Bug 1774152 - Remove Cu.importGlobalProperties from JSMs. r=#thunderbird-reviewers → Bug 1774152 - Remove Cu.importGlobalProperties from JSMs. r=#thunderbird-reviewers
Updated•2 months ago
|
Attachment #9281147 -
Attachment description: Bug 1774152 - Remove Cu.importGlobalProperties from JSMs. r=#thunderbird-reviewers → Bug 1774152 - Remove Cu.importGlobalProperties from JSMs. r=freaktechnik
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/127a35534caa
Remove Cu.importGlobalProperties from JSMs. r=freaktechnik
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 months ago
|
status-thunderbird102:
--- → unaffected
Target Milestone: --- → 103 Branch
Assignee | ||
Updated•10 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•