Closed
Bug 1759822
Opened 4 years ago
Closed 4 years ago
Cleanup shared-head from test helpers used only by one test or one folder
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(6 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 |
There is a few methods in shared-head that are only used by one test or one test folder.
They should be moved.
| Assignee | ||
Comment 1•4 years ago
|
||
As this is only used by this folder.
| Assignee | ||
Comment 2•4 years ago
|
||
As that's the only place where it is used.
| Assignee | ||
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
| Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•4 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb3c457b37a9
[devtools] Move getSupportedToolIds to framework test helper. r=jdescottes
https://hg.mozilla.org/integration/autoland/rev/68c89e5d9e40
[devtools] Move lookupPath to helper_markup_accessibility_navigation.js. r=jdescottes
https://hg.mozilla.org/integration/autoland/rev/ad4e7cd03ba2
[devtools] Move waitForTitleChange to the one test using this. r=jdescottes
https://hg.mozilla.org/integration/autoland/rev/e9a3634b57ca
[devtools] Use shared waitUntilScreenshot method. r=jdescottes
https://hg.mozilla.org/integration/autoland/rev/1b85282bc405
[devtools] Move checkPoolChildrenSize to the one test using this helper. r=jdescottes
https://hg.mozilla.org/integration/autoland/rev/12cd729f8185
[devtools] Group to the top of shared-head all intructions before all function definitions. r=jdescottes
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eb3c457b37a9
https://hg.mozilla.org/mozilla-central/rev/68c89e5d9e40
https://hg.mozilla.org/mozilla-central/rev/ad4e7cd03ba2
https://hg.mozilla.org/mozilla-central/rev/e9a3634b57ca
https://hg.mozilla.org/mozilla-central/rev/1b85282bc405
https://hg.mozilla.org/mozilla-central/rev/12cd729f8185
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•