Closed
Bug 1772351
Opened 3 years ago
Closed 3 years ago
Stop lazy loading AppConstants.jsm
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(4 files)
+++ This bug was initially created as a clone of Bug #1772313 +++
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D148163
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D148164
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D148165
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D148166
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/e7a38ef90fe4
Part 1: Stop calling ChromeUtils.defineModuleGetter for AppConstants. r=florian
https://hg.mozilla.org/integration/autoland/rev/f03968a9d053
Part 2: Stop calling ChromeUtils.defineModuleGetter for AppConstants in services/. r=florian
https://hg.mozilla.org/integration/autoland/rev/6d3634cce489
Part 3: Stop calling XPCOMUtils.defineLazyModuleGetters for AppConstants. r=florian,webdriver-reviewers,whimboo,robwu
https://hg.mozilla.org/integration/autoland/rev/1922adad6abe
Part 4: Stop calling XPCOMUtils.defineLazyModuleGetters for AppConstants for already converted cases. r=florian
Comment 6•3 years ago
|
||
Backed out 15 changesets (bug 1772313, bug 1772351, bug 1772360) for causing xpc failures in telemetry/tests/unit/test_SocketScalars.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/d90d31e6e0abf093d7efd26bd45df7103ac6e71d
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/bb6ea15a3096
Part 1: Stop calling ChromeUtils.defineModuleGetter for AppConstants. r=florian
https://hg.mozilla.org/integration/autoland/rev/e4e76832c779
Part 2: Stop calling ChromeUtils.defineModuleGetter for AppConstants in services/. r=florian
https://hg.mozilla.org/integration/autoland/rev/5f28d78d03db
Part 3: Stop calling XPCOMUtils.defineLazyModuleGetters for AppConstants. r=florian,webdriver-reviewers,whimboo,robwu
https://hg.mozilla.org/integration/autoland/rev/d17e4b6ccd54
Part 4: Stop calling XPCOMUtils.defineLazyModuleGetters for AppConstants for already converted cases. r=florian
https://hg.mozilla.org/mozilla-central/rev/bb6ea15a3096
https://hg.mozilla.org/mozilla-central/rev/e4e76832c779
https://hg.mozilla.org/mozilla-central/rev/5f28d78d03db
https://hg.mozilla.org/mozilla-central/rev/d17e4b6ccd54
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(arai.unmht)
You need to log in
before you can comment on or make changes to this bug.
Description
•