Redesign mLoadInfos handling in ScriptLoader
Categories
(Core :: DOM: Workers, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(8 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Currently, pairs of indexes and references to mLoadInfos
elements are passed around, which is complex and error-prone. Essentially the index passing can be eliminated.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D81068
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D81069
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D81070
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D81072
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D81073
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D81075
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D81068
Comment 10•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 12•5 years ago
|
||
(In reply to Takanori MATSUURA from comment #11)
"leave-open" missing?
Yes, thanks! (I removed it again now since I am now landing the remaining patches. I somehow accidentally landed the first one separately yesterday).
Comment 13•5 years ago
|
||
Updated•5 years ago
|
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/54bee02abda4
https://hg.mozilla.org/mozilla-central/rev/a99208767bc1
https://hg.mozilla.org/mozilla-central/rev/d174dd6c2822
https://hg.mozilla.org/mozilla-central/rev/9ac5934bdea1
https://hg.mozilla.org/mozilla-central/rev/ae9b646341ae
https://hg.mozilla.org/mozilla-central/rev/1ebae06069e7
https://hg.mozilla.org/mozilla-central/rev/e5b9c33679ef
Description
•