Release 151 split-view tab group and move fixes#43821
Merged
Conversation
Contributor
|
Preview URLs (3 pages)
External URLs (2)URL:
(comment last updated: 2026-04-21 02:04:42) |
Rob--W
reviewed
Apr 20, 2026
Member
Rob--W
left a comment
There was a problem hiding this comment.
Linkified split view pointing to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Working_with_the_Tabs_API#working_with_tab_split_views in some cases.
I have not requested to expand that article with a mention of tab groups, since that documentation dos not exhaustively list every API that could move tabs (e.g. windows.create with tabId is not mentioned either), and "when someone moves a tab in a split" can already be interpreted to include grouping/ungrouping of tabs IMO.
Co-authored-by: Rob Wu <rob@robwu.nl>
Rob--W
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates to provide documentation for:
Including a release note and clarification in
tabs.groupandtabs.ungroupregarding split views.