Closed
Bug 1765319
Opened 3 years ago
Closed 3 years ago
Stop using global this to access global variable
Categories
(Firefox :: General, task)
Firefox
General
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(5 files, 1 obsolete file)
Related to bug 1610653.
This bug is for fixing the case that global this
is used for accessing global variable unnecessarily.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D144129
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D144130
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D144131
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D144132
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D144133
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D144134
Assignee | ||
Updated•3 years ago
|
Blocks: esm-ification
Updated•3 years ago
|
Attachment #9273006 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9273004 -
Attachment description: WIP: Bug 1765319 - Part 1: Do not use global this in CustomizableUI.jsm. → Bug 1765319 - Part 1: Do not use global this in CustomizableUI.jsm. r?Standard8!
Updated•3 years ago
|
Attachment #9273005 -
Attachment description: WIP: Bug 1765319 - Part 2: Do not use global this in symbolication.jsm.js. → Bug 1765319 - Part 2: Do not use global this in symbolication.jsm.js. r?canaltinova!
Updated•3 years ago
|
Attachment #9273007 -
Attachment description: WIP: Bug 1765319 - Part 4: Use globalThis in deserialize. → Bug 1765319 - Part 3: Use globalThis in deserialize. r?kmag!
Updated•3 years ago
|
Attachment #9273008 -
Attachment description: WIP: Bug 1765319 - Part 5: Stop using global this to access global variable in services/. → Bug 1765319 - Part 4: Stop using global this to access global variable in services/. r?Gijs!
Updated•3 years ago
|
Attachment #9273009 -
Attachment description: WIP: Bug 1765319 - Part 6: Stop using global this to access global variable in toolkit/. → Bug 1765319 - Part 5: Stop using global this to access global variable in toolkit/. r?Gijs!
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/56baea71b994
Part 1: Do not use global this in CustomizableUI.jsm. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/38119aa4c67e
Part 2: Do not use global this in symbolication.jsm.js. r=canaltinova
https://hg.mozilla.org/integration/autoland/rev/c8514b8605ac
Part 3: Use globalThis in deserialize. r=mixedpuppy
https://hg.mozilla.org/integration/autoland/rev/976005722087
Part 4: Stop using global this to access global variable in services/. r=Gijs
https://hg.mozilla.org/integration/autoland/rev/8de99049f3e3
Part 5: Stop using global this to access global variable in toolkit/. r=Gijs
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/56baea71b994
https://hg.mozilla.org/mozilla-central/rev/38119aa4c67e
https://hg.mozilla.org/mozilla-central/rev/c8514b8605ac
https://hg.mozilla.org/mozilla-central/rev/976005722087
https://hg.mozilla.org/mozilla-central/rev/8de99049f3e3
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•