Closed
Bug 1779145
Opened 4 years ago
Closed 4 years ago
Port bug 1667455 to Thunderbird - Expose a "Services" property on all privileged JS scopes (like Cu/Cc/Ci)
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
104 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1667455 +++
| Assignee | ||
Comment 1•4 years ago
|
||
Changed prettier printWidth to 100 to put Services.jsm on one line, prettified and then
grep -rEl "/Services.jsm" --exclude-dir=.hg --exclude-dir=suite --include=".js" --include=".jsm" --exclude=".*" . | xargs xargs sed -i -e '//Services.jsm/d'
| Assignee | ||
Comment 2•4 years ago
|
||
After bug 1667455 parts 25 and above land, I would expect things to blow up unless we land by then.
Status: NEW → ASSIGNED
Target Milestone: --- → 104 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/2f4f7096c6f6
Port bug 1667455 to Thunderbird - Expose a "Services" property on all privileged JS scopes (like Cu/Cc/Ci). r=leftmostcat
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•