Update Firefox 150 release notes for WebDriver conforming changes#43806
Merged
juliandescottes merged 2 commits intomdn:mainfrom Apr 16, 2026
Merged
Update Firefox 150 release notes for WebDriver conforming changes#43806juliandescottes merged 2 commits intomdn:mainfrom
juliandescottes merged 2 commits intomdn:mainfrom
Conversation
Contributor
|
Preview URLs (1 page) External URLs (9)URL:
(comment last updated: 2026-04-16 20:49:52) |
lutien
reviewed
Apr 16, 2026
|
|
||
| - Added the `emulation.setNetworkConditions` command, which only supports the `type: offline` at the moment. Using this, you can emulate offline mode either on specific browsing contexts, on user contexts (a.k.a. containers) or globally. ([Firefox bug 1993079](https://bugzil.la/1993079)) | ||
| - Improved our support for non utf-8 header values across all the `network` module commands and events. They are now properly serialized to `BytesValue`. ([Firefox bug 1994996](https://bugzil.la/1994996)) | ||
| - Fixed a bug with download events, which would be missing the `navigation` property when triggered by a link with `target="_blank"`. ([Firefox bug 1999481](https://bugzil.la/1999481)) |
Contributor
There was a problem hiding this comment.
We should probably add that it's only about downloads triggered by the Content-Disposition header, since generally downloads coming from the link do not trigger the navigation (sorry, the bug title was misleading, I've updated it).
Contributor
Author
|
Thanks for the review @lutien |
whimboo
approved these changes
Apr 16, 2026
Contributor
whimboo
left a comment
There was a problem hiding this comment.
Overall looks good. Just some minor things to address. Thanks Julian!
80ca170 to
e78912a
Compare
Contributor
Author
|
Thanks for the review, comments should all be addressed now. |
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.
Release notes update based on the following list of relnote worthy bugs.
(needs review from @whimboo / @lutien before merging)