Skip to content

Commit 499ed15

Browse files
Update Firefox 150 release notes for WebDriver conforming changes (mdn#43806)
1 parent f4ac882 commit 499ed15

File tree

1 file changed

+15
-4
lines changed
  • files/en-us/mozilla/firefox/releases/150

1 file changed

+15
-4
lines changed

files/en-us/mozilla/firefox/releases/150/index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,24 @@ Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en-
9191

9292
<!-- #### Removals -->
9393

94-
<!-- ### WebDriver conformance (WebDriver BiDi, Marionette) -->
94+
### WebDriver conformance (WebDriver BiDi, Marionette)
9595

96-
<!-- #### General -->
96+
#### General
9797

98-
<!-- #### WebDriver BiDi -->
98+
- Fixed an issue where having pending downloads when closing the browser could be blocked by a prompt. The prompt is now dismissed automatically. ([Firefox bug 2003840](https://bugzil.la/2003840)).
9999

100-
<!-- #### Marionette -->
100+
#### WebDriver BiDi
101+
102+
- Added the `emulation.setNetworkConditions` command, which 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)).
103+
- 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)).
104+
- Fixed a bug for download events triggered by a response with the "Content-Disposition" header. Such events were missing the `navigation` property if the download was initiated by a link with `target="_blank"`. ([Firefox bug 1999481](https://bugzil.la/1999481)).
105+
- Updated the `log.entryAdded` event to only be emitted for console API calls that actually print a message in browser developer tools (see also the console specification: [using the printer](https://console.spec.whatwg.org/#printer)). With this change, using `console.clear` or `console.time` no longer triggers an event. ([Firefox bug 1866749](https://bugzil.la/1866749)).
106+
- Fixed a race condition with the `browsingContext.setViewport` command which could timeout if several contexts were created in parallel. ([Firefox bug 2019511](https://bugzil.la/2019511)).
107+
- Improved the `browsingContext.locateNodes` command to allow retrieving the HTML element (`documentElement`) of a page when using the `css` locator. ([Firefox bug 2020578](https://bugzil.la/2020578)).
108+
109+
#### Marionette
110+
111+
- Fixed the `WebDriver:getShadowRoot` command to stop returning user-agent shadow roots. ([Firefox bug 2016741](https://bugzil.la/2016741)).
101112

102113
## Changes for add-on developers
103114

0 commit comments

Comments
 (0)