Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions files/en-us/mozilla/firefox/releases/152/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,21 @@ Firefox 152 is the current [Beta version of Firefox](https://www.firefox.com/en-

<!-- #### Removals -->

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

<!-- #### General -->
#### General

<!-- #### WebDriver BiDi -->
- Improved the Marionette and WebDriver BiDi screenshot commands to enforce maximum allowed dimensions. ([Firefox bug 2020302](https://bugzil.la/2020302)).

<!-- #### Marionette -->
#### WebDriver BiDi

- Extended the `webExtension.install` command to support installing web extensions in Firefox enabled in Private Browsing mode. ([Firefox bug 1947679](https://bugzil.la/1947679)).
- Improved the `brower.setDownloadBehavior` command to allow overriding the download target folder before the temporary file is created. ([Firefox bug 2017252](https://bugzil.la/2017252)).
- Fixed network events to only forward in-memory cached JavaScript responses when there is a matching network event collector, avoiding unnecessary data forwarding. ([Firefox bug 2018237](https://bugzil.la/2018237)).

#### Marionette

- Improved the `WebDriver:Navigate` and `WebDriver:Refresh` commands to properly report errors when triggering the navigation fails, instead of silently ignoring them. ([Firefox bug 2033769](https://bugzil.la/2033769)).

## Changes for add-on developers

Expand Down