Various cleanups of dom/workers code
Categories
(Core :: DOM: Workers, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(7 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 |
Assignee | ||
Comment 1•5 years ago
|
||
Replace BROADCAST_ALL_WORKERS macro by a BroadcastAllWorkers member function.
Use RemoveIf instead of custom for loop.
Use range-based for where possible.
Use std::transform to transform an array into another instead of custom for loop.
Use std::copy_if for conditional copy of an array into another instead of custom for loop.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D81056
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D81057
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D81058
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D81059
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D81060
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D81061
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1c6ad132f93e
https://hg.mozilla.org/mozilla-central/rev/40cb2e9b3650
https://hg.mozilla.org/mozilla-central/rev/946bbe49fcae
https://hg.mozilla.org/mozilla-central/rev/cc657f7e9008
https://hg.mozilla.org/mozilla-central/rev/14e580887ae2
https://hg.mozilla.org/mozilla-central/rev/23f3be9f84e5
https://hg.mozilla.org/mozilla-central/rev/f759e3fa6b6c
Description
•