Closed
Bug 1799007
Opened 2 years ago
Closed 2 years ago
Update browser_ext_browserAction_contextMenu with Unified Extensions enabled and disabled variants
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox108 fixed)
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
Bug 1782203 is going to add some new logic to some of our context menus for extensions when Unified Extensions is enabled. There are existing context menu tests that I'll probably want to augment, but it looks like those aren't currently doing anything special to run outside of the default configuration of Nightly (Unified Extensions enabled).
I'd like to update this test file to run its tests with both variants, and then I can start adding / modifying tests where it makes sense for the Unified Extensions case.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mconley
Comment hidden (obsolete) |
Assignee | ||
Comment 2•2 years ago
|
||
Scratch comment 1. Looks like the failures are only because some of the tests leave some state behind. I can sort that here.
Assignee | ||
Comment 3•2 years ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64187944ddd3
Create Unified Extensions enabled and disabled variants of context menu tests. r=willdurand
Comment 5•2 years ago
|
||
Backed out for causing extensions failures.
- backout: https://hg.mozilla.org/integration/autoland/rev/8d9c62eb09d3c2f452f66f060e5ab341f49ddde7
- push: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=64187944ddd3e0e26d1cc4f6b0eaed7ceb874b6a
- failure logs:
- TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_sidebarAction_httpAuth.js | Uncaught exception in test - at resource://testing-common/PromptTestUtils.jsm:154 - Error: modalType is mandatory
- TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_browserAction_contextMenu.js | leaked 1 window(s) until shutdown [url = about:blank]
Flags: needinfo?(mconley)
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8d7c3521eee2
Create Unified Extensions enabled and disabled variants of context menu tests. r=willdurand
Comment 7•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Comment 8•2 years ago
|
||
Flags: needinfo?(mconley)
You need to log in
before you can comment on or make changes to this bug.
Description
•