Migrate some APZ tests to async/await style
Categories
(Core :: Panning and Zooming, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
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 | |
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 |
+++ This bug was initially created as a clone of Bug #1683488 +++
I wrote some more patches converting some of the APZ subtests from continuation-style to async/await style.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D100610
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D100611
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D100612
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D100613
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D100614
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D100615
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D100616
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D100617
Assignee | ||
Comment 11•5 years ago
|
||
The other promise-returning helpers follow a bit of a naming
convention, so let's make this one too.
Depends on D100618
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3bd4fb346202
https://hg.mozilla.org/mozilla-central/rev/3f5e23b0a798
https://hg.mozilla.org/mozilla-central/rev/61e1a1f1ccbc
https://hg.mozilla.org/mozilla-central/rev/45cffa93b6c4
https://hg.mozilla.org/mozilla-central/rev/5fdd39c52348
https://hg.mozilla.org/mozilla-central/rev/3931ce0a81fe
https://hg.mozilla.org/mozilla-central/rev/c760e632fba0
https://hg.mozilla.org/mozilla-central/rev/4f4ed9fd447b
https://hg.mozilla.org/mozilla-central/rev/825d8127c638
https://hg.mozilla.org/mozilla-central/rev/56a4a4058426
Description
•