Closed
Bug 1672390
Opened 5 years ago
Closed 5 years ago
Remove message manager and framescripts from devtools tests
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
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 |
Have fixes for most of these. A few tests remain:
server/tests/browser/browser_navigateEvents.js
server/tests/browser/browser_connectToFrame.js
client/aboutdebugging/test/browser/helper-serviceworker.js
- the test client/webconsole/test/browser/browser_console.js I believe tests that console logging from framescripts works, so can be left as is for now
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D94386
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D94387
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D94388
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D94389
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D94390
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D94666
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/adb3c01452c4
remove message manager use from browser_layoutHelpers_getBoxQuads1.js, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/0972dab3a83e
remove code_frame-script.js frame script and replace with SpecialPowers.spawn, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/de521d25743c
remove message manager and frame scripts from devtools/client/performance, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/a1aa6d092fc5
remove frame script and message manager use in devtools/client/shared/sourceeditor, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/9b71c7c95277
remove frame script and message manager use from devtools/client/inspector tests, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/7fd0e7f76c98
remove message manager use from about debugging tests, r=ochameau
https://hg.mozilla.org/integration/autoland/rev/d233656b7209
remove message manager use from browser_connectToFrame.js, r=ochameau
Comment 10•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/adb3c01452c4
https://hg.mozilla.org/mozilla-central/rev/0972dab3a83e
https://hg.mozilla.org/mozilla-central/rev/de521d25743c
https://hg.mozilla.org/mozilla-central/rev/a1aa6d092fc5
https://hg.mozilla.org/mozilla-central/rev/9b71c7c95277
https://hg.mozilla.org/mozilla-central/rev/7fd0e7f76c98
https://hg.mozilla.org/mozilla-central/rev/d233656b7209
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•