Stop lazy loading Services.jsm
Categories
(Core :: XPConnect, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(10 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1772313 - Part 6: Stop calling ChromeUtils.defineModuleGetter for Services, in services/. r?kmag
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1772313 - Part 10: Stop calling XPCOMUtils.defineLazyModuleGetters for Services in intl/. r?kmag
48 bytes,
text/x-phabricator-request
|
Details | Review |
Services.jsm
has been lazily loaded because it had dependency to XPCOMUtils
,
but now it's just a stub for native implementation and it's already loaded eagaly in several places anyway.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D148154
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D148155
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D148156
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D148157
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D148158
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D148159
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D148160
Assignee | ||
Comment 9•3 years ago
|
||
Depends on D148161
Assignee | ||
Comment 10•3 years ago
|
||
Depends on D148162
Comment 11•3 years ago
|
||
Comment 12•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
Comment 13•3 years ago
|
||
Comment 14•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fb358574e0f5
https://hg.mozilla.org/mozilla-central/rev/b273123fdc5e
https://hg.mozilla.org/mozilla-central/rev/575cfebbd4aa
https://hg.mozilla.org/mozilla-central/rev/158da673907a
https://hg.mozilla.org/mozilla-central/rev/ed175658d893
https://hg.mozilla.org/mozilla-central/rev/9b602478adac
https://hg.mozilla.org/mozilla-central/rev/b812444da6bf
https://hg.mozilla.org/mozilla-central/rev/ec7c1c45f410
https://hg.mozilla.org/mozilla-central/rev/15e075a4b30a
https://hg.mozilla.org/mozilla-central/rev/17616fa13c34
Assignee | ||
Updated•3 years ago
|
Description
•