Closed
Bug 2016754
Opened 3 months ago
Closed 2 months ago
Add additional test coverage for tabs.move and split views
Categories
(WebExtensions :: Frontend, task, P2)
WebExtensions
Frontend
Tracking
(firefox149 fixed)
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
I added some basic tests for tabs.move() with splitViewId in bug 1993037, but noticed that we still need coverage for non-trivial situations:
- moving tabs of a split view to a different window
- moving tabs of a split view within a window
- moving tabs within a split view.
I have already started authoring the unit tests, and will attach the patch here. They reveal surprising behavior in some cases, which will require some follow-ups.
Updated•3 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
These tests test the following scenarios, which are currently not
behaving as desired. Separate bugs exist to fix them, as immediate
follow-ups:
-
Moving tabs within windows, with TODO bug 2016762 as follow-up.
-
Moving tabs across window, with TODO bug 2017148 as follow-up.
| Assignee | ||
Updated•2 months ago
|
Pushed by rob@robwu.nl:
https://github.com/mozilla-firefox/firefox/commit/66b996a45b97
https://hg.mozilla.org/integration/autoland/rev/6a906029902b
Add unit tests for tabs.move() and split views r=rpl
| Assignee | ||
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P2
Comment 3•2 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•